Shades of Vivid Violet #A429A0
Tints of Vivid Violet #A429A0
RGB
CMYK
RGB Variations
Color information
#A429A0 (or 0xA429A0) is known color: Vivid Violet. HEX triplet: A4, 29 and A0. RGB value is (164,41,160). Sum of RGB (Red+Green+Blue) = 164+41+160=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A429A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A429A0 is #5BD65F. Grayscale: #5A5A5A. Windows color (decimal): -6018656 or 10496420. OLE color: 10496420.
HSL color Cylindrical-coordinate representation of color #A429A0: hue angle of 301.95º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A429A0 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 41 | 160 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.36 |
| HSL | 301.95º | 0.6% | 0.4% | - |
| HSV(B) | 301.95º | 0.75% | 0.64% | - |
| XYZ | 22.45 | 12.02 | 34.39 | - |
| YUV | 91.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 160 | 0 | 0.75 | 0.02 | 0.36 | 301.95 | 0.6 | 0.4 |
| Hex | A4 | 29 | A0 | 0 | 4B | 2 | 24 | 12E | 3C | 28 |
| Octal | 244 | 51 | 240 | 0 | 113 | 2 | 44 | 456 | 74 | 50 |
| Binary | 10100100 | 101001 | 10100000 | 0 | 1001011 | 10 | 100100 | 100101110 | 111100 | 101000 |
Color Harmonies of #A429A0
Complementary color
Monochromatic Colors of #A429A0
Black with #A429A0
Text Example
Text Example
White with #A429A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A429A0; }
p { color: rgb(164,41,160); }
H1.HeaderClassName
{
color: #A429A0;
}
.AnyTagClassName
{
color: #A429A0;
}
</style>
background-color css
<style>
a { background-color: #A429A0; }
a { background-color: rgb(164,41,160); }
div.DivClassName
{
background-color: #A429A0;
}
.BgClassName
{
background-color: #A429A0;
}
</style>
border-color css
<style>
span { border-color: #A429A0; }
span { border-color: rgb(164,41,160); }
td.TdClassName
{
border-color: #A429A0;
}
.TagClassName
{
border-color: #A429A0;
}
</style>