Shades of Dark Violet #AA02C7
Tints of Dark Violet #AA02C7
RGB
CMYK
RGB Variations
Color information
#AA02C7 (or 0xAA02C7) is known color: Dark Violet. HEX triplet: AA, 02 and C7. RGB value is (170,2,199). Sum of RGB (Red+Green+Blue) = 170+2+199=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 199 (78.12% from 255 or 53.64% from 371); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA02C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02C7 is #55FD38. Grayscale: #4A4A4A. Windows color (decimal): -5635385 or 13042346. OLE color: 13042346.
HSL color Cylindrical-coordinate representation of color #AA02C7: hue angle of 291.17º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02C7 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 2 | 199 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.22 |
| HSL | 291.17º | 0.98% | 0.39% | - |
| HSV(B) | 291.17º | 0.99% | 0.78% | - |
| XYZ | 26.91 | 12.71 | 55.07 | - |
| YUV | 74.69 | 198.16 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 199 | 0.15 | 0.99 | 0 | 0.22 | 291.17 | 0.98 | 0.39 |
| Hex | AA | 2 | C7 | F | 63 | 0 | 16 | 123 | 62 | 27 |
| Octal | 252 | 2 | 307 | 17 | 143 | 0 | 26 | 443 | 142 | 47 |
| Binary | 10101010 | 10 | 11000111 | 1111 | 1100011 | 0 | 10110 | 100100011 | 1100010 | 100111 |
Color Harmonies of #AA02C7
Complementary color
Monochromatic Colors of #AA02C7
Black with #AA02C7
Text Example
Text Example
White with #AA02C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02C7; }
p { color: rgb(170,2,199); }
H1.HeaderClassName
{
color: #AA02C7;
}
.AnyTagClassName
{
color: #AA02C7;
}
</style>
background-color css
<style>
a { background-color: #AA02C7; }
a { background-color: rgb(170,2,199); }
div.DivClassName
{
background-color: #AA02C7;
}
.BgClassName
{
background-color: #AA02C7;
}
</style>
border-color css
<style>
span { border-color: #AA02C7; }
span { border-color: rgb(170,2,199); }
td.TdClassName
{
border-color: #AA02C7;
}
.TagClassName
{
border-color: #AA02C7;
}
</style>