Shades of Dark Orchid #AA29DB
Tints of Dark Orchid #AA29DB
RGB
CMYK
RGB Variations
Color information
#AA29DB (or 0xAA29DB) is known color: Dark Orchid. HEX triplet: AA, 29 and DB. RGB value is (170,41,219). Sum of RGB (Red+Green+Blue) = 170+41+219=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA29DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29DB is #55D624. Grayscale: #636363. Windows color (decimal): -5625381 or 14363050. OLE color: 14363050.
HSL color Cylindrical-coordinate representation of color #AA29DB: hue angle of 283.48º 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 #AA29DB is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 170 | 41 | 219 | - |
CMYK | 0.22 | 0.81 | 0 | 0.14 |
HSL | 283.48º | 0.71% | 0.51% | - |
HSV(B) | 283.48º | 0.81% | 0.86% | - |
XYZ | 30.16 | 15.25 | 68.37 | - |
YUV | 99.86 | 195.24 | 178.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 41 | 219 | 0.22 | 0.81 | 0 | 0.14 | 283.48 | 0.71 | 0.51 |
Hex | AA | 29 | DB | 16 | 51 | 0 | E | 11B | 47 | 33 |
Octal | 252 | 51 | 333 | 26 | 121 | 0 | 16 | 433 | 107 | 63 |
Binary | 10101010 | 101001 | 11011011 | 10110 | 1010001 | 0 | 1110 | 100011011 | 1000111 | 110011 |
Color Harmonies of #AA29DB
Complementary color
Monochromatic Colors of #AA29DB
Black with #AA29DB
Text Example
Text Example
White with #AA29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA29DB; }
p { color: rgb(170,41,219); }
H1.HeaderClassName
{
color: #AA29DB;
}
.AnyTagClassName
{
color: #AA29DB;
}
</style>
background-color css
<style>
a { background-color: #AA29DB; }
a { background-color: rgb(170,41,219); }
div.DivClassName
{
background-color: #AA29DB;
}
.BgClassName
{
background-color: #AA29DB;
}
</style>
border-color css
<style>
span { border-color: #AA29DB; }
span { border-color: rgb(170,41,219); }
td.TdClassName
{
border-color: #AA29DB;
}
.TagClassName
{
border-color: #AA29DB;
}
</style>