Shades of Vivid Violet #A032A0
Tints of Vivid Violet #A032A0
RGB
CMYK
RGB Variations
Color information
#A032A0 (or 0xA032A0) is known color: Vivid Violet. HEX triplet: A0, 32 and A0. RGB value is (160,50,160). Sum of RGB (Red+Green+Blue) = 160+50+160=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A032A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A032A0 is #5FCD5F. Grayscale: #5F5F5F. Windows color (decimal): -6278496 or 10498720. OLE color: 10498720.
HSL color Cylindrical-coordinate representation of color #A032A0: hue angle of 300º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A032A0 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 160 | - |
| CMYK | 0 | 0.69 | 0 | 0.37 |
| HSL | 300º | 0.52% | 0.41% | - |
| HSV(B) | 300º | 0.69% | 0.63% | - |
| XYZ | 21.98 | 12.29 | 34.47 | - |
| YUV | 95.43 | 164.44 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 160 | 0 | 0.69 | 0 | 0.37 | 300 | 0.52 | 0.41 |
| Hex | A0 | 32 | A0 | 0 | 45 | 0 | 25 | 12C | 34 | 29 |
| Octal | 240 | 62 | 240 | 0 | 105 | 0 | 45 | 454 | 64 | 51 |
| Binary | 10100000 | 110010 | 10100000 | 0 | 1000101 | 0 | 100101 | 100101100 | 110100 | 101001 |
Color Harmonies of #A032A0
Complementary color
Monochromatic Colors of #A032A0
Black with #A032A0
Text Example
Text Example
White with #A032A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A032A0; }
p { color: rgb(160,50,160); }
H1.HeaderClassName
{
color: #A032A0;
}
.AnyTagClassName
{
color: #A032A0;
}
</style>
background-color css
<style>
a { background-color: #A032A0; }
a { background-color: rgb(160,50,160); }
div.DivClassName
{
background-color: #A032A0;
}
.BgClassName
{
background-color: #A032A0;
}
</style>
border-color css
<style>
span { border-color: #A032A0; }
span { border-color: rgb(160,50,160); }
td.TdClassName
{
border-color: #A032A0;
}
.TagClassName
{
border-color: #A032A0;
}
</style>