Shades of Dark Violet #AA10CB
Tints of Dark Violet #AA10CB
RGB
CMYK
RGB Variations
Color information
#AA10CB (or 0xAA10CB) is known color: Dark Violet. HEX triplet: AA, 10 and CB. RGB value is (170,16,203). Sum of RGB (Red+Green+Blue) = 170+16+203=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA10CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10CB is #55EF34. Grayscale: #525252. Windows color (decimal): -5631797 or 13308074. OLE color: 13308074.
HSL color Cylindrical-coordinate representation of color #AA10CB: hue angle of 289.41º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA10CB is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 16 | 203 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.20 |
| HSL | 289.41º | 0.85% | 0.43% | - |
| HSV(B) | 289.41º | 0.92% | 0.8% | - |
| XYZ | 27.54 | 13.23 | 57.6 | - |
| YUV | 83.36 | 195.52 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 203 | 0.16 | 0.92 | 0 | 0.20 | 289.41 | 0.85 | 0.43 |
| Hex | AA | 10 | CB | 10 | 5C | 0 | 14 | 121 | 55 | 2B |
| Octal | 252 | 20 | 313 | 20 | 134 | 0 | 24 | 441 | 125 | 53 |
| Binary | 10101010 | 10000 | 11001011 | 10000 | 1011100 | 0 | 10100 | 100100001 | 1010101 | 101011 |
Color Harmonies of #AA10CB
Complementary color
Monochromatic Colors of #AA10CB
Black with #AA10CB
Text Example
Text Example
White with #AA10CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA10CB; }
p { color: rgb(170,16,203); }
H1.HeaderClassName
{
color: #AA10CB;
}
.AnyTagClassName
{
color: #AA10CB;
}
</style>
background-color css
<style>
a { background-color: #AA10CB; }
a { background-color: rgb(170,16,203); }
div.DivClassName
{
background-color: #AA10CB;
}
.BgClassName
{
background-color: #AA10CB;
}
</style>
border-color css
<style>
span { border-color: #AA10CB; }
span { border-color: rgb(170,16,203); }
td.TdClassName
{
border-color: #AA10CB;
}
.TagClassName
{
border-color: #AA10CB;
}
</style>