Shades of Vivid Violet #A524A2
Tints of Vivid Violet #A524A2
RGB
CMYK
RGB Variations
Color information
#A524A2 (or 0xA524A2) is known color: Vivid Violet. HEX triplet: A5, 24 and A2. RGB value is (165,36,162). Sum of RGB (Red+Green+Blue) = 165+36+162=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 162 (63.67% from 255 or 44.63% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A524A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A524A2 is #5ADB5D. Grayscale: #585858. Windows color (decimal): -5954398 or 10626213. OLE color: 10626213.
HSL color Cylindrical-coordinate representation of color #A524A2: hue angle of 301.4º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A524A2 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 36 | 162 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.35 |
| HSL | 301.4º | 0.64% | 0.39% | - |
| HSV(B) | 301.4º | 0.78% | 0.65% | - |
| XYZ | 22.67 | 11.87 | 35.28 | - |
| YUV | 88.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 162 | 0 | 0.78 | 0.02 | 0.35 | 301.4 | 0.64 | 0.39 |
| Hex | A5 | 24 | A2 | 0 | 4E | 2 | 23 | 12D | 40 | 27 |
| Octal | 245 | 44 | 242 | 0 | 116 | 2 | 43 | 455 | 100 | 47 |
| Binary | 10100101 | 100100 | 10100010 | 0 | 1001110 | 10 | 100011 | 100101101 | 1000000 | 100111 |
Color Harmonies of #A524A2
Complementary color
Monochromatic Colors of #A524A2
Black with #A524A2
Text Example
Text Example
White with #A524A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A524A2; }
p { color: rgb(165,36,162); }
H1.HeaderClassName
{
color: #A524A2;
}
.AnyTagClassName
{
color: #A524A2;
}
</style>
background-color css
<style>
a { background-color: #A524A2; }
a { background-color: rgb(165,36,162); }
div.DivClassName
{
background-color: #A524A2;
}
.BgClassName
{
background-color: #A524A2;
}
</style>
border-color css
<style>
span { border-color: #A524A2; }
span { border-color: rgb(165,36,162); }
td.TdClassName
{
border-color: #A524A2;
}
.TagClassName
{
border-color: #A524A2;
}
</style>