Shades of Dark Violet #AA0DCF
Tints of Dark Violet #AA0DCF
RGB
CMYK
RGB Variations
Color information
#AA0DCF (or 0xAA0DCF) is known color: Dark Violet. HEX triplet: AA, 0D and CF. RGB value is (170,13,207). Sum of RGB (Red+Green+Blue) = 170+13+207=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA0DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DCF is #55F230. Grayscale: #515151. Windows color (decimal): -5632561 or 13569450. OLE color: 13569450.
HSL color Cylindrical-coordinate representation of color #AA0DCF: hue angle of 288.56º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0DCF is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 13 | 207 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.19 |
| HSL | 288.56º | 0.88% | 0.43% | - |
| HSV(B) | 288.56º | 0.94% | 0.81% | - |
| XYZ | 27.98 | 13.34 | 60.13 | - |
| YUV | 82.06 | 198.51 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 207 | 0.18 | 0.94 | 0 | 0.19 | 288.56 | 0.88 | 0.43 |
| Hex | AA | D | CF | 12 | 5E | 0 | 13 | 121 | 58 | 2B |
| Octal | 252 | 15 | 317 | 22 | 136 | 0 | 23 | 441 | 130 | 53 |
| Binary | 10101010 | 1101 | 11001111 | 10010 | 1011110 | 0 | 10011 | 100100001 | 1011000 | 101011 |
Color Harmonies of #AA0DCF
Complementary color
Monochromatic Colors of #AA0DCF
Black with #AA0DCF
Text Example
Text Example
White with #AA0DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DCF; }
p { color: rgb(170,13,207); }
H1.HeaderClassName
{
color: #AA0DCF;
}
.AnyTagClassName
{
color: #AA0DCF;
}
</style>
background-color css
<style>
a { background-color: #AA0DCF; }
a { background-color: rgb(170,13,207); }
div.DivClassName
{
background-color: #AA0DCF;
}
.BgClassName
{
background-color: #AA0DCF;
}
</style>
border-color css
<style>
span { border-color: #AA0DCF; }
span { border-color: rgb(170,13,207); }
td.TdClassName
{
border-color: #AA0DCF;
}
.TagClassName
{
border-color: #AA0DCF;
}
</style>