Shades of Dark Orchid #AA2ABA
Tints of Dark Orchid #AA2ABA
RGB
CMYK
RGB Variations
Color information
#AA2ABA (or 0xAA2ABA) is known color: Dark Orchid. HEX triplet: AA, 2A and BA. RGB value is (170,42,186). Sum of RGB (Red+Green+Blue) = 170+42+186=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA2ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ABA is #55D545. Grayscale: #606060. Windows color (decimal): -5625158 or 12200618. OLE color: 12200618.
HSL color Cylindrical-coordinate representation of color #AA2ABA: hue angle of 293.33º degrees, saturation: 0.63, 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 #AA2ABA is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 42 | 186 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.27 |
| HSL | 293.33º | 0.63% | 0.45% | - |
| HSV(B) | 293.33º | 0.77% | 0.73% | - |
| XYZ | 26.27 | 13.75 | 47.72 | - |
| YUV | 96.69 | 178.41 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 186 | 0.09 | 0.77 | 0 | 0.27 | 293.33 | 0.63 | 0.45 |
| Hex | AA | 2A | BA | 9 | 4D | 0 | 1B | 125 | 3F | 2D |
| Octal | 252 | 52 | 272 | 11 | 115 | 0 | 33 | 445 | 77 | 55 |
| Binary | 10101010 | 101010 | 10111010 | 1001 | 1001101 | 0 | 11011 | 100100101 | 111111 | 101101 |
Color Harmonies of #AA2ABA
Complementary color
Monochromatic Colors of #AA2ABA
Black with #AA2ABA
Text Example
Text Example
White with #AA2ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2ABA; }
p { color: rgb(170,42,186); }
H1.HeaderClassName
{
color: #AA2ABA;
}
.AnyTagClassName
{
color: #AA2ABA;
}
</style>
background-color css
<style>
a { background-color: #AA2ABA; }
a { background-color: rgb(170,42,186); }
div.DivClassName
{
background-color: #AA2ABA;
}
.BgClassName
{
background-color: #AA2ABA;
}
</style>
border-color css
<style>
span { border-color: #AA2ABA; }
span { border-color: rgb(170,42,186); }
td.TdClassName
{
border-color: #AA2ABA;
}
.TagClassName
{
border-color: #AA2ABA;
}
</style>