#A01CAF

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

Shades of Dark Orchid #A01CAF

Tints of Dark Orchid #A01CAF

Color information

#A01CAF (or 0xA01CAF) is unknown color: approx Dark Orchid. HEX triplet: A0, 1C and AF. RGB value is (160,28,175). Sum of RGB (Red+Green+Blue) = 160+28+175=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #A01CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01CAF is #5FE350. Grayscale: #535353. Windows color (decimal): -6284113 or 11476128. OLE color: 11476128.

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

Color convert

RGB16028175-
CMYK0.090.8400.31
HSL293.88º72.41%39.8%-
HSV(B)293.88º84%68.63%-
XYZ22.6511.441.56-
YUV84.23179.23182.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 28 (11.33% from 255) = 7.71%
BLUE value IS 175 (68.75% from 255) = 48.21%
R=44.08%
G=7.71%
B=48.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160281750.090.8400.31293.8872.4139.8
HexA01CAF95401F1264828
Octal240342571112403744611050
Binary101000001110010101111100110101000111111001001101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01CAF; }

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

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

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

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

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

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

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

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