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