#AA22B9

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

Shades of Dark Orchid #AA22B9

Tints of Dark Orchid #AA22B9

Color information

#AA22B9 (or 0xAA22B9) is unknown color: approx Dark Orchid. HEX triplet: AA, 22 and B9. RGB value is (170,34,185). Sum of RGB (Red+Green+Blue) = 170+34+185=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 185 (72.66% from 255 or 47.56% from 389); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA22B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA22B9 is #55DD46. Grayscale: #5B5B5B. Windows color (decimal): -5627207 or 12133034. OLE color: 12133034.

HSL color Cylindrical-coordinate representation of color #AA22B9: hue angle of 294.04º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA22B9 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17034185-
CMYK0.080.8200.27
HSL294.04º68.95%42.94%-
HSV(B)294.04º81.62%72.55%-
XYZ25.9113.1947.08-
YUV91.88180.56183.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 34 (13.67% from 255) = 8.74%
BLUE value IS 185 (72.66% from 255) = 47.56%
R=43.70%
G=8.74%
B=47.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170341850.080.8200.27294.0468.9542.94
HexAA22B985201B126452b
Octal252422711012203344610553
Binary1010101010001010111001100010100100110111001001101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA22B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA22B9; }

 p { color: rgb(170,34,185); }

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

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

 a { background-color: rgb(170,34,185); }

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

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

 span { border-color: rgb(170,34,185); }

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