Shades of Dark Violet #AA04DF
Tints of Dark Violet #AA04DF
RGB
CMYK
RGB Variations
Color information
#AA04DF (or 0xAA04DF) is known color: Dark Violet. HEX triplet: AA, 04 and DF. RGB value is (170,4,223). Sum of RGB (Red+Green+Blue) = 170+4+223=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA04DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04DF is #55FB20. Grayscale: #4D4D4D. Windows color (decimal): -5634849 or 14615722. OLE color: 14615722.
HSL color Cylindrical-coordinate representation of color #AA04DF: hue angle of 285.48º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04DF is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 4 | 223 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.13 |
| HSL | 285.48º | 0.96% | 0.45% | - |
| HSV(B) | 285.48º | 0.98% | 0.87% | - |
| XYZ | 29.94 | 13.96 | 70.93 | - |
| YUV | 78.6 | 209.5 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 223 | 0.24 | 0.98 | 0 | 0.13 | 285.48 | 0.96 | 0.45 |
| Hex | AA | 4 | DF | 18 | 62 | 0 | D | 11D | 60 | 2D |
| Octal | 252 | 4 | 337 | 30 | 142 | 0 | 15 | 435 | 140 | 55 |
| Binary | 10101010 | 100 | 11011111 | 11000 | 1100010 | 0 | 1101 | 100011101 | 1100000 | 101101 |
Color Harmonies of #AA04DF
Complementary color
Monochromatic Colors of #AA04DF
Black with #AA04DF
Text Example
Text Example
White with #AA04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04DF; }
p { color: rgb(170,4,223); }
H1.HeaderClassName
{
color: #AA04DF;
}
.AnyTagClassName
{
color: #AA04DF;
}
</style>
background-color css
<style>
a { background-color: #AA04DF; }
a { background-color: rgb(170,4,223); }
div.DivClassName
{
background-color: #AA04DF;
}
.BgClassName
{
background-color: #AA04DF;
}
</style>
border-color css
<style>
span { border-color: #AA04DF; }
span { border-color: rgb(170,4,223); }
td.TdClassName
{
border-color: #AA04DF;
}
.TagClassName
{
border-color: #AA04DF;
}
</style>