Shades of Dark Violet #AA12C4
Tints of Dark Violet #AA12C4
RGB
CMYK
RGB Variations
Color information
#AA12C4 (or 0xAA12C4) is known color: Dark Violet. HEX triplet: AA, 12 and C4. RGB value is (170,18,196). Sum of RGB (Red+Green+Blue) = 170+18+196=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA12C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12C4 is #55ED3B. Grayscale: #535353. Windows color (decimal): -5631292 or 12849834. OLE color: 12849834.
HSL color Cylindrical-coordinate representation of color #AA12C4: hue angle of 291.24º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA12C4 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 18 | 196 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.23 |
| HSL | 291.24º | 0.83% | 0.42% | - |
| HSV(B) | 291.24º | 0.91% | 0.77% | - |
| XYZ | 26.76 | 12.96 | 53.32 | - |
| YUV | 83.74 | 191.36 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 196 | 0.13 | 0.91 | 0 | 0.23 | 291.24 | 0.83 | 0.42 |
| Hex | AA | 12 | C4 | D | 5B | 0 | 17 | 123 | 53 | 2A |
| Octal | 252 | 22 | 304 | 15 | 133 | 0 | 27 | 443 | 123 | 52 |
| Binary | 10101010 | 10010 | 11000100 | 1101 | 1011011 | 0 | 10111 | 100100011 | 1010011 | 101010 |
Color Harmonies of #AA12C4
Complementary color
Monochromatic Colors of #AA12C4
Black with #AA12C4
Text Example
Text Example
White with #AA12C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA12C4; }
p { color: rgb(170,18,196); }
H1.HeaderClassName
{
color: #AA12C4;
}
.AnyTagClassName
{
color: #AA12C4;
}
</style>
background-color css
<style>
a { background-color: #AA12C4; }
a { background-color: rgb(170,18,196); }
div.DivClassName
{
background-color: #AA12C4;
}
.BgClassName
{
background-color: #AA12C4;
}
</style>
border-color css
<style>
span { border-color: #AA12C4; }
span { border-color: rgb(170,18,196); }
td.TdClassName
{
border-color: #AA12C4;
}
.TagClassName
{
border-color: #AA12C4;
}
</style>