#A01CAE

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

Shades of Dark Orchid #A01CAE

Tints of Dark Orchid #A01CAE

Color information

#A01CAE (or 0xA01CAE) is unknown color: approx Dark Orchid. HEX triplet: A0, 1C and AE. RGB value is (160,28,174). Sum of RGB (Red+Green+Blue) = 160+28+174=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #A01CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01CAE is #5FE351. Grayscale: #535353. Windows color (decimal): -6284114 or 11410592. OLE color: 11410592.

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

Color convert

RGB16028174-
CMYK0.080.8400.32
HSL294.25º72.28%39.61%-
HSV(B)294.25º83.91%68.24%-
XYZ22.5511.3641.05-
YUV84.11178.73182.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.20%
GREEN value IS 28 (11.33% from 255) = 7.73%
BLUE value IS 174 (68.36% from 255) = 48.07%
R=44.20%
G=7.73%
B=48.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160281740.080.8400.32294.2572.2839.61
HexA01CAE8540201264828
Octal240342561012404044611050
Binary1010000011100101011101000101010001000001001001101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01CAE; }

 p { color: rgb(160,28,174); }

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

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

 a { background-color: rgb(160,28,174); }

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

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

 span { border-color: rgb(160,28,174); }

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