Shades of Dark Orchid #AA2AAA
Tints of Dark Orchid #AA2AAA
RGB
CMYK
RGB Variations
Color information
#AA2AAA (or 0xAA2AAA) is known color: Dark Orchid. HEX triplet: AA, 2A and AA. RGB value is (170,42,170). Sum of RGB (Red+Green+Blue) = 170+42+170=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA2AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2AAA is #55D555. Grayscale: #5E5E5E. Windows color (decimal): -5625174 or 11152042. OLE color: 11152042.
HSL color Cylindrical-coordinate representation of color #AA2AAA: hue angle of 300º 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 #AA2AAA is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 42 | 170 | - |
| CMYK | 0 | 0.75 | 0 | 0.33 |
| HSL | 300º | 0.6% | 0.42% | - |
| HSV(B) | 300º | 0.75% | 0.67% | - |
| XYZ | 24.66 | 13.1 | 39.26 | - |
| YUV | 94.86 | 170.41 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 170 | 0 | 0.75 | 0 | 0.33 | 300 | 0.6 | 0.42 |
| Hex | AA | 2A | AA | 0 | 4B | 0 | 21 | 12C | 3C | 2A |
| Octal | 252 | 52 | 252 | 0 | 113 | 0 | 41 | 454 | 74 | 52 |
| Binary | 10101010 | 101010 | 10101010 | 0 | 1001011 | 0 | 100001 | 100101100 | 111100 | 101010 |
Color Harmonies of #AA2AAA
Complementary color
Monochromatic Colors of #AA2AAA
Black with #AA2AAA
Text Example
Text Example
White with #AA2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2AAA; }
p { color: rgb(170,42,170); }
H1.HeaderClassName
{
color: #AA2AAA;
}
.AnyTagClassName
{
color: #AA2AAA;
}
</style>
background-color css
<style>
a { background-color: #AA2AAA; }
a { background-color: rgb(170,42,170); }
div.DivClassName
{
background-color: #AA2AAA;
}
.BgClassName
{
background-color: #AA2AAA;
}
</style>
border-color css
<style>
span { border-color: #AA2AAA; }
span { border-color: rgb(170,42,170); }
td.TdClassName
{
border-color: #AA2AAA;
}
.TagClassName
{
border-color: #AA2AAA;
}
</style>