Shades of Vivid Violet #A029A8
Tints of Vivid Violet #A029A8
RGB
CMYK
RGB Variations
Color information
#A029A8 (or 0xA029A8) is known color: Vivid Violet. HEX triplet: A0, 29 and A8. RGB value is (160,41,168). Sum of RGB (Red+Green+Blue) = 160+41+168=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 168 (66.02% from 255 or 45.53% from 369); Max value from RGB is 168 - color contains mainly: blue. Hex color #A029A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A029A8 is #5FD657. Grayscale: #5A5A5A. Windows color (decimal): -6280792 or 11020704. OLE color: 11020704.
HSL color Cylindrical-coordinate representation of color #A029A8: hue angle of 296.22º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A029A8 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 41 | 168 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.34 |
| HSL | 296.22º | 0.61% | 0.41% | - |
| HSV(B) | 296.22º | 0.76% | 0.66% | - |
| XYZ | 22.36 | 11.89 | 38.16 | - |
| YUV | 91.06 | 171.42 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 41 | 168 | 0.05 | 0.76 | 0 | 0.34 | 296.22 | 0.61 | 0.41 |
| Hex | A0 | 29 | A8 | 5 | 4C | 0 | 22 | 128 | 3D | 29 |
| Octal | 240 | 51 | 250 | 5 | 114 | 0 | 42 | 450 | 75 | 51 |
| Binary | 10100000 | 101001 | 10101000 | 101 | 1001100 | 0 | 100010 | 100101000 | 111101 | 101001 |
Color Harmonies of #A029A8
Complementary color
Monochromatic Colors of #A029A8
Black with #A029A8
Text Example
Text Example
White with #A029A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A029A8; }
p { color: rgb(160,41,168); }
H1.HeaderClassName
{
color: #A029A8;
}
.AnyTagClassName
{
color: #A029A8;
}
</style>
background-color css
<style>
a { background-color: #A029A8; }
a { background-color: rgb(160,41,168); }
div.DivClassName
{
background-color: #A029A8;
}
.BgClassName
{
background-color: #A029A8;
}
</style>
border-color css
<style>
span { border-color: #A029A8; }
span { border-color: rgb(160,41,168); }
td.TdClassName
{
border-color: #A029A8;
}
.TagClassName
{
border-color: #A029A8;
}
</style>