Shades of Dark Violet #AA00C3
Tints of Dark Violet #AA00C3
RGB
CMYK
RGB Variations
Color information
#AA00C3 (or 0xAA00C3) is known color: Dark Violet. HEX triplet: AA, 00 and C3. RGB value is (170,0,195). Sum of RGB (Red+Green+Blue) = 170+0+195=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 195 (76.56% from 255 or 53.42% from 365); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA00C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00C3 is #55FF3C. Grayscale: #484848. Windows color (decimal): -5635901 or 12779690. OLE color: 12779690.
HSL color Cylindrical-coordinate representation of color #AA00C3: hue angle of 292.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00C3 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 0 | 195 | - |
| CMYK | 0.13 | 1 | 0 | 0.24 |
| HSL | 292.31º | 1% | 0.38% | - |
| HSV(B) | 292.31º | 1% | 0.76% | - |
| XYZ | 26.43 | 12.49 | 52.65 | - |
| YUV | 73.06 | 196.82 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 195 | 0.13 | 1 | 0 | 0.24 | 292.31 | 1 | 0.38 |
| Hex | AA | 0 | C3 | D | 64 | 0 | 18 | 124 | 64 | 26 |
| Octal | 252 | 0 | 303 | 15 | 144 | 0 | 30 | 444 | 144 | 46 |
| Binary | 10101010 | 0 | 11000011 | 1101 | 1100100 | 0 | 11000 | 100100100 | 1100100 | 100110 |
Color Harmonies of #AA00C3
Complementary color
Monochromatic Colors of #AA00C3
Black with #AA00C3
Text Example
Text Example
White with #AA00C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA00C3; }
p { color: rgb(170,0,195); }
H1.HeaderClassName
{
color: #AA00C3;
}
.AnyTagClassName
{
color: #AA00C3;
}
</style>
background-color css
<style>
a { background-color: #AA00C3; }
a { background-color: rgb(170,0,195); }
div.DivClassName
{
background-color: #AA00C3;
}
.BgClassName
{
background-color: #AA00C3;
}
</style>
border-color css
<style>
span { border-color: #AA00C3; }
span { border-color: rgb(170,0,195); }
td.TdClassName
{
border-color: #AA00C3;
}
.TagClassName
{
border-color: #AA00C3;
}
</style>