Shades of Vivid Violet #A12C9E
Tints of Vivid Violet #A12C9E
RGB
CMYK
RGB Variations
Color information
#A12C9E (or 0xA12C9E) is known color: Vivid Violet. HEX triplet: A1, 2C and 9E. RGB value is (161,44,158). Sum of RGB (Red+Green+Blue) = 161+44+158=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12C9E is #5ED361. Grayscale: #5B5B5B. Windows color (decimal): -6214498 or 10366113. OLE color: 10366113.
HSL color Cylindrical-coordinate representation of color #A12C9E: hue angle of 301.54º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A12C9E is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 44 | 158 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.37 |
| HSL | 301.54º | 0.57% | 0.4% | - |
| HSV(B) | 301.54º | 0.73% | 0.63% | - |
| XYZ | 21.77 | 11.85 | 33.49 | - |
| YUV | 91.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 44 | 158 | 0 | 0.73 | 0.02 | 0.37 | 301.54 | 0.57 | 0.4 |
| Hex | A1 | 2C | 9E | 0 | 49 | 2 | 25 | 12E | 39 | 28 |
| Octal | 241 | 54 | 236 | 0 | 111 | 2 | 45 | 456 | 71 | 50 |
| Binary | 10100001 | 101100 | 10011110 | 0 | 1001001 | 10 | 100101 | 100101110 | 111001 | 101000 |
Color Harmonies of #A12C9E
Complementary color
Monochromatic Colors of #A12C9E
Black with #A12C9E
Text Example
Text Example
White with #A12C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12C9E; }
p { color: rgb(161,44,158); }
H1.HeaderClassName
{
color: #A12C9E;
}
.AnyTagClassName
{
color: #A12C9E;
}
</style>
background-color css
<style>
a { background-color: #A12C9E; }
a { background-color: rgb(161,44,158); }
div.DivClassName
{
background-color: #A12C9E;
}
.BgClassName
{
background-color: #A12C9E;
}
</style>
border-color css
<style>
span { border-color: #A12C9E; }
span { border-color: rgb(161,44,158); }
td.TdClassName
{
border-color: #A12C9E;
}
.TagClassName
{
border-color: #A12C9E;
}
</style>