#A22EAE

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

Shades of Dark Orchid #A22EAE

Tints of Dark Orchid #A22EAE

Color information

#A22EAE (or 0xA22EAE) is unknown color: approx Dark Orchid. HEX triplet: A2, 2E and AE. RGB value is (162,46,174). Sum of RGB (Red+Green+Blue) = 162+46+174=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 46 (18.36% from 255 or 12.04% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #A22EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22EAE is #5DD151. Grayscale: #5E5E5E. Windows color (decimal): -6148434 or 11415202. OLE color: 11415202.

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

Color convert

RGB16246174-
CMYK0.070.7400.32
HSL294.38º58.18%43.14%-
HSV(B)294.38º73.56%68.24%-
XYZ23.5212.6941.25-
YUV95.28172.43175.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 46 (18.36% from 255) = 12.04%
BLUE value IS 174 (68.36% from 255) = 45.55%
R=42.41%
G=12.04%
B=45.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162461740.070.7400.32294.3858.1843.14
HexA22EAE74A0201263a2b
Octal2425625671120404467253
Binary101000101011101010111011110010100100000100100110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22EAE; }

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

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

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

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

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

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

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

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