Shades of Vivid Violet #A12EA4
Tints of Vivid Violet #A12EA4
RGB
CMYK
RGB Variations
Color information
#A12EA4 (or 0xA12EA4) is known color: Vivid Violet. HEX triplet: A1, 2E and A4. RGB value is (161,46,164). Sum of RGB (Red+Green+Blue) = 161+46+164=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #A12EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12EA4 is #5ED15B. Grayscale: #5D5D5D. Windows color (decimal): -6213980 or 10759841. OLE color: 10759841.
HSL color Cylindrical-coordinate representation of color #A12EA4: hue angle of 298.47º degrees, saturation: 0.56, 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 #A12EA4 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 46 | 164 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.36 |
| HSL | 298.47º | 0.56% | 0.41% | - |
| HSV(B) | 298.47º | 0.72% | 0.64% | - |
| XYZ | 22.38 | 12.21 | 36.3 | - |
| YUV | 93.84 | 167.6 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 46 | 164 | 0.02 | 0.72 | 0 | 0.36 | 298.47 | 0.56 | 0.41 |
| Hex | A1 | 2E | A4 | 2 | 48 | 0 | 24 | 12A | 38 | 29 |
| Octal | 241 | 56 | 244 | 2 | 110 | 0 | 44 | 452 | 70 | 51 |
| Binary | 10100001 | 101110 | 10100100 | 10 | 1001000 | 0 | 100100 | 100101010 | 111000 | 101001 |
Color Harmonies of #A12EA4
Complementary color
Monochromatic Colors of #A12EA4
Black with #A12EA4
Text Example
Text Example
White with #A12EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12EA4; }
p { color: rgb(161,46,164); }
H1.HeaderClassName
{
color: #A12EA4;
}
.AnyTagClassName
{
color: #A12EA4;
}
</style>
background-color css
<style>
a { background-color: #A12EA4; }
a { background-color: rgb(161,46,164); }
div.DivClassName
{
background-color: #A12EA4;
}
.BgClassName
{
background-color: #A12EA4;
}
</style>
border-color css
<style>
span { border-color: #A12EA4; }
span { border-color: rgb(161,46,164); }
td.TdClassName
{
border-color: #A12EA4;
}
.TagClassName
{
border-color: #A12EA4;
}
</style>