Shades of Vivid Violet #A12DA0
Tints of Vivid Violet #A12DA0
RGB
CMYK
RGB Variations
Color information
#A12DA0 (or 0xA12DA0) is known color: Vivid Violet. HEX triplet: A1, 2D and A0. RGB value is (161,45,160). Sum of RGB (Red+Green+Blue) = 161+45+160=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A12DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12DA0 is #5ED25F. Grayscale: #5C5C5C. Windows color (decimal): -6214240 or 10497441. OLE color: 10497441.
HSL color Cylindrical-coordinate representation of color #A12DA0: hue angle of 300.52º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A12DA0 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 45 | 160 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.37 |
| HSL | 300.52º | 0.56% | 0.4% | - |
| HSV(B) | 300.52º | 0.72% | 0.63% | - |
| XYZ | 21.98 | 11.99 | 34.41 | - |
| YUV | 92.79 | 165.93 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 160 | 0 | 0.72 | 0.01 | 0.37 | 300.52 | 0.56 | 0.4 |
| Hex | A1 | 2D | A0 | 0 | 48 | 1 | 25 | 12D | 38 | 28 |
| Octal | 241 | 55 | 240 | 0 | 110 | 1 | 45 | 455 | 70 | 50 |
| Binary | 10100001 | 101101 | 10100000 | 0 | 1001000 | 1 | 100101 | 100101101 | 111000 | 101000 |
Color Harmonies of #A12DA0
Complementary color
Monochromatic Colors of #A12DA0
Black with #A12DA0
Text Example
Text Example
White with #A12DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12DA0; }
p { color: rgb(161,45,160); }
H1.HeaderClassName
{
color: #A12DA0;
}
.AnyTagClassName
{
color: #A12DA0;
}
</style>
background-color css
<style>
a { background-color: #A12DA0; }
a { background-color: rgb(161,45,160); }
div.DivClassName
{
background-color: #A12DA0;
}
.BgClassName
{
background-color: #A12DA0;
}
</style>
border-color css
<style>
span { border-color: #A12DA0; }
span { border-color: rgb(161,45,160); }
td.TdClassName
{
border-color: #A12DA0;
}
.TagClassName
{
border-color: #A12DA0;
}
</style>