Shades of Dark Orchid #AA19DA
Tints of Dark Orchid #AA19DA
RGB
CMYK
RGB Variations
Color information
#AA19DA (or 0xAA19DA) is known color: Dark Orchid. HEX triplet: AA, 19 and DA. RGB value is (170,25,218). Sum of RGB (Red+Green+Blue) = 170+25+218=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA19DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA19DA is #55E625. Grayscale: #595959. Windows color (decimal): -5629478 or 14293418. OLE color: 14293418.
HSL color Cylindrical-coordinate representation of color #AA19DA: hue angle of 285.08º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA19DA is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 25 | 218 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.15 |
| HSL | 285.08º | 0.79% | 0.48% | - |
| HSV(B) | 285.08º | 0.89% | 0.85% | - |
| XYZ | 29.58 | 14.3 | 67.53 | - |
| YUV | 90.36 | 200.04 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 218 | 0.22 | 0.89 | 0 | 0.15 | 285.08 | 0.79 | 0.48 |
| Hex | AA | 19 | DA | 16 | 59 | 0 | F | 11D | 4F | 30 |
| Octal | 252 | 31 | 332 | 26 | 131 | 0 | 17 | 435 | 117 | 60 |
| Binary | 10101010 | 11001 | 11011010 | 10110 | 1011001 | 0 | 1111 | 100011101 | 1001111 | 110000 |
Color Harmonies of #AA19DA
Complementary color
Monochromatic Colors of #AA19DA
Black with #AA19DA
Text Example
Text Example
White with #AA19DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA19DA; }
p { color: rgb(170,25,218); }
H1.HeaderClassName
{
color: #AA19DA;
}
.AnyTagClassName
{
color: #AA19DA;
}
</style>
background-color css
<style>
a { background-color: #AA19DA; }
a { background-color: rgb(170,25,218); }
div.DivClassName
{
background-color: #AA19DA;
}
.BgClassName
{
background-color: #AA19DA;
}
</style>
border-color css
<style>
span { border-color: #AA19DA; }
span { border-color: rgb(170,25,218); }
td.TdClassName
{
border-color: #AA19DA;
}
.TagClassName
{
border-color: #AA19DA;
}
</style>