Shades of Dark Violet #AA04CF
Tints of Dark Violet #AA04CF
RGB
CMYK
RGB Variations
Color information
#AA04CF (or 0xAA04CF) is known color: Dark Violet. HEX triplet: AA, 04 and CF. RGB value is (170,4,207). Sum of RGB (Red+Green+Blue) = 170+4+207=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA04CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04CF is #55FB30. Grayscale: #4C4C4C. Windows color (decimal): -5634865 or 13567146. OLE color: 13567146.
HSL color Cylindrical-coordinate representation of color #AA04CF: hue angle of 289.06º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04CF is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 4 | 207 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.19 |
| HSL | 289.06º | 0.96% | 0.41% | - |
| HSV(B) | 289.06º | 0.98% | 0.81% | - |
| XYZ | 27.88 | 13.14 | 60.1 | - |
| YUV | 76.78 | 201.5 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 207 | 0.18 | 0.98 | 0 | 0.19 | 289.06 | 0.96 | 0.41 |
| Hex | AA | 4 | CF | 12 | 62 | 0 | 13 | 121 | 60 | 29 |
| Octal | 252 | 4 | 317 | 22 | 142 | 0 | 23 | 441 | 140 | 51 |
| Binary | 10101010 | 100 | 11001111 | 10010 | 1100010 | 0 | 10011 | 100100001 | 1100000 | 101001 |
Color Harmonies of #AA04CF
Complementary color
Monochromatic Colors of #AA04CF
Black with #AA04CF
Text Example
Text Example
White with #AA04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04CF; }
p { color: rgb(170,4,207); }
H1.HeaderClassName
{
color: #AA04CF;
}
.AnyTagClassName
{
color: #AA04CF;
}
</style>
background-color css
<style>
a { background-color: #AA04CF; }
a { background-color: rgb(170,4,207); }
div.DivClassName
{
background-color: #AA04CF;
}
.BgClassName
{
background-color: #AA04CF;
}
</style>
border-color css
<style>
span { border-color: #AA04CF; }
span { border-color: rgb(170,4,207); }
td.TdClassName
{
border-color: #AA04CF;
}
.TagClassName
{
border-color: #AA04CF;
}
</style>