Shades of Dark Violet #AA0CBD
Tints of Dark Violet #AA0CBD
RGB
CMYK
RGB Variations
Color information
#AA0CBD (or 0xAA0CBD) is known color: Dark Violet. HEX triplet: AA, 0C and BD. RGB value is (170,12,189). Sum of RGB (Red+Green+Blue) = 170+12+189=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA0CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CBD is #55F342. Grayscale: #4E4E4E. Windows color (decimal): -5632835 or 12389546. OLE color: 12389546.
HSL color Cylindrical-coordinate representation of color #AA0CBD: hue angle of 293.56º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0CBD is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 12 | 189 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.26 |
| HSL | 293.56º | 0.88% | 0.39% | - |
| HSV(B) | 293.56º | 0.94% | 0.74% | - |
| XYZ | 25.89 | 12.48 | 49.19 | - |
| YUV | 79.42 | 189.85 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 189 | 0.10 | 0.94 | 0 | 0.26 | 293.56 | 0.88 | 0.39 |
| Hex | AA | C | BD | A | 5E | 0 | 1A | 126 | 58 | 27 |
| Octal | 252 | 14 | 275 | 12 | 136 | 0 | 32 | 446 | 130 | 47 |
| Binary | 10101010 | 1100 | 10111101 | 1010 | 1011110 | 0 | 11010 | 100100110 | 1011000 | 100111 |
Color Harmonies of #AA0CBD
Complementary color
Monochromatic Colors of #AA0CBD
Black with #AA0CBD
Text Example
Text Example
White with #AA0CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CBD; }
p { color: rgb(170,12,189); }
H1.HeaderClassName
{
color: #AA0CBD;
}
.AnyTagClassName
{
color: #AA0CBD;
}
</style>
background-color css
<style>
a { background-color: #AA0CBD; }
a { background-color: rgb(170,12,189); }
div.DivClassName
{
background-color: #AA0CBD;
}
.BgClassName
{
background-color: #AA0CBD;
}
</style>
border-color css
<style>
span { border-color: #AA0CBD; }
span { border-color: rgb(170,12,189); }
td.TdClassName
{
border-color: #AA0CBD;
}
.TagClassName
{
border-color: #AA0CBD;
}
</style>