#A01EAD

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

Shades of Dark Orchid #A01EAD

Tints of Dark Orchid #A01EAD

Color information

#A01EAD (or 0xA01EAD) is unknown color: approx Dark Orchid. HEX triplet: A0, 1E and AD. RGB value is (160,30,173). Sum of RGB (Red+Green+Blue) = 160+30+173=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #A01EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01EAD is #5FE152. Grayscale: #545454. Windows color (decimal): -6283603 or 11345568. OLE color: 11345568.

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

Color convert

RGB16030173-
CMYK0.080.8300.32
HSL294.55º70.44%39.8%-
HSV(B)294.55º82.66%67.84%-
XYZ22.511.4240.55-
YUV85.17177.57181.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 30 (12.11% from 255) = 8.26%
BLUE value IS 173 (67.97% from 255) = 47.66%
R=44.08%
G=8.26%
B=47.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160301730.080.8300.32294.5570.4439.8
HexA01EAD8530201274628
Octal240362551012304044710650
Binary1010000011110101011011000101001101000001001001111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01EAD; }

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

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

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

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

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

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

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

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