Shades of Vivid Violet #A529A2
Tints of Vivid Violet #A529A2
RGB
CMYK
RGB Variations
Color information
#A529A2 (or 0xA529A2) is known color: Vivid Violet. HEX triplet: A5, 29 and A2. RGB value is (165,41,162). Sum of RGB (Red+Green+Blue) = 165+41+162=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A529A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A529A2 is #5AD65D. Grayscale: #5B5B5B. Windows color (decimal): -5953118 or 10627493. OLE color: 10627493.
HSL color Cylindrical-coordinate representation of color #A529A2: hue angle of 301.45º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A529A2 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 41 | 162 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.35 |
| HSL | 301.45º | 0.6% | 0.4% | - |
| HSV(B) | 301.45º | 0.75% | 0.65% | - |
| XYZ | 22.83 | 12.19 | 35.33 | - |
| YUV | 91.87 | 167.58 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 41 | 162 | 0 | 0.75 | 0.02 | 0.35 | 301.45 | 0.6 | 0.4 |
| Hex | A5 | 29 | A2 | 0 | 4B | 2 | 23 | 12D | 3C | 28 |
| Octal | 245 | 51 | 242 | 0 | 113 | 2 | 43 | 455 | 74 | 50 |
| Binary | 10100101 | 101001 | 10100010 | 0 | 1001011 | 10 | 100011 | 100101101 | 111100 | 101000 |
Color Harmonies of #A529A2
Complementary color
Monochromatic Colors of #A529A2
Black with #A529A2
Text Example
Text Example
White with #A529A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A529A2; }
p { color: rgb(165,41,162); }
H1.HeaderClassName
{
color: #A529A2;
}
.AnyTagClassName
{
color: #A529A2;
}
</style>
background-color css
<style>
a { background-color: #A529A2; }
a { background-color: rgb(165,41,162); }
div.DivClassName
{
background-color: #A529A2;
}
.BgClassName
{
background-color: #A529A2;
}
</style>
border-color css
<style>
span { border-color: #A529A2; }
span { border-color: rgb(165,41,162); }
td.TdClassName
{
border-color: #A529A2;
}
.TagClassName
{
border-color: #A529A2;
}
</style>