Shades of Dark Orchid #AA2ABC
Tints of Dark Orchid #AA2ABC
RGB
CMYK
RGB Variations
Color information
#AA2ABC (or 0xAA2ABC) is known color: Dark Orchid. HEX triplet: AA, 2A and BC. RGB value is (170,42,188). Sum of RGB (Red+Green+Blue) = 170+42+188=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA2ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ABC is #55D543. Grayscale: #606060. Windows color (decimal): -5625156 or 12331690. OLE color: 12331690.
HSL color Cylindrical-coordinate representation of color #AA2ABC: hue angle of 292.6º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2ABC is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 42 | 188 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.26 |
| HSL | 292.6º | 0.63% | 0.45% | - |
| HSV(B) | 292.6º | 0.78% | 0.74% | - |
| XYZ | 26.48 | 13.83 | 48.85 | - |
| YUV | 96.92 | 179.41 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 188 | 0.10 | 0.78 | 0 | 0.26 | 292.6 | 0.63 | 0.45 |
| Hex | AA | 2A | BC | A | 4E | 0 | 1A | 125 | 3F | 2D |
| Octal | 252 | 52 | 274 | 12 | 116 | 0 | 32 | 445 | 77 | 55 |
| Binary | 10101010 | 101010 | 10111100 | 1010 | 1001110 | 0 | 11010 | 100100101 | 111111 | 101101 |
Color Harmonies of #AA2ABC
Complementary color
Monochromatic Colors of #AA2ABC
Black with #AA2ABC
Text Example
Text Example
White with #AA2ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2ABC; }
p { color: rgb(170,42,188); }
H1.HeaderClassName
{
color: #AA2ABC;
}
.AnyTagClassName
{
color: #AA2ABC;
}
</style>
background-color css
<style>
a { background-color: #AA2ABC; }
a { background-color: rgb(170,42,188); }
div.DivClassName
{
background-color: #AA2ABC;
}
.BgClassName
{
background-color: #AA2ABC;
}
</style>
border-color css
<style>
span { border-color: #AA2ABC; }
span { border-color: rgb(170,42,188); }
td.TdClassName
{
border-color: #AA2ABC;
}
.TagClassName
{
border-color: #AA2ABC;
}
</style>