#A21FAE

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

Shades of Dark Orchid #A21FAE

Tints of Dark Orchid #A21FAE

Color information

#A21FAE (or 0xA21FAE) is unknown color: approx Dark Orchid. HEX triplet: A2, 1F and AE. RGB value is (162,31,174). Sum of RGB (Red+Green+Blue) = 162+31+174=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #A21FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21FAE is #5DE051. Grayscale: #565656. Windows color (decimal): -6152274 or 11411362. OLE color: 11411362.

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

Color convert

RGB16231174-
CMYK0.070.8200.32
HSL294.97º69.76%40.2%-
HSV(B)294.97º82.18%68.24%-
XYZ23.0311.7241.09-
YUV86.47177.4181.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 31 (12.5% from 255) = 8.45%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=44.14%
G=8.45%
B=47.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162311740.070.8200.32294.9769.7640.2
HexA21FAE7520201274628
Octal24237256712204044710650
Binary101000101111110101110111101001001000001001001111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21FAE; }

 p { color: rgb(162,31,174); }

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

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

 a { background-color: rgb(162,31,174); }

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

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

 span { border-color: rgb(162,31,174); }

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