Shades of Vivid Violet #A12FA8
Tints of Vivid Violet #A12FA8
RGB
CMYK
RGB Variations
Color information
#A12FA8 (or 0xA12FA8) is known color: Vivid Violet. HEX triplet: A1, 2F and A8. RGB value is (161,47,168). Sum of RGB (Red+Green+Blue) = 161+47+168=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 168 - color contains mainly: blue. Hex color #A12FA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12FA8 is #5ED057. Grayscale: #5E5E5E. Windows color (decimal): -6213720 or 11022241. OLE color: 11022241.
HSL color Cylindrical-coordinate representation of color #A12FA8: hue angle of 296.53º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A12FA8 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 47 | 168 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.34 |
| HSL | 296.53º | 0.56% | 0.42% | - |
| HSV(B) | 296.53º | 0.72% | 0.66% | - |
| XYZ | 22.78 | 12.44 | 38.25 | - |
| YUV | 94.88 | 169.27 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 168 | 0.04 | 0.72 | 0 | 0.34 | 296.53 | 0.56 | 0.42 |
| Hex | A1 | 2F | A8 | 4 | 48 | 0 | 22 | 129 | 38 | 2A |
| Octal | 241 | 57 | 250 | 4 | 110 | 0 | 42 | 451 | 70 | 52 |
| Binary | 10100001 | 101111 | 10101000 | 100 | 1001000 | 0 | 100010 | 100101001 | 111000 | 101010 |
Color Harmonies of #A12FA8
Complementary color
Monochromatic Colors of #A12FA8
Black with #A12FA8
Text Example
Text Example
White with #A12FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12FA8; }
p { color: rgb(161,47,168); }
H1.HeaderClassName
{
color: #A12FA8;
}
.AnyTagClassName
{
color: #A12FA8;
}
</style>
background-color css
<style>
a { background-color: #A12FA8; }
a { background-color: rgb(161,47,168); }
div.DivClassName
{
background-color: #A12FA8;
}
.BgClassName
{
background-color: #A12FA8;
}
</style>
border-color css
<style>
span { border-color: #A12FA8; }
span { border-color: rgb(161,47,168); }
td.TdClassName
{
border-color: #A12FA8;
}
.TagClassName
{
border-color: #A12FA8;
}
</style>