#A022BA

Color #A022BA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A022BA

Tints of Dark Orchid #A022BA

Color information

#A022BA (or 0xA022BA) is unknown color: approx Dark Orchid. HEX triplet: A0, 22 and BA. RGB value is (160,34,186). Sum of RGB (Red+Green+Blue) = 160+34+186=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #A022BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A022BA is #5FDD45. Grayscale: #585858. Windows color (decimal): -6282566 or 12198560. OLE color: 12198560.

HSL color Cylindrical-coordinate representation of color #A022BA: hue angle of 289.74º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A022BA is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16034186-
CMYK0.140.8200.27
HSL289.74º69.09%43.14%-
HSV(B)289.74º81.72%72.94%-
XYZ23.9312.1647.54-
YUV89182.74178.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 42.11%
GREEN value IS 34 (13.67% from 255) = 8.95%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=42.11%
G=8.95%
B=48.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160341860.140.8200.27289.7469.0943.14
HexA022BAE5201B122452b
Octal240422721612203344210553
Binary1010000010001010111010111010100100110111001000101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A022BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A022BA; }

 p { color: rgb(160,34,186); }

 H1.HeaderClassName
 {
   color: #A022BA;
 }
 .AnyTagClassName
 {
   color: #A022BA;
 }
</style>
background-color css

<style>
 a { background-color: #A022BA; }

 a { background-color: rgb(160,34,186); }

 div.DivClassName
 {
   background-color: #A022BA;
 }
 .BgClassName
 {
   background-color: #A022BA;
 }
</style>
border-color css

<style>
 span { border-color: #A022BA; }

 span { border-color: rgb(160,34,186); }

 td.TdClassName
 {
   border-color: #A022BA;
 }
 .TagClassName
 {
   border-color: #A022BA;
 }
</style>