Shades of Dark Violet #AA02BC
Tints of Dark Violet #AA02BC
RGB
CMYK
RGB Variations
Color information
#AA02BC (or 0xAA02BC) is known color: Dark Violet. HEX triplet: AA, 02 and BC. RGB value is (170,2,188). Sum of RGB (Red+Green+Blue) = 170+2+188=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA02BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02BC is #55FD43. Grayscale: #484848. Windows color (decimal): -5635396 or 12321450. OLE color: 12321450.
HSL color Cylindrical-coordinate representation of color #AA02BC: hue angle of 294.19º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02BC is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 2 | 188 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.26 |
| HSL | 294.19º | 0.98% | 0.37% | - |
| HSV(B) | 294.19º | 0.99% | 0.74% | - |
| XYZ | 25.68 | 12.22 | 48.58 | - |
| YUV | 73.44 | 192.66 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 188 | 0.10 | 0.99 | 0 | 0.26 | 294.19 | 0.98 | 0.37 |
| Hex | AA | 2 | BC | A | 63 | 0 | 1A | 126 | 62 | 25 |
| Octal | 252 | 2 | 274 | 12 | 143 | 0 | 32 | 446 | 142 | 45 |
| Binary | 10101010 | 10 | 10111100 | 1010 | 1100011 | 0 | 11010 | 100100110 | 1100010 | 100101 |
Color Harmonies of #AA02BC
Complementary color
Monochromatic Colors of #AA02BC
Black with #AA02BC
Text Example
Text Example
White with #AA02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02BC; }
p { color: rgb(170,2,188); }
H1.HeaderClassName
{
color: #AA02BC;
}
.AnyTagClassName
{
color: #AA02BC;
}
</style>
background-color css
<style>
a { background-color: #AA02BC; }
a { background-color: rgb(170,2,188); }
div.DivClassName
{
background-color: #AA02BC;
}
.BgClassName
{
background-color: #AA02BC;
}
</style>
border-color css
<style>
span { border-color: #AA02BC; }
span { border-color: rgb(170,2,188); }
td.TdClassName
{
border-color: #AA02BC;
}
.TagClassName
{
border-color: #AA02BC;
}
</style>