#A22AAA

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

Shades of Dark Orchid #A22AAA

Tints of Dark Orchid #A22AAA

Color information

#A22AAA (or 0xA22AAA) is unknown color: approx Dark Orchid. HEX triplet: A2, 2A and AA. RGB value is (162,42,170). Sum of RGB (Red+Green+Blue) = 162+42+170=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #A22AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22AAA is #5DD555. Grayscale: #5C5C5C. Windows color (decimal): -6149462 or 11152034. OLE color: 11152034.

HSL color Cylindrical-coordinate representation of color #A22AAA: hue angle of 296.25º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22AAA is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16242170-
CMYK0.050.7500.33
HSL296.25º60.38%41.57%-
HSV(B)296.25º75.29%66.67%-
XYZ22.9812.2439.18-
YUV92.47171.76177.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 42 (16.80% from 255) = 11.23%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=43.32%
G=11.23%
B=45.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162421700.050.7500.33296.2560.3841.57
HexA22AAA54B0211283c2a
Octal2425225251130414507452
Binary101000101010101010101010110010110100001100101000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22AAA; }

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

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

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

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

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

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

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

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