Shades of Dark Violet #AA07DF
Tints of Dark Violet #AA07DF
RGB
CMYK
RGB Variations
Color information
#AA07DF (or 0xAA07DF) is known color: Dark Violet. HEX triplet: AA, 07 and DF. RGB value is (170,7,223). Sum of RGB (Red+Green+Blue) = 170+7+223=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA07DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA07DF is #55F820. Grayscale: #4F4F4F. Windows color (decimal): -5634081 or 14616490. OLE color: 14616490.
HSL color Cylindrical-coordinate representation of color #AA07DF: hue angle of 285.28º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA07DF is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 7 | 223 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.13 |
| HSL | 285.28º | 0.94% | 0.45% | - |
| HSV(B) | 285.28º | 0.97% | 0.87% | - |
| XYZ | 29.97 | 14.03 | 70.94 | - |
| YUV | 80.36 | 208.5 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 223 | 0.24 | 0.97 | 0 | 0.13 | 285.28 | 0.94 | 0.45 |
| Hex | AA | 7 | DF | 18 | 61 | 0 | D | 11D | 5E | 2D |
| Octal | 252 | 7 | 337 | 30 | 141 | 0 | 15 | 435 | 136 | 55 |
| Binary | 10101010 | 111 | 11011111 | 11000 | 1100001 | 0 | 1101 | 100011101 | 1011110 | 101101 |
Color Harmonies of #AA07DF
Complementary color
Monochromatic Colors of #AA07DF
Black with #AA07DF
Text Example
Text Example
White with #AA07DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA07DF; }
p { color: rgb(170,7,223); }
H1.HeaderClassName
{
color: #AA07DF;
}
.AnyTagClassName
{
color: #AA07DF;
}
</style>
background-color css
<style>
a { background-color: #AA07DF; }
a { background-color: rgb(170,7,223); }
div.DivClassName
{
background-color: #AA07DF;
}
.BgClassName
{
background-color: #AA07DF;
}
</style>
border-color css
<style>
span { border-color: #AA07DF; }
span { border-color: rgb(170,7,223); }
td.TdClassName
{
border-color: #AA07DF;
}
.TagClassName
{
border-color: #AA07DF;
}
</style>