Shades of Vivid Violet #A42DA0
Tints of Vivid Violet #A42DA0
RGB
CMYK
RGB Variations
Color information
#A42DA0 (or 0xA42DA0) is known color: Vivid Violet. HEX triplet: A4, 2D and A0. RGB value is (164,45,160). Sum of RGB (Red+Green+Blue) = 164+45+160=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A42DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42DA0 is #5BD25F. Grayscale: #5D5D5D. Windows color (decimal): -6017632 or 10497444. OLE color: 10497444.
HSL color Cylindrical-coordinate representation of color #A42DA0: hue angle of 302.02º 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 #A42DA0 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 45 | 160 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.36 |
| HSL | 302.02º | 0.57% | 0.41% | - |
| HSV(B) | 302.02º | 0.73% | 0.64% | - |
| XYZ | 22.59 | 12.31 | 34.44 | - |
| YUV | 93.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 160 | 0 | 0.73 | 0.02 | 0.36 | 302.02 | 0.57 | 0.41 |
| Hex | A4 | 2D | A0 | 0 | 49 | 2 | 24 | 12E | 39 | 29 |
| Octal | 244 | 55 | 240 | 0 | 111 | 2 | 44 | 456 | 71 | 51 |
| Binary | 10100100 | 101101 | 10100000 | 0 | 1001001 | 10 | 100100 | 100101110 | 111001 | 101001 |
Color Harmonies of #A42DA0
Complementary color
Monochromatic Colors of #A42DA0
Black with #A42DA0
Text Example
Text Example
White with #A42DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42DA0; }
p { color: rgb(164,45,160); }
H1.HeaderClassName
{
color: #A42DA0;
}
.AnyTagClassName
{
color: #A42DA0;
}
</style>
background-color css
<style>
a { background-color: #A42DA0; }
a { background-color: rgb(164,45,160); }
div.DivClassName
{
background-color: #A42DA0;
}
.BgClassName
{
background-color: #A42DA0;
}
</style>
border-color css
<style>
span { border-color: #A42DA0; }
span { border-color: rgb(164,45,160); }
td.TdClassName
{
border-color: #A42DA0;
}
.TagClassName
{
border-color: #A42DA0;
}
</style>