#AA2BD2

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

Shades of Dark Orchid #AA2BD2

Tints of Dark Orchid #AA2BD2

Color information

#AA2BD2 (or 0xAA2BD2) is unknown color: approx Dark Orchid. HEX triplet: AA, 2B and D2. RGB value is (170,43,210). Sum of RGB (Red+Green+Blue) = 170+43+210=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 210 (82.42% from 255 or 49.65% from 423); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA2BD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BD2 is #55D42D. Grayscale: #636363. Windows color (decimal): -5624878 or 13773738. OLE color: 13773738.

HSL color Cylindrical-coordinate representation of color #AA2BD2: hue angle of 285.63º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2BD2 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17043210-
CMYK0.190.8000.18
HSL285.63º66.01%49.61%-
HSV(B)285.63º79.52%82.35%-
XYZ29.0714.9362.32-
YUV100.01190.08177.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 43 (17.19% from 255) = 10.17%
BLUE value IS 210 (82.42% from 255) = 49.65%
R=40.19%
G=10.17%
B=49.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170432100.190.8000.18285.6366.0149.61
HexAA2BD2135001211e4232
Octal252533222312002243610262
Binary10101010101011110100101001110100000100101000111101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2BD2; }

 p { color: rgb(170,43,210); }

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

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

 a { background-color: rgb(170,43,210); }

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

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

 span { border-color: rgb(170,43,210); }

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