Shades of Dark Orchid #AA3ADB
Tints of Dark Orchid #AA3ADB
RGB
CMYK
RGB Variations
Color information
#AA3ADB (or 0xAA3ADB) is known color: Dark Orchid. HEX triplet: AA, 3A and DB. RGB value is (170,58,219). Sum of RGB (Red+Green+Blue) = 170+58+219=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA3ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ADB is #55C524. Grayscale: #6D6D6D. Windows color (decimal): -5621029 or 14367402. OLE color: 14367402.
HSL color Cylindrical-coordinate representation of color #AA3ADB: hue angle of 281.74º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA3ADB is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 58 | 219 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.14 |
| HSL | 281.74º | 0.69% | 0.54% | - |
| HSV(B) | 281.74º | 0.74% | 0.86% | - |
| XYZ | 30.88 | 16.69 | 68.61 | - |
| YUV | 109.84 | 189.61 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 219 | 0.22 | 0.74 | 0 | 0.14 | 281.74 | 0.69 | 0.54 |
| Hex | AA | 3A | DB | 16 | 4A | 0 | E | 11A | 45 | 36 |
| Octal | 252 | 72 | 333 | 26 | 112 | 0 | 16 | 432 | 105 | 66 |
| Binary | 10101010 | 111010 | 11011011 | 10110 | 1001010 | 0 | 1110 | 100011010 | 1000101 | 110110 |
Color Harmonies of #AA3ADB
Complementary color
Monochromatic Colors of #AA3ADB
Black with #AA3ADB
Text Example
Text Example
White with #AA3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3ADB; }
p { color: rgb(170,58,219); }
H1.HeaderClassName
{
color: #AA3ADB;
}
.AnyTagClassName
{
color: #AA3ADB;
}
</style>
background-color css
<style>
a { background-color: #AA3ADB; }
a { background-color: rgb(170,58,219); }
div.DivClassName
{
background-color: #AA3ADB;
}
.BgClassName
{
background-color: #AA3ADB;
}
</style>
border-color css
<style>
span { border-color: #AA3ADB; }
span { border-color: rgb(170,58,219); }
td.TdClassName
{
border-color: #AA3ADB;
}
.TagClassName
{
border-color: #AA3ADB;
}
</style>