#A22EAC

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

Shades of Dark Orchid #A22EAC

Tints of Dark Orchid #A22EAC

Color information

#A22EAC (or 0xA22EAC) is unknown color: approx Dark Orchid. HEX triplet: A2, 2E and AC. RGB value is (162,46,172). Sum of RGB (Red+Green+Blue) = 162+46+172=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #A22EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22EAC is #5DD153. Grayscale: #5E5E5E. Windows color (decimal): -6148436 or 11284130. OLE color: 11284130.

HSL color Cylindrical-coordinate representation of color #A22EAC: hue angle of 295.24º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22EAC is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16246172-
CMYK0.060.7300.33
HSL295.24º57.8%42.75%-
HSV(B)295.24º73.26%67.45%-
XYZ23.3212.6140.24-
YUV95.05171.43175.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 46 (18.36% from 255) = 12.11%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=42.63%
G=12.11%
B=45.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162461720.060.7300.33295.2457.842.75
HexA22EAC6490211273a2b
Octal2425625461110414477253
Binary101000101011101010110011010010010100001100100111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22EAC; }

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

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

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

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

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

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

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

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