Shades of Blue Violet #A524EC
Tints of Blue Violet #A524EC
RGB
CMYK
RGB Variations
Color information
#A524EC (or 0xA524EC) is known color: Blue Violet. HEX triplet: A5, 24 and EC. RGB value is (165,36,236). Sum of RGB (Red+Green+Blue) = 165+36+236=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #A524EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A524EC is #5ADB13. Grayscale: #606060. Windows color (decimal): -5954324 or 15475877. OLE color: 15475877.
HSL color Cylindrical-coordinate representation of color #A524EC: hue angle of 278.7º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A524EC is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 36 | 236 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.07 |
| HSL | 278.7º | 0.84% | 0.53% | - |
| HSV(B) | 278.7º | 0.85% | 0.93% | - |
| XYZ | 31.29 | 15.32 | 80.66 | - |
| YUV | 97.37 | 206.24 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 236 | 0.30 | 0.85 | 0 | 0.07 | 278.7 | 0.84 | 0.53 |
| Hex | A5 | 24 | EC | 1E | 55 | 0 | 7 | 117 | 54 | 35 |
| Octal | 245 | 44 | 354 | 36 | 125 | 0 | 7 | 427 | 124 | 65 |
| Binary | 10100101 | 100100 | 11101100 | 11110 | 1010101 | 0 | 111 | 100010111 | 1010100 | 110101 |
Color Harmonies of #A524EC
Complementary color
Monochromatic Colors of #A524EC
Black with #A524EC
Text Example
Text Example
White with #A524EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A524EC; }
p { color: rgb(165,36,236); }
H1.HeaderClassName
{
color: #A524EC;
}
.AnyTagClassName
{
color: #A524EC;
}
</style>
background-color css
<style>
a { background-color: #A524EC; }
a { background-color: rgb(165,36,236); }
div.DivClassName
{
background-color: #A524EC;
}
.BgClassName
{
background-color: #A524EC;
}
</style>
border-color css
<style>
span { border-color: #A524EC; }
span { border-color: rgb(165,36,236); }
td.TdClassName
{
border-color: #A524EC;
}
.TagClassName
{
border-color: #A524EC;
}
</style>