Shades of Vivid Violet #A429A2
Tints of Vivid Violet #A429A2
RGB
CMYK
RGB Variations
Color information
#A429A2 (or 0xA429A2) is known color: Vivid Violet. HEX triplet: A4, 29 and A2. RGB value is (164,41,162). Sum of RGB (Red+Green+Blue) = 164+41+162=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A429A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A429A2 is #5BD65D. Grayscale: #5B5B5B. Windows color (decimal): -6018654 or 10627492. OLE color: 10627492.
HSL color Cylindrical-coordinate representation of color #A429A2: hue angle of 300.98º 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 #A429A2 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 41 | 162 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.36 |
| HSL | 300.98º | 0.6% | 0.4% | - |
| HSV(B) | 300.98º | 0.75% | 0.64% | - |
| XYZ | 22.62 | 12.09 | 35.32 | - |
| YUV | 91.57 | 167.75 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 162 | 0 | 0.75 | 0.01 | 0.36 | 300.98 | 0.6 | 0.4 |
| Hex | A4 | 29 | A2 | 0 | 4B | 1 | 24 | 12D | 3C | 28 |
| Octal | 244 | 51 | 242 | 0 | 113 | 1 | 44 | 455 | 74 | 50 |
| Binary | 10100100 | 101001 | 10100010 | 0 | 1001011 | 1 | 100100 | 100101101 | 111100 | 101000 |
Color Harmonies of #A429A2
Complementary color
Monochromatic Colors of #A429A2
Black with #A429A2
Text Example
Text Example
White with #A429A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A429A2; }
p { color: rgb(164,41,162); }
H1.HeaderClassName
{
color: #A429A2;
}
.AnyTagClassName
{
color: #A429A2;
}
</style>
background-color css
<style>
a { background-color: #A429A2; }
a { background-color: rgb(164,41,162); }
div.DivClassName
{
background-color: #A429A2;
}
.BgClassName
{
background-color: #A429A2;
}
</style>
border-color css
<style>
span { border-color: #A429A2; }
span { border-color: rgb(164,41,162); }
td.TdClassName
{
border-color: #A429A2;
}
.TagClassName
{
border-color: #A429A2;
}
</style>