Shades of Vivid Violet #A532A1
Tints of Vivid Violet #A532A1
RGB
CMYK
RGB Variations
Color information
#A532A1 (or 0xA532A1) is known color: Vivid Violet. HEX triplet: A5, 32 and A1. RGB value is (165,50,161). Sum of RGB (Red+Green+Blue) = 165+50+161=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A532A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A532A1 is #5ACD5E. Grayscale: #606060. Windows color (decimal): -5950815 or 10564261. OLE color: 10564261.
HSL color Cylindrical-coordinate representation of color #A532A1: hue angle of 302.09º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A532A1 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 50 | 161 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.35 |
| HSL | 302.09º | 0.53% | 0.42% | - |
| HSV(B) | 302.09º | 0.7% | 0.65% | - |
| XYZ | 23.09 | 12.85 | 34.98 | - |
| YUV | 97.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 161 | 0 | 0.70 | 0.02 | 0.35 | 302.09 | 0.53 | 0.42 |
| Hex | A5 | 32 | A1 | 0 | 46 | 2 | 23 | 12E | 35 | 2A |
| Octal | 245 | 62 | 241 | 0 | 106 | 2 | 43 | 456 | 65 | 52 |
| Binary | 10100101 | 110010 | 10100001 | 0 | 1000110 | 10 | 100011 | 100101110 | 110101 | 101010 |
Color Harmonies of #A532A1
Complementary color
Monochromatic Colors of #A532A1
Black with #A532A1
Text Example
Text Example
White with #A532A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A532A1; }
p { color: rgb(165,50,161); }
H1.HeaderClassName
{
color: #A532A1;
}
.AnyTagClassName
{
color: #A532A1;
}
</style>
background-color css
<style>
a { background-color: #A532A1; }
a { background-color: rgb(165,50,161); }
div.DivClassName
{
background-color: #A532A1;
}
.BgClassName
{
background-color: #A532A1;
}
</style>
border-color css
<style>
span { border-color: #A532A1; }
span { border-color: rgb(165,50,161); }
td.TdClassName
{
border-color: #A532A1;
}
.TagClassName
{
border-color: #A532A1;
}
</style>