Shades of Vivid Violet #A12FA0
Tints of Vivid Violet #A12FA0
RGB
CMYK
RGB Variations
Color information
#A12FA0 (or 0xA12FA0) is known color: Vivid Violet. HEX triplet: A1, 2F and A0. RGB value is (161,47,160). Sum of RGB (Red+Green+Blue) = 161+47+160=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A12FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12FA0 is #5ED05F. Grayscale: #5D5D5D. Windows color (decimal): -6213728 or 10497953. OLE color: 10497953.
HSL color Cylindrical-coordinate representation of color #A12FA0: hue angle of 300.53º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A12FA0 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 47 | 160 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.37 |
| HSL | 300.53º | 0.55% | 0.41% | - |
| HSV(B) | 300.53º | 0.71% | 0.63% | - |
| XYZ | 22.06 | 12.15 | 34.44 | - |
| YUV | 93.97 | 165.27 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 160 | 0 | 0.71 | 0.01 | 0.37 | 300.53 | 0.55 | 0.41 |
| Hex | A1 | 2F | A0 | 0 | 47 | 1 | 25 | 12D | 37 | 29 |
| Octal | 241 | 57 | 240 | 0 | 107 | 1 | 45 | 455 | 67 | 51 |
| Binary | 10100001 | 101111 | 10100000 | 0 | 1000111 | 1 | 100101 | 100101101 | 110111 | 101001 |
Color Harmonies of #A12FA0
Complementary color
Monochromatic Colors of #A12FA0
Black with #A12FA0
Text Example
Text Example
White with #A12FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12FA0; }
p { color: rgb(161,47,160); }
H1.HeaderClassName
{
color: #A12FA0;
}
.AnyTagClassName
{
color: #A12FA0;
}
</style>
background-color css
<style>
a { background-color: #A12FA0; }
a { background-color: rgb(161,47,160); }
div.DivClassName
{
background-color: #A12FA0;
}
.BgClassName
{
background-color: #A12FA0;
}
</style>
border-color css
<style>
span { border-color: #A12FA0; }
span { border-color: rgb(161,47,160); }
td.TdClassName
{
border-color: #A12FA0;
}
.TagClassName
{
border-color: #A12FA0;
}
</style>