Shades of Dark Violet #AA02BD
Tints of Dark Violet #AA02BD
RGB
CMYK
RGB Variations
Color information
#AA02BD (or 0xAA02BD) is known color: Dark Violet. HEX triplet: AA, 02 and BD. RGB value is (170,2,189). Sum of RGB (Red+Green+Blue) = 170+2+189=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA02BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02BD is #55FD42. Grayscale: #484848. Windows color (decimal): -5635395 or 12386986. OLE color: 12386986.
HSL color Cylindrical-coordinate representation of color #AA02BD: hue angle of 293.9º 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 #AA02BD is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 2 | 189 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.26 |
| HSL | 293.9º | 0.98% | 0.37% | - |
| HSV(B) | 293.9º | 0.99% | 0.74% | - |
| XYZ | 25.78 | 12.26 | 49.15 | - |
| YUV | 73.55 | 193.16 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 189 | 0.10 | 0.99 | 0 | 0.26 | 293.9 | 0.98 | 0.37 |
| Hex | AA | 2 | BD | A | 63 | 0 | 1A | 126 | 62 | 25 |
| Octal | 252 | 2 | 275 | 12 | 143 | 0 | 32 | 446 | 142 | 45 |
| Binary | 10101010 | 10 | 10111101 | 1010 | 1100011 | 0 | 11010 | 100100110 | 1100010 | 100101 |
Color Harmonies of #AA02BD
Complementary color
Monochromatic Colors of #AA02BD
Black with #AA02BD
Text Example
Text Example
White with #AA02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02BD; }
p { color: rgb(170,2,189); }
H1.HeaderClassName
{
color: #AA02BD;
}
.AnyTagClassName
{
color: #AA02BD;
}
</style>
background-color css
<style>
a { background-color: #AA02BD; }
a { background-color: rgb(170,2,189); }
div.DivClassName
{
background-color: #AA02BD;
}
.BgClassName
{
background-color: #AA02BD;
}
</style>
border-color css
<style>
span { border-color: #AA02BD; }
span { border-color: rgb(170,2,189); }
td.TdClassName
{
border-color: #AA02BD;
}
.TagClassName
{
border-color: #AA02BD;
}
</style>