Shades of Dark Violet #AA00CF
Tints of Dark Violet #AA00CF
RGB
CMYK
RGB Variations
Color information
#AA00CF (or 0xAA00CF) is known color: Dark Violet. HEX triplet: AA, 00 and CF. RGB value is (170,0,207). Sum of RGB (Red+Green+Blue) = 170+0+207=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA00CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00CF is #55FF30. Grayscale: #494949. Windows color (decimal): -5635889 or 13566122. OLE color: 13566122.
HSL color Cylindrical-coordinate representation of color #AA00CF: hue angle of 289.28º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00CF is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 0 | 207 | - |
| CMYK | 0.18 | 1 | 0 | 0.19 |
| HSL | 289.28º | 1% | 0.41% | - |
| HSV(B) | 289.28º | 1% | 0.81% | - |
| XYZ | 27.84 | 13.05 | 60.08 | - |
| YUV | 74.43 | 202.82 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 207 | 0.18 | 1 | 0 | 0.19 | 289.28 | 1 | 0.41 |
| Hex | AA | 0 | CF | 12 | 64 | 0 | 13 | 121 | 64 | 29 |
| Octal | 252 | 0 | 317 | 22 | 144 | 0 | 23 | 441 | 144 | 51 |
| Binary | 10101010 | 0 | 11001111 | 10010 | 1100100 | 0 | 10011 | 100100001 | 1100100 | 101001 |
Color Harmonies of #AA00CF
Complementary color
Monochromatic Colors of #AA00CF
Black with #AA00CF
Text Example
Text Example
White with #AA00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA00CF; }
p { color: rgb(170,0,207); }
H1.HeaderClassName
{
color: #AA00CF;
}
.AnyTagClassName
{
color: #AA00CF;
}
</style>
background-color css
<style>
a { background-color: #AA00CF; }
a { background-color: rgb(170,0,207); }
div.DivClassName
{
background-color: #AA00CF;
}
.BgClassName
{
background-color: #AA00CF;
}
</style>
border-color css
<style>
span { border-color: #AA00CF; }
span { border-color: rgb(170,0,207); }
td.TdClassName
{
border-color: #AA00CF;
}
.TagClassName
{
border-color: #AA00CF;
}
</style>