Shades of Dark Violet #AA02C1
Tints of Dark Violet #AA02C1
RGB
CMYK
RGB Variations
Color information
#AA02C1 (or 0xAA02C1) is known color: Dark Violet. HEX triplet: AA, 02 and C1. RGB value is (170,2,193). Sum of RGB (Red+Green+Blue) = 170+2+193=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA02C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02C1 is #55FD3E. Grayscale: #494949. Windows color (decimal): -5635391 or 12649130. OLE color: 12649130.
HSL color Cylindrical-coordinate representation of color #AA02C1: hue angle of 292.77º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02C1 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 2 | 193 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.24 |
| HSL | 292.77º | 0.98% | 0.38% | - |
| HSV(B) | 292.77º | 0.99% | 0.76% | - |
| XYZ | 26.22 | 12.44 | 51.47 | - |
| YUV | 74.01 | 195.16 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 193 | 0.12 | 0.99 | 0 | 0.24 | 292.77 | 0.98 | 0.38 |
| Hex | AA | 2 | C1 | C | 63 | 0 | 18 | 125 | 62 | 26 |
| Octal | 252 | 2 | 301 | 14 | 143 | 0 | 30 | 445 | 142 | 46 |
| Binary | 10101010 | 10 | 11000001 | 1100 | 1100011 | 0 | 11000 | 100100101 | 1100010 | 100110 |
Color Harmonies of #AA02C1
Complementary color
Monochromatic Colors of #AA02C1
Black with #AA02C1
Text Example
Text Example
White with #AA02C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02C1; }
p { color: rgb(170,2,193); }
H1.HeaderClassName
{
color: #AA02C1;
}
.AnyTagClassName
{
color: #AA02C1;
}
</style>
background-color css
<style>
a { background-color: #AA02C1; }
a { background-color: rgb(170,2,193); }
div.DivClassName
{
background-color: #AA02C1;
}
.BgClassName
{
background-color: #AA02C1;
}
</style>
border-color css
<style>
span { border-color: #AA02C1; }
span { border-color: rgb(170,2,193); }
td.TdClassName
{
border-color: #AA02C1;
}
.TagClassName
{
border-color: #AA02C1;
}
</style>