Shades of Vivid Violet #A32AA0
Tints of Vivid Violet #A32AA0
RGB
CMYK
RGB Variations
Color information
#A32AA0 (or 0xA32AA0) is known color: Vivid Violet. HEX triplet: A3, 2A and A0. RGB value is (163,42,160). Sum of RGB (Red+Green+Blue) = 163+42+160=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A32AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32AA0 is #5CD55F. Grayscale: #5B5B5B. Windows color (decimal): -6083936 or 10496675. OLE color: 10496675.
HSL color Cylindrical-coordinate representation of color #A32AA0: hue angle of 301.49º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32AA0 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 42 | 160 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.36 |
| HSL | 301.49º | 0.59% | 0.4% | - |
| HSV(B) | 301.49º | 0.74% | 0.64% | - |
| XYZ | 22.28 | 11.98 | 34.4 | - |
| YUV | 91.63 | 166.59 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 160 | 0 | 0.74 | 0.02 | 0.36 | 301.49 | 0.59 | 0.4 |
| Hex | A3 | 2A | A0 | 0 | 4A | 2 | 24 | 12D | 3B | 28 |
| Octal | 243 | 52 | 240 | 0 | 112 | 2 | 44 | 455 | 73 | 50 |
| Binary | 10100011 | 101010 | 10100000 | 0 | 1001010 | 10 | 100100 | 100101101 | 111011 | 101000 |
Color Harmonies of #A32AA0
Complementary color
Monochromatic Colors of #A32AA0
Black with #A32AA0
Text Example
Text Example
White with #A32AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32AA0; }
p { color: rgb(163,42,160); }
H1.HeaderClassName
{
color: #A32AA0;
}
.AnyTagClassName
{
color: #A32AA0;
}
</style>
background-color css
<style>
a { background-color: #A32AA0; }
a { background-color: rgb(163,42,160); }
div.DivClassName
{
background-color: #A32AA0;
}
.BgClassName
{
background-color: #A32AA0;
}
</style>
border-color css
<style>
span { border-color: #A32AA0; }
span { border-color: rgb(163,42,160); }
td.TdClassName
{
border-color: #A32AA0;
}
.TagClassName
{
border-color: #A32AA0;
}
</style>