Shades of Dark Orchid #AA2BBA
Tints of Dark Orchid #AA2BBA
RGB
CMYK
RGB Variations
Color information
#AA2BBA (or 0xAA2BBA) is known color: Dark Orchid. HEX triplet: AA, 2B and BA. RGB value is (170,43,186). Sum of RGB (Red+Green+Blue) = 170+43+186=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA2BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BBA is #55D445. Grayscale: #606060. Windows color (decimal): -5624902 or 12200874. OLE color: 12200874.
HSL color Cylindrical-coordinate representation of color #AA2BBA: hue angle of 293.29º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2BBA is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 43 | 186 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.27 |
| HSL | 293.29º | 0.62% | 0.45% | - |
| HSV(B) | 293.29º | 0.77% | 0.73% | - |
| XYZ | 26.3 | 13.82 | 47.74 | - |
| YUV | 97.28 | 178.08 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 186 | 0.09 | 0.77 | 0 | 0.27 | 293.29 | 0.62 | 0.45 |
| Hex | AA | 2B | BA | 9 | 4D | 0 | 1B | 125 | 3E | 2D |
| Octal | 252 | 53 | 272 | 11 | 115 | 0 | 33 | 445 | 76 | 55 |
| Binary | 10101010 | 101011 | 10111010 | 1001 | 1001101 | 0 | 11011 | 100100101 | 111110 | 101101 |
Color Harmonies of #AA2BBA
Complementary color
Monochromatic Colors of #AA2BBA
Black with #AA2BBA
Text Example
Text Example
White with #AA2BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2BBA; }
p { color: rgb(170,43,186); }
H1.HeaderClassName
{
color: #AA2BBA;
}
.AnyTagClassName
{
color: #AA2BBA;
}
</style>
background-color css
<style>
a { background-color: #AA2BBA; }
a { background-color: rgb(170,43,186); }
div.DivClassName
{
background-color: #AA2BBA;
}
.BgClassName
{
background-color: #AA2BBA;
}
</style>
border-color css
<style>
span { border-color: #AA2BBA; }
span { border-color: rgb(170,43,186); }
td.TdClassName
{
border-color: #AA2BBA;
}
.TagClassName
{
border-color: #AA2BBA;
}
</style>