#AA2AB6

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

Shades of Dark Orchid #AA2AB6

Tints of Dark Orchid #AA2AB6

Color information

#AA2AB6 (or 0xAA2AB6) is unknown color: approx Dark Orchid. HEX triplet: AA, 2A and B6. RGB value is (170,42,182). Sum of RGB (Red+Green+Blue) = 170+42+182=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA2AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2AB6 is #55D549. Grayscale: #5F5F5F. Windows color (decimal): -5625162 or 11938474. OLE color: 11938474.

HSL color Cylindrical-coordinate representation of color #AA2AB6: hue angle of 294.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2AB6 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17042182-
CMYK0.070.7700.29
HSL294.86º62.5%43.92%-
HSV(B)294.86º76.92%71.37%-
XYZ25.8513.5845.51-
YUV96.23176.41180.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 42 (16.80% from 255) = 10.66%
BLUE value IS 182 (71.48% from 255) = 46.19%
R=43.15%
G=10.66%
B=46.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170421820.070.7700.29294.8662.543.92
HexAA2AB674D01D1273e2c
Octal2525226671150354477654
Binary10101010101010101101101111001101011101100100111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2AB6; }

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

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

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

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

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

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

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

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