Shades of Vivid Violet #A12FA3
Tints of Vivid Violet #A12FA3
RGB
CMYK
RGB Variations
Color information
#A12FA3 (or 0xA12FA3) is known color: Vivid Violet. HEX triplet: A1, 2F and A3. RGB value is (161,47,163). Sum of RGB (Red+Green+Blue) = 161+47+163=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 163 - color contains mainly: blue. Hex color #A12FA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12FA3 is #5ED05C. Grayscale: #5D5D5D. Windows color (decimal): -6213725 or 10694561. OLE color: 10694561.
HSL color Cylindrical-coordinate representation of color #A12FA3: hue angle of 298.97º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A12FA3 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 47 | 163 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.36 |
| HSL | 298.97º | 0.55% | 0.41% | - |
| HSV(B) | 298.97º | 0.71% | 0.64% | - |
| XYZ | 22.33 | 12.25 | 35.84 | - |
| YUV | 94.31 | 166.77 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 163 | 0.01 | 0.71 | 0 | 0.36 | 298.97 | 0.55 | 0.41 |
| Hex | A1 | 2F | A3 | 1 | 47 | 0 | 24 | 12B | 37 | 29 |
| Octal | 241 | 57 | 243 | 1 | 107 | 0 | 44 | 453 | 67 | 51 |
| Binary | 10100001 | 101111 | 10100011 | 1 | 1000111 | 0 | 100100 | 100101011 | 110111 | 101001 |
Color Harmonies of #A12FA3
Complementary color
Monochromatic Colors of #A12FA3
Black with #A12FA3
Text Example
Text Example
White with #A12FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12FA3; }
p { color: rgb(161,47,163); }
H1.HeaderClassName
{
color: #A12FA3;
}
.AnyTagClassName
{
color: #A12FA3;
}
</style>
background-color css
<style>
a { background-color: #A12FA3; }
a { background-color: rgb(161,47,163); }
div.DivClassName
{
background-color: #A12FA3;
}
.BgClassName
{
background-color: #A12FA3;
}
</style>
border-color css
<style>
span { border-color: #A12FA3; }
span { border-color: rgb(161,47,163); }
td.TdClassName
{
border-color: #A12FA3;
}
.TagClassName
{
border-color: #A12FA3;
}
</style>