Shades of Dark Violet #AA07CF
Tints of Dark Violet #AA07CF
RGB
CMYK
RGB Variations
Color information
#AA07CF (or 0xAA07CF) is known color: Dark Violet. HEX triplet: AA, 07 and CF. RGB value is (170,7,207). Sum of RGB (Red+Green+Blue) = 170+7+207=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA07CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA07CF is #55F830. Grayscale: #4D4D4D. Windows color (decimal): -5634097 or 13567914. OLE color: 13567914.
HSL color Cylindrical-coordinate representation of color #AA07CF: hue angle of 288.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA07CF is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 7 | 207 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.19 |
| HSL | 288.9º | 0.93% | 0.42% | - |
| HSV(B) | 288.9º | 0.97% | 0.81% | - |
| XYZ | 27.92 | 13.2 | 60.11 | - |
| YUV | 78.54 | 200.5 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 207 | 0.18 | 0.97 | 0 | 0.19 | 288.9 | 0.93 | 0.42 |
| Hex | AA | 7 | CF | 12 | 61 | 0 | 13 | 121 | 5D | 2A |
| Octal | 252 | 7 | 317 | 22 | 141 | 0 | 23 | 441 | 135 | 52 |
| Binary | 10101010 | 111 | 11001111 | 10010 | 1100001 | 0 | 10011 | 100100001 | 1011101 | 101010 |
Color Harmonies of #AA07CF
Complementary color
Monochromatic Colors of #AA07CF
Black with #AA07CF
Text Example
Text Example
White with #AA07CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA07CF; }
p { color: rgb(170,7,207); }
H1.HeaderClassName
{
color: #AA07CF;
}
.AnyTagClassName
{
color: #AA07CF;
}
</style>
background-color css
<style>
a { background-color: #AA07CF; }
a { background-color: rgb(170,7,207); }
div.DivClassName
{
background-color: #AA07CF;
}
.BgClassName
{
background-color: #AA07CF;
}
</style>
border-color css
<style>
span { border-color: #AA07CF; }
span { border-color: rgb(170,7,207); }
td.TdClassName
{
border-color: #AA07CF;
}
.TagClassName
{
border-color: #AA07CF;
}
</style>