Shades of Dark Violet #AA0FCD
Tints of Dark Violet #AA0FCD
RGB
CMYK
RGB Variations
Color information
#AA0FCD (or 0xAA0FCD) is known color: Dark Violet. HEX triplet: AA, 0F and CD. RGB value is (170,15,205). Sum of RGB (Red+Green+Blue) = 170+15+205=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA0FCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FCD is #55F032. Grayscale: #525252. Windows color (decimal): -5632051 or 13438890. OLE color: 13438890.
HSL color Cylindrical-coordinate representation of color #AA0FCD: hue angle of 288.95º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0FCD is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 15 | 205 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.20 |
| HSL | 288.95º | 0.86% | 0.43% | - |
| HSV(B) | 288.95º | 0.93% | 0.8% | - |
| XYZ | 27.77 | 13.3 | 58.86 | - |
| YUV | 83.01 | 196.85 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 205 | 0.17 | 0.93 | 0 | 0.20 | 288.95 | 0.86 | 0.43 |
| Hex | AA | F | CD | 11 | 5D | 0 | 14 | 121 | 56 | 2B |
| Octal | 252 | 17 | 315 | 21 | 135 | 0 | 24 | 441 | 126 | 53 |
| Binary | 10101010 | 1111 | 11001101 | 10001 | 1011101 | 0 | 10100 | 100100001 | 1010110 | 101011 |
Color Harmonies of #AA0FCD
Complementary color
Monochromatic Colors of #AA0FCD
Black with #AA0FCD
Text Example
Text Example
White with #AA0FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FCD; }
p { color: rgb(170,15,205); }
H1.HeaderClassName
{
color: #AA0FCD;
}
.AnyTagClassName
{
color: #AA0FCD;
}
</style>
background-color css
<style>
a { background-color: #AA0FCD; }
a { background-color: rgb(170,15,205); }
div.DivClassName
{
background-color: #AA0FCD;
}
.BgClassName
{
background-color: #AA0FCD;
}
</style>
border-color css
<style>
span { border-color: #AA0FCD; }
span { border-color: rgb(170,15,205); }
td.TdClassName
{
border-color: #AA0FCD;
}
.TagClassName
{
border-color: #AA0FCD;
}
</style>