Shades of Dark Violet #AA05CF
Tints of Dark Violet #AA05CF
RGB
CMYK
RGB Variations
Color information
#AA05CF (or 0xAA05CF) is known color: Dark Violet. HEX triplet: AA, 05 and CF. RGB value is (170,5,207). Sum of RGB (Red+Green+Blue) = 170+5+207=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA05CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA05CF is #55FA30. Grayscale: #4C4C4C. Windows color (decimal): -5634609 or 13567402. OLE color: 13567402.
HSL color Cylindrical-coordinate representation of color #AA05CF: hue angle of 289.01º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA05CF is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 5 | 207 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.19 |
| HSL | 289.01º | 0.95% | 0.42% | - |
| HSV(B) | 289.01º | 0.98% | 0.81% | - |
| XYZ | 27.89 | 13.16 | 60.1 | - |
| YUV | 77.36 | 201.16 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 207 | 0.18 | 0.98 | 0 | 0.19 | 289.01 | 0.95 | 0.42 |
| Hex | AA | 5 | CF | 12 | 62 | 0 | 13 | 121 | 5F | 2A |
| Octal | 252 | 5 | 317 | 22 | 142 | 0 | 23 | 441 | 137 | 52 |
| Binary | 10101010 | 101 | 11001111 | 10010 | 1100010 | 0 | 10011 | 100100001 | 1011111 | 101010 |
Color Harmonies of #AA05CF
Complementary color
Monochromatic Colors of #AA05CF
Black with #AA05CF
Text Example
Text Example
White with #AA05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA05CF; }
p { color: rgb(170,5,207); }
H1.HeaderClassName
{
color: #AA05CF;
}
.AnyTagClassName
{
color: #AA05CF;
}
</style>
background-color css
<style>
a { background-color: #AA05CF; }
a { background-color: rgb(170,5,207); }
div.DivClassName
{
background-color: #AA05CF;
}
.BgClassName
{
background-color: #AA05CF;
}
</style>
border-color css
<style>
span { border-color: #AA05CF; }
span { border-color: rgb(170,5,207); }
td.TdClassName
{
border-color: #AA05CF;
}
.TagClassName
{
border-color: #AA05CF;
}
</style>