Shades of Dark Orchid #AA41DB
Tints of Dark Orchid #AA41DB
RGB
CMYK
RGB Variations
Color information
#AA41DB (or 0xAA41DB) is known color: Dark Orchid. HEX triplet: AA, 41 and DB. RGB value is (170,65,219). Sum of RGB (Red+Green+Blue) = 170+65+219=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA41DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41DB is #55BE24. Grayscale: #717171. Windows color (decimal): -5619237 or 14369194. OLE color: 14369194.
HSL color Cylindrical-coordinate representation of color #AA41DB: hue angle of 280.91º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA41DB is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 65 | 219 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.14 |
| HSL | 280.91º | 0.68% | 0.56% | - |
| HSV(B) | 280.91º | 0.7% | 0.86% | - |
| XYZ | 31.25 | 17.44 | 68.74 | - |
| YUV | 113.95 | 187.29 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 219 | 0.22 | 0.70 | 0 | 0.14 | 280.91 | 0.68 | 0.56 |
| Hex | AA | 41 | DB | 16 | 46 | 0 | E | 119 | 44 | 38 |
| Octal | 252 | 101 | 333 | 26 | 106 | 0 | 16 | 431 | 104 | 70 |
| Binary | 10101010 | 1000001 | 11011011 | 10110 | 1000110 | 0 | 1110 | 100011001 | 1000100 | 111000 |
Color Harmonies of #AA41DB
Complementary color
Monochromatic Colors of #AA41DB
Black with #AA41DB
Text Example
Text Example
White with #AA41DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA41DB; }
p { color: rgb(170,65,219); }
H1.HeaderClassName
{
color: #AA41DB;
}
.AnyTagClassName
{
color: #AA41DB;
}
</style>
background-color css
<style>
a { background-color: #AA41DB; }
a { background-color: rgb(170,65,219); }
div.DivClassName
{
background-color: #AA41DB;
}
.BgClassName
{
background-color: #AA41DB;
}
</style>
border-color css
<style>
span { border-color: #AA41DB; }
span { border-color: rgb(170,65,219); }
td.TdClassName
{
border-color: #AA41DB;
}
.TagClassName
{
border-color: #AA41DB;
}
</style>