Shades of Dark Orchid #AA36DB
Tints of Dark Orchid #AA36DB
RGB
CMYK
RGB Variations
Color information
#AA36DB (or 0xAA36DB) is known color: Dark Orchid. HEX triplet: AA, 36 and DB. RGB value is (170,54,219). Sum of RGB (Red+Green+Blue) = 170+54+219=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA36DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36DB is #55C924. Grayscale: #6A6A6A. Windows color (decimal): -5622053 or 14366378. OLE color: 14366378.
HSL color Cylindrical-coordinate representation of color #AA36DB: hue angle of 282.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA36DB is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 54 | 219 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.14 |
| HSL | 282.18º | 0.7% | 0.54% | - |
| HSV(B) | 282.18º | 0.75% | 0.86% | - |
| XYZ | 30.68 | 16.3 | 68.55 | - |
| YUV | 107.49 | 190.93 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 219 | 0.22 | 0.75 | 0 | 0.14 | 282.18 | 0.7 | 0.54 |
| Hex | AA | 36 | DB | 16 | 4B | 0 | E | 11A | 46 | 36 |
| Octal | 252 | 66 | 333 | 26 | 113 | 0 | 16 | 432 | 106 | 66 |
| Binary | 10101010 | 110110 | 11011011 | 10110 | 1001011 | 0 | 1110 | 100011010 | 1000110 | 110110 |
Color Harmonies of #AA36DB
Complementary color
Monochromatic Colors of #AA36DB
Black with #AA36DB
Text Example
Text Example
White with #AA36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA36DB; }
p { color: rgb(170,54,219); }
H1.HeaderClassName
{
color: #AA36DB;
}
.AnyTagClassName
{
color: #AA36DB;
}
</style>
background-color css
<style>
a { background-color: #AA36DB; }
a { background-color: rgb(170,54,219); }
div.DivClassName
{
background-color: #AA36DB;
}
.BgClassName
{
background-color: #AA36DB;
}
</style>
border-color css
<style>
span { border-color: #AA36DB; }
span { border-color: rgb(170,54,219); }
td.TdClassName
{
border-color: #AA36DB;
}
.TagClassName
{
border-color: #AA36DB;
}
</style>