#A01EAC

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

Shades of Dark Orchid #A01EAC

Tints of Dark Orchid #A01EAC

Color information

#A01EAC (or 0xA01EAC) is unknown color: approx Dark Orchid. HEX triplet: A0, 1E and AC. RGB value is (160,30,172). Sum of RGB (Red+Green+Blue) = 160+30+172=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #A01EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01EAC is #5FE153. Grayscale: #545454. Windows color (decimal): -6283604 or 11280032. OLE color: 11280032.

HSL color Cylindrical-coordinate representation of color #A01EAC: hue angle of 294.93º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A01EAC is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16030172-
CMYK0.070.8300.33
HSL294.93º70.3%39.61%-
HSV(B)294.93º82.56%67.45%-
XYZ22.4111.3840.05-
YUV85.06177.07181.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.20%
GREEN value IS 30 (12.11% from 255) = 8.29%
BLUE value IS 172 (67.58% from 255) = 47.51%
R=44.20%
G=8.29%
B=47.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160301720.070.8300.33294.9370.339.61
HexA01EAC7530211274628
Octal24036254712304144710650
Binary101000001111010101100111101001101000011001001111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01EAC; }

 p { color: rgb(160,30,172); }

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

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

 a { background-color: rgb(160,30,172); }

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

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

 span { border-color: rgb(160,30,172); }

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