Shades of Vivid Violet #A52CA1
Tints of Vivid Violet #A52CA1
RGB
CMYK
RGB Variations
Color information
#A52CA1 (or 0xA52CA1) is known color: Vivid Violet. HEX triplet: A5, 2C and A1. RGB value is (165,44,161). Sum of RGB (Red+Green+Blue) = 165+44+161=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A52CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52CA1 is #5AD35E. Grayscale: #5D5D5D. Windows color (decimal): -5952351 or 10562725. OLE color: 10562725.
HSL color Cylindrical-coordinate representation of color #A52CA1: hue angle of 301.98º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A52CA1 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 44 | 161 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.35 |
| HSL | 301.98º | 0.58% | 0.41% | - |
| HSV(B) | 301.98º | 0.73% | 0.65% | - |
| XYZ | 22.85 | 12.37 | 34.9 | - |
| YUV | 93.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 44 | 161 | 0 | 0.73 | 0.02 | 0.35 | 301.98 | 0.58 | 0.41 |
| Hex | A5 | 2C | A1 | 0 | 49 | 2 | 23 | 12E | 3A | 29 |
| Octal | 245 | 54 | 241 | 0 | 111 | 2 | 43 | 456 | 72 | 51 |
| Binary | 10100101 | 101100 | 10100001 | 0 | 1001001 | 10 | 100011 | 100101110 | 111010 | 101001 |
Color Harmonies of #A52CA1
Complementary color
Monochromatic Colors of #A52CA1
Black with #A52CA1
Text Example
Text Example
White with #A52CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52CA1; }
p { color: rgb(165,44,161); }
H1.HeaderClassName
{
color: #A52CA1;
}
.AnyTagClassName
{
color: #A52CA1;
}
</style>
background-color css
<style>
a { background-color: #A52CA1; }
a { background-color: rgb(165,44,161); }
div.DivClassName
{
background-color: #A52CA1;
}
.BgClassName
{
background-color: #A52CA1;
}
</style>
border-color css
<style>
span { border-color: #A52CA1; }
span { border-color: rgb(165,44,161); }
td.TdClassName
{
border-color: #A52CA1;
}
.TagClassName
{
border-color: #A52CA1;
}
</style>