Shades of Dark Violet #AA12CB
Tints of Dark Violet #AA12CB
RGB
CMYK
RGB Variations
Color information
#AA12CB (or 0xAA12CB) is known color: Dark Violet. HEX triplet: AA, 12 and CB. RGB value is (170,18,203). Sum of RGB (Red+Green+Blue) = 170+18+203=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA12CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12CB is #55ED34. Grayscale: #535353. Windows color (decimal): -5631285 or 13308586. OLE color: 13308586.
HSL color Cylindrical-coordinate representation of color #AA12CB: hue angle of 289.3º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA12CB is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 18 | 203 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.20 |
| HSL | 289.3º | 0.84% | 0.43% | - |
| HSV(B) | 289.3º | 0.91% | 0.8% | - |
| XYZ | 27.57 | 13.29 | 57.61 | - |
| YUV | 84.54 | 194.86 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 203 | 0.16 | 0.91 | 0 | 0.20 | 289.3 | 0.84 | 0.43 |
| Hex | AA | 12 | CB | 10 | 5B | 0 | 14 | 121 | 54 | 2B |
| Octal | 252 | 22 | 313 | 20 | 133 | 0 | 24 | 441 | 124 | 53 |
| Binary | 10101010 | 10010 | 11001011 | 10000 | 1011011 | 0 | 10100 | 100100001 | 1010100 | 101011 |
Color Harmonies of #AA12CB
Complementary color
Monochromatic Colors of #AA12CB
Black with #AA12CB
Text Example
Text Example
White with #AA12CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA12CB; }
p { color: rgb(170,18,203); }
H1.HeaderClassName
{
color: #AA12CB;
}
.AnyTagClassName
{
color: #AA12CB;
}
</style>
background-color css
<style>
a { background-color: #AA12CB; }
a { background-color: rgb(170,18,203); }
div.DivClassName
{
background-color: #AA12CB;
}
.BgClassName
{
background-color: #AA12CB;
}
</style>
border-color css
<style>
span { border-color: #AA12CB; }
span { border-color: rgb(170,18,203); }
td.TdClassName
{
border-color: #AA12CB;
}
.TagClassName
{
border-color: #AA12CB;
}
</style>