#A22AE1

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

Shades of Dark Orchid #A22AE1

Tints of Dark Orchid #A22AE1

Color information

#A22AE1 (or 0xA22AE1) is unknown color: approx Dark Orchid. HEX triplet: A2, 2A and E1. RGB value is (162,42,225). Sum of RGB (Red+Green+Blue) = 162+42+225=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #A22AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22AE1 is #5DD51E. Grayscale: #626262. Windows color (decimal): -6149407 or 14756514. OLE color: 14756514.

HSL color Cylindrical-coordinate representation of color #A22AE1: hue angle of 279.34º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A22AE1 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16242225-
CMYK0.280.8100.12
HSL279.34º75.31%52.35%-
HSV(B)279.34º81.33%88.24%-
XYZ29.3214.7772.54-
YUV98.74199.26173.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 42 (16.80% from 255) = 9.79%
BLUE value IS 225 (88.28% from 255) = 52.45%
R=37.76%
G=9.79%
B=52.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal162422250.280.8100.12279.3475.3152.35
HexA22AE11C510C1174b34
Octal242523413412101442711364
Binary1010001010101011100001111001010001011001000101111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22AE1; }

 p { color: rgb(162,42,225); }

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

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

 a { background-color: rgb(162,42,225); }

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

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

 span { border-color: rgb(162,42,225); }

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