Shades of Vivid Violet #A12EA0
Tints of Vivid Violet #A12EA0
RGB
CMYK
RGB Variations
Color information
#A12EA0 (or 0xA12EA0) is known color: Vivid Violet. HEX triplet: A1, 2E and A0. RGB value is (161,46,160). Sum of RGB (Red+Green+Blue) = 161+46+160=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 46 (18.36% from 255 or 12.53% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A12EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12EA0 is #5ED15F. Grayscale: #5D5D5D. Windows color (decimal): -6213984 or 10497697. OLE color: 10497697.
HSL color Cylindrical-coordinate representation of color #A12EA0: hue angle of 300.52º degrees, saturation: 0.56, 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 #A12EA0 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 46 | 160 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.37 |
| HSL | 300.52º | 0.56% | 0.41% | - |
| HSV(B) | 300.52º | 0.71% | 0.63% | - |
| XYZ | 22.02 | 12.07 | 34.43 | - |
| YUV | 93.38 | 165.6 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 46 | 160 | 0 | 0.71 | 0.01 | 0.37 | 300.52 | 0.56 | 0.41 |
| Hex | A1 | 2E | A0 | 0 | 47 | 1 | 25 | 12D | 38 | 29 |
| Octal | 241 | 56 | 240 | 0 | 107 | 1 | 45 | 455 | 70 | 51 |
| Binary | 10100001 | 101110 | 10100000 | 0 | 1000111 | 1 | 100101 | 100101101 | 111000 | 101001 |
Color Harmonies of #A12EA0
Complementary color
Monochromatic Colors of #A12EA0
Black with #A12EA0
Text Example
Text Example
White with #A12EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12EA0; }
p { color: rgb(161,46,160); }
H1.HeaderClassName
{
color: #A12EA0;
}
.AnyTagClassName
{
color: #A12EA0;
}
</style>
background-color css
<style>
a { background-color: #A12EA0; }
a { background-color: rgb(161,46,160); }
div.DivClassName
{
background-color: #A12EA0;
}
.BgClassName
{
background-color: #A12EA0;
}
</style>
border-color css
<style>
span { border-color: #A12EA0; }
span { border-color: rgb(161,46,160); }
td.TdClassName
{
border-color: #A12EA0;
}
.TagClassName
{
border-color: #A12EA0;
}
</style>