Shades of Dark Orchid #AA19DB
Tints of Dark Orchid #AA19DB
RGB
CMYK
RGB Variations
Color information
#AA19DB (or 0xAA19DB) is known color: Dark Orchid. HEX triplet: AA, 19 and DB. RGB value is (170,25,219). Sum of RGB (Red+Green+Blue) = 170+25+219=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA19DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA19DB is #55E624. Grayscale: #595959. Windows color (decimal): -5629477 or 14358954. OLE color: 14358954.
HSL color Cylindrical-coordinate representation of color #AA19DB: hue angle of 284.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA19DB is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 170 | 25 | 219 | - |
CMYK | 0.22 | 0.89 | 0 | 0.14 |
HSL | 284.85º | 0.8% | 0.48% | - |
HSV(B) | 284.85º | 0.89% | 0.86% | - |
XYZ | 29.71 | 14.36 | 68.22 | - |
YUV | 90.47 | 200.54 | 184.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 25 | 219 | 0.22 | 0.89 | 0 | 0.14 | 284.85 | 0.8 | 0.48 |
Hex | AA | 19 | DB | 16 | 59 | 0 | E | 11D | 50 | 30 |
Octal | 252 | 31 | 333 | 26 | 131 | 0 | 16 | 435 | 120 | 60 |
Binary | 10101010 | 11001 | 11011011 | 10110 | 1011001 | 0 | 1110 | 100011101 | 1010000 | 110000 |
Color Harmonies of #AA19DB
Complementary color
Monochromatic Colors of #AA19DB
Black with #AA19DB
Text Example
Text Example
White with #AA19DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA19DB; }
p { color: rgb(170,25,219); }
H1.HeaderClassName
{
color: #AA19DB;
}
.AnyTagClassName
{
color: #AA19DB;
}
</style>
background-color css
<style>
a { background-color: #AA19DB; }
a { background-color: rgb(170,25,219); }
div.DivClassName
{
background-color: #AA19DB;
}
.BgClassName
{
background-color: #AA19DB;
}
</style>
border-color css
<style>
span { border-color: #AA19DB; }
span { border-color: rgb(170,25,219); }
td.TdClassName
{
border-color: #AA19DB;
}
.TagClassName
{
border-color: #AA19DB;
}
</style>