Shades of Dark Violet #AA00BC
Tints of Dark Violet #AA00BC
RGB
CMYK
RGB Variations
Color information
#AA00BC (or 0xAA00BC) is known color: Dark Violet. HEX triplet: AA, 00 and BC. RGB value is (170,0,188). Sum of RGB (Red+Green+Blue) = 170+0+188=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA00BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00BC is #55FF43. Grayscale: #474747. Windows color (decimal): -5635908 or 12320938. OLE color: 12320938.
HSL color Cylindrical-coordinate representation of color #AA00BC: hue angle of 294.26º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00BC is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 0 | 188 | - |
| CMYK | 0.10 | 1 | 0 | 0.26 |
| HSL | 294.26º | 1% | 0.37% | - |
| HSV(B) | 294.26º | 1% | 0.74% | - |
| XYZ | 25.65 | 12.18 | 48.58 | - |
| YUV | 72.26 | 193.32 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 188 | 0.10 | 1 | 0 | 0.26 | 294.26 | 1 | 0.37 |
| Hex | AA | 0 | BC | A | 64 | 0 | 1A | 126 | 64 | 25 |
| Octal | 252 | 0 | 274 | 12 | 144 | 0 | 32 | 446 | 144 | 45 |
| Binary | 10101010 | 0 | 10111100 | 1010 | 1100100 | 0 | 11010 | 100100110 | 1100100 | 100101 |
Color Harmonies of #AA00BC
Complementary color
Monochromatic Colors of #AA00BC
Black with #AA00BC
Text Example
Text Example
White with #AA00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA00BC; }
p { color: rgb(170,0,188); }
H1.HeaderClassName
{
color: #AA00BC;
}
.AnyTagClassName
{
color: #AA00BC;
}
</style>
background-color css
<style>
a { background-color: #AA00BC; }
a { background-color: rgb(170,0,188); }
div.DivClassName
{
background-color: #AA00BC;
}
.BgClassName
{
background-color: #AA00BC;
}
</style>
border-color css
<style>
span { border-color: #AA00BC; }
span { border-color: rgb(170,0,188); }
td.TdClassName
{
border-color: #AA00BC;
}
.TagClassName
{
border-color: #AA00BC;
}
</style>