Shades of Vivid Violet #A12DA3
Tints of Vivid Violet #A12DA3
RGB
CMYK
RGB Variations
Color information
#A12DA3 (or 0xA12DA3) is known color: Vivid Violet. HEX triplet: A1, 2D and A3. RGB value is (161,45,163). Sum of RGB (Red+Green+Blue) = 161+45+163=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 163 (64.06% from 255 or 44.17% from 369); Max value from RGB is 163 - color contains mainly: blue. Hex color #A12DA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12DA3 is #5ED25C. Grayscale: #5C5C5C. Windows color (decimal): -6214237 or 10694049. OLE color: 10694049.
HSL color Cylindrical-coordinate representation of color #A12DA3: hue angle of 298.98º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A12DA3 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 45 | 163 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.36 |
| HSL | 298.98º | 0.57% | 0.41% | - |
| HSV(B) | 298.98º | 0.72% | 0.64% | - |
| XYZ | 22.25 | 12.1 | 35.81 | - |
| YUV | 93.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 163 | 0.01 | 0.72 | 0 | 0.36 | 298.98 | 0.57 | 0.41 |
| Hex | A1 | 2D | A3 | 1 | 48 | 0 | 24 | 12B | 39 | 29 |
| Octal | 241 | 55 | 243 | 1 | 110 | 0 | 44 | 453 | 71 | 51 |
| Binary | 10100001 | 101101 | 10100011 | 1 | 1001000 | 0 | 100100 | 100101011 | 111001 | 101001 |
Color Harmonies of #A12DA3
Complementary color
Monochromatic Colors of #A12DA3
Black with #A12DA3
Text Example
Text Example
White with #A12DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12DA3; }
p { color: rgb(161,45,163); }
H1.HeaderClassName
{
color: #A12DA3;
}
.AnyTagClassName
{
color: #A12DA3;
}
</style>
background-color css
<style>
a { background-color: #A12DA3; }
a { background-color: rgb(161,45,163); }
div.DivClassName
{
background-color: #A12DA3;
}
.BgClassName
{
background-color: #A12DA3;
}
</style>
border-color css
<style>
span { border-color: #A12DA3; }
span { border-color: rgb(161,45,163); }
td.TdClassName
{
border-color: #A12DA3;
}
.TagClassName
{
border-color: #A12DA3;
}
</style>