Shades of Dark Violet #AA00C5
Tints of Dark Violet #AA00C5
RGB
CMYK
RGB Variations
Color information
#AA00C5 (or 0xAA00C5) is known color: Dark Violet. HEX triplet: AA, 00 and C5. RGB value is (170,0,197). Sum of RGB (Red+Green+Blue) = 170+0+197=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 197 (77.34% from 255 or 53.68% from 367); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA00C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00C5 is #55FF3A. Grayscale: #484848. Windows color (decimal): -5635899 or 12910762. OLE color: 12910762.
HSL color Cylindrical-coordinate representation of color #AA00C5: hue angle of 291.78º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00C5 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 0 | 197 | - |
| CMYK | 0.14 | 1 | 0 | 0.23 |
| HSL | 291.78º | 1% | 0.39% | - |
| HSV(B) | 291.78º | 1% | 0.77% | - |
| XYZ | 26.66 | 12.58 | 53.85 | - |
| YUV | 73.29 | 197.82 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 197 | 0.14 | 1 | 0 | 0.23 | 291.78 | 1 | 0.39 |
| Hex | AA | 0 | C5 | E | 64 | 0 | 17 | 124 | 64 | 27 |
| Octal | 252 | 0 | 305 | 16 | 144 | 0 | 27 | 444 | 144 | 47 |
| Binary | 10101010 | 0 | 11000101 | 1110 | 1100100 | 0 | 10111 | 100100100 | 1100100 | 100111 |
Color Harmonies of #AA00C5
Complementary color
Monochromatic Colors of #AA00C5
Black with #AA00C5
Text Example
Text Example
White with #AA00C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA00C5; }
p { color: rgb(170,0,197); }
H1.HeaderClassName
{
color: #AA00C5;
}
.AnyTagClassName
{
color: #AA00C5;
}
</style>
background-color css
<style>
a { background-color: #AA00C5; }
a { background-color: rgb(170,0,197); }
div.DivClassName
{
background-color: #AA00C5;
}
.BgClassName
{
background-color: #AA00C5;
}
</style>
border-color css
<style>
span { border-color: #AA00C5; }
span { border-color: rgb(170,0,197); }
td.TdClassName
{
border-color: #AA00C5;
}
.TagClassName
{
border-color: #AA00C5;
}
</style>