Shades of Dark Orchid #AA2BD2
Tints of Dark Orchid #AA2BD2
RGB
CMYK
RGB Variations
Color information
#AA2BD2 (or 0xAA2BD2) is known color: 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
| RGB | 170 | 43 | 210 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.18 |
| HSL | 285.63º | 0.66% | 0.5% | - |
| HSV(B) | 285.63º | 0.8% | 0.82% | - |
| XYZ | 29.07 | 14.93 | 62.32 | - |
| YUV | 100.01 | 190.08 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 210 | 0.19 | 0.80 | 0 | 0.18 | 285.63 | 0.66 | 0.5 |
| Hex | AA | 2B | D2 | 13 | 50 | 0 | 12 | 11E | 42 | 32 |
| Octal | 252 | 53 | 322 | 23 | 120 | 0 | 22 | 436 | 102 | 62 |
| Binary | 10101010 | 101011 | 11010010 | 10011 | 1010000 | 0 | 10010 | 100011110 | 1000010 | 110010 |
Color Harmonies of #AA2BD2
Complementary color
Monochromatic Colors of #AA2BD2
Black with #AA2BD2
Text Example
Text Example
White with #AA2BD2
Text Example
Text Example
HTML Codes & Css Web 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>