Shades of Vivid Violet #A12DA4
Tints of Vivid Violet #A12DA4
RGB
CMYK
RGB Variations
Color information
#A12DA4 (or 0xA12DA4) is known color: Vivid Violet. HEX triplet: A1, 2D and A4. RGB value is (161,45,164). Sum of RGB (Red+Green+Blue) = 161+45+164=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 164 - color contains mainly: blue. Hex color #A12DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12DA4 is #5ED25B. Grayscale: #5C5C5C. Windows color (decimal): -6214236 or 10759585. OLE color: 10759585.
HSL color Cylindrical-coordinate representation of color #A12DA4: hue angle of 298.49º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A12DA4 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 45 | 164 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.36 |
| HSL | 298.49º | 0.57% | 0.41% | - |
| HSV(B) | 298.49º | 0.73% | 0.64% | - |
| XYZ | 22.34 | 12.13 | 36.29 | - |
| YUV | 93.25 | 167.93 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 164 | 0.02 | 0.73 | 0 | 0.36 | 298.49 | 0.57 | 0.41 |
| Hex | A1 | 2D | A4 | 2 | 49 | 0 | 24 | 12A | 39 | 29 |
| Octal | 241 | 55 | 244 | 2 | 111 | 0 | 44 | 452 | 71 | 51 |
| Binary | 10100001 | 101101 | 10100100 | 10 | 1001001 | 0 | 100100 | 100101010 | 111001 | 101001 |
Color Harmonies of #A12DA4
Complementary color
Monochromatic Colors of #A12DA4
Black with #A12DA4
Text Example
Text Example
White with #A12DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12DA4; }
p { color: rgb(161,45,164); }
H1.HeaderClassName
{
color: #A12DA4;
}
.AnyTagClassName
{
color: #A12DA4;
}
</style>
background-color css
<style>
a { background-color: #A12DA4; }
a { background-color: rgb(161,45,164); }
div.DivClassName
{
background-color: #A12DA4;
}
.BgClassName
{
background-color: #A12DA4;
}
</style>
border-color css
<style>
span { border-color: #A12DA4; }
span { border-color: rgb(161,45,164); }
td.TdClassName
{
border-color: #A12DA4;
}
.TagClassName
{
border-color: #A12DA4;
}
</style>