Shades of Dark Violet #AA00C6
Tints of Dark Violet #AA00C6
RGB
CMYK
RGB Variations
Color information
#AA00C6 (or 0xAA00C6) is known color: Dark Violet. HEX triplet: AA, 00 and C6. RGB value is (170,0,198). Sum of RGB (Red+Green+Blue) = 170+0+198=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 198 (77.73% from 255 or 53.80% from 368); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA00C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00C6 is #55FF39. Grayscale: #484848. Windows color (decimal): -5635898 or 12976298. OLE color: 12976298.
HSL color Cylindrical-coordinate representation of color #AA00C6: hue angle of 291.52º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00C6 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 0 | 198 | - |
| CMYK | 0.14 | 1 | 0 | 0.22 |
| HSL | 291.52º | 1% | 0.39% | - |
| HSV(B) | 291.52º | 1% | 0.78% | - |
| XYZ | 26.77 | 12.62 | 54.45 | - |
| YUV | 73.4 | 198.32 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 198 | 0.14 | 1 | 0 | 0.22 | 291.52 | 1 | 0.39 |
| Hex | AA | 0 | C6 | E | 64 | 0 | 16 | 124 | 64 | 27 |
| Octal | 252 | 0 | 306 | 16 | 144 | 0 | 26 | 444 | 144 | 47 |
| Binary | 10101010 | 0 | 11000110 | 1110 | 1100100 | 0 | 10110 | 100100100 | 1100100 | 100111 |
Color Harmonies of #AA00C6
Complementary color
Monochromatic Colors of #AA00C6
Black with #AA00C6
Text Example
Text Example
White with #AA00C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA00C6; }
p { color: rgb(170,0,198); }
H1.HeaderClassName
{
color: #AA00C6;
}
.AnyTagClassName
{
color: #AA00C6;
}
</style>
background-color css
<style>
a { background-color: #AA00C6; }
a { background-color: rgb(170,0,198); }
div.DivClassName
{
background-color: #AA00C6;
}
.BgClassName
{
background-color: #AA00C6;
}
</style>
border-color css
<style>
span { border-color: #AA00C6; }
span { border-color: rgb(170,0,198); }
td.TdClassName
{
border-color: #AA00C6;
}
.TagClassName
{
border-color: #AA00C6;
}
</style>