Shades of Dark Orchid #AA2ADB
Tints of Dark Orchid #AA2ADB
RGB
CMYK
RGB Variations
Color information
#AA2ADB (or 0xAA2ADB) is known color: Dark Orchid. HEX triplet: AA, 2A and DB. RGB value is (170,42,219). Sum of RGB (Red+Green+Blue) = 170+42+219=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA2ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ADB is #55D524. Grayscale: #636363. Windows color (decimal): -5625125 or 14363306. OLE color: 14363306.
HSL color Cylindrical-coordinate representation of color #AA2ADB: hue angle of 283.39º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2ADB is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 42 | 219 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.14 |
| HSL | 283.39º | 0.71% | 0.51% | - |
| HSV(B) | 283.39º | 0.81% | 0.86% | - |
| XYZ | 30.19 | 15.32 | 68.38 | - |
| YUV | 100.45 | 194.91 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 219 | 0.22 | 0.81 | 0 | 0.14 | 283.39 | 0.71 | 0.51 |
| Hex | AA | 2A | DB | 16 | 51 | 0 | E | 11B | 47 | 33 |
| Octal | 252 | 52 | 333 | 26 | 121 | 0 | 16 | 433 | 107 | 63 |
| Binary | 10101010 | 101010 | 11011011 | 10110 | 1010001 | 0 | 1110 | 100011011 | 1000111 | 110011 |
Color Harmonies of #AA2ADB
Complementary color
Monochromatic Colors of #AA2ADB
Black with #AA2ADB
Text Example
Text Example
White with #AA2ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2ADB; }
p { color: rgb(170,42,219); }
H1.HeaderClassName
{
color: #AA2ADB;
}
.AnyTagClassName
{
color: #AA2ADB;
}
</style>
background-color css
<style>
a { background-color: #AA2ADB; }
a { background-color: rgb(170,42,219); }
div.DivClassName
{
background-color: #AA2ADB;
}
.BgClassName
{
background-color: #AA2ADB;
}
</style>
border-color css
<style>
span { border-color: #AA2ADB; }
span { border-color: rgb(170,42,219); }
td.TdClassName
{
border-color: #AA2ADB;
}
.TagClassName
{
border-color: #AA2ADB;
}
</style>