Shades of Vivid Violet #A12FA6
Tints of Vivid Violet #A12FA6
RGB
CMYK
RGB Variations
Color information
#A12FA6 (or 0xA12FA6) is known color: Vivid Violet. HEX triplet: A1, 2F and A6. RGB value is (161,47,166). Sum of RGB (Red+Green+Blue) = 161+47+166=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 166 - color contains mainly: blue. Hex color #A12FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12FA6 is #5ED059. Grayscale: #5E5E5E. Windows color (decimal): -6213722 or 10891169. OLE color: 10891169.
HSL color Cylindrical-coordinate representation of color #A12FA6: hue angle of 297.48º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A12FA6 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 47 | 166 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.35 |
| HSL | 297.48º | 0.56% | 0.42% | - |
| HSV(B) | 297.48º | 0.72% | 0.65% | - |
| XYZ | 22.6 | 12.36 | 37.27 | - |
| YUV | 94.65 | 168.27 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 166 | 0.03 | 0.72 | 0 | 0.35 | 297.48 | 0.56 | 0.42 |
| Hex | A1 | 2F | A6 | 3 | 48 | 0 | 23 | 129 | 38 | 2A |
| Octal | 241 | 57 | 246 | 3 | 110 | 0 | 43 | 451 | 70 | 52 |
| Binary | 10100001 | 101111 | 10100110 | 11 | 1001000 | 0 | 100011 | 100101001 | 111000 | 101010 |
Color Harmonies of #A12FA6
Complementary color
Monochromatic Colors of #A12FA6
Black with #A12FA6
Text Example
Text Example
White with #A12FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12FA6; }
p { color: rgb(161,47,166); }
H1.HeaderClassName
{
color: #A12FA6;
}
.AnyTagClassName
{
color: #A12FA6;
}
</style>
background-color css
<style>
a { background-color: #A12FA6; }
a { background-color: rgb(161,47,166); }
div.DivClassName
{
background-color: #A12FA6;
}
.BgClassName
{
background-color: #A12FA6;
}
</style>
border-color css
<style>
span { border-color: #A12FA6; }
span { border-color: rgb(161,47,166); }
td.TdClassName
{
border-color: #A12FA6;
}
.TagClassName
{
border-color: #A12FA6;
}
</style>