Shades of Vivid Violet #A42DA1
Tints of Vivid Violet #A42DA1
RGB
CMYK
RGB Variations
Color information
#A42DA1 (or 0xA42DA1) is known color: Vivid Violet. HEX triplet: A4, 2D and A1. RGB value is (164,45,161). Sum of RGB (Red+Green+Blue) = 164+45+161=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A42DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42DA1 is #5BD25E. Grayscale: #5D5D5D. Windows color (decimal): -6017631 or 10562980. OLE color: 10562980.
HSL color Cylindrical-coordinate representation of color #A42DA1: hue angle of 301.51º 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 #A42DA1 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 45 | 161 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.36 |
| HSL | 301.51º | 0.57% | 0.41% | - |
| HSV(B) | 301.51º | 0.73% | 0.64% | - |
| XYZ | 22.68 | 12.34 | 34.91 | - |
| YUV | 93.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 161 | 0 | 0.73 | 0.02 | 0.36 | 301.51 | 0.57 | 0.41 |
| Hex | A4 | 2D | A1 | 0 | 49 | 2 | 24 | 12E | 39 | 29 |
| Octal | 244 | 55 | 241 | 0 | 111 | 2 | 44 | 456 | 71 | 51 |
| Binary | 10100100 | 101101 | 10100001 | 0 | 1001001 | 10 | 100100 | 100101110 | 111001 | 101001 |
Color Harmonies of #A42DA1
Complementary color
Monochromatic Colors of #A42DA1
Black with #A42DA1
Text Example
Text Example
White with #A42DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42DA1; }
p { color: rgb(164,45,161); }
H1.HeaderClassName
{
color: #A42DA1;
}
.AnyTagClassName
{
color: #A42DA1;
}
</style>
background-color css
<style>
a { background-color: #A42DA1; }
a { background-color: rgb(164,45,161); }
div.DivClassName
{
background-color: #A42DA1;
}
.BgClassName
{
background-color: #A42DA1;
}
</style>
border-color css
<style>
span { border-color: #A42DA1; }
span { border-color: rgb(164,45,161); }
td.TdClassName
{
border-color: #A42DA1;
}
.TagClassName
{
border-color: #A42DA1;
}
</style>