Shades of Vivid Violet #A52DA0
Tints of Vivid Violet #A52DA0
RGB
CMYK
RGB Variations
Color information
#A52DA0 (or 0xA52DA0) is known color: Vivid Violet. HEX triplet: A5, 2D and A0. RGB value is (165,45,160). Sum of RGB (Red+Green+Blue) = 165+45+160=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A52DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52DA0 is #5AD25F. Grayscale: #5D5D5D. Windows color (decimal): -5952096 or 10497445. OLE color: 10497445.
HSL color Cylindrical-coordinate representation of color #A52DA0: hue angle of 302.5º degrees, saturation: 0.57, 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 #A52DA0 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 45 | 160 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.35 |
| HSL | 302.5º | 0.57% | 0.41% | - |
| HSV(B) | 302.5º | 0.73% | 0.65% | - |
| XYZ | 22.8 | 12.41 | 34.45 | - |
| YUV | 93.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 160 | 0 | 0.73 | 0.03 | 0.35 | 302.5 | 0.57 | 0.41 |
| Hex | A5 | 2D | A0 | 0 | 49 | 3 | 23 | 12E | 39 | 29 |
| Octal | 245 | 55 | 240 | 0 | 111 | 3 | 43 | 456 | 71 | 51 |
| Binary | 10100101 | 101101 | 10100000 | 0 | 1001001 | 11 | 100011 | 100101110 | 111001 | 101001 |
Color Harmonies of #A52DA0
Complementary color
Monochromatic Colors of #A52DA0
Black with #A52DA0
Text Example
Text Example
White with #A52DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52DA0; }
p { color: rgb(165,45,160); }
H1.HeaderClassName
{
color: #A52DA0;
}
.AnyTagClassName
{
color: #A52DA0;
}
</style>
background-color css
<style>
a { background-color: #A52DA0; }
a { background-color: rgb(165,45,160); }
div.DivClassName
{
background-color: #A52DA0;
}
.BgClassName
{
background-color: #A52DA0;
}
</style>
border-color css
<style>
span { border-color: #A52DA0; }
span { border-color: rgb(165,45,160); }
td.TdClassName
{
border-color: #A52DA0;
}
.TagClassName
{
border-color: #A52DA0;
}
</style>