Shades of Blue Violet #A524EB
Tints of Blue Violet #A524EB
RGB
CMYK
RGB Variations
Color information
#A524EB (or 0xA524EB) is known color: Blue Violet. HEX triplet: A5, 24 and EB. RGB value is (165,36,235). Sum of RGB (Red+Green+Blue) = 165+36+235=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #A524EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A524EB is #5ADB14. Grayscale: #606060. Windows color (decimal): -5954325 or 15410341. OLE color: 15410341.
HSL color Cylindrical-coordinate representation of color #A524EB: hue angle of 278.89º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A524EB is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 36 | 235 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.08 |
| HSL | 278.89º | 0.83% | 0.53% | - |
| HSV(B) | 278.89º | 0.85% | 0.92% | - |
| XYZ | 31.14 | 15.26 | 79.9 | - |
| YUV | 97.26 | 205.74 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 235 | 0.30 | 0.85 | 0 | 0.08 | 278.89 | 0.83 | 0.53 |
| Hex | A5 | 24 | EB | 1E | 55 | 0 | 8 | 117 | 53 | 35 |
| Octal | 245 | 44 | 353 | 36 | 125 | 0 | 10 | 427 | 123 | 65 |
| Binary | 10100101 | 100100 | 11101011 | 11110 | 1010101 | 0 | 1000 | 100010111 | 1010011 | 110101 |
Color Harmonies of #A524EB
Complementary color
Monochromatic Colors of #A524EB
Black with #A524EB
Text Example
Text Example
White with #A524EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A524EB; }
p { color: rgb(165,36,235); }
H1.HeaderClassName
{
color: #A524EB;
}
.AnyTagClassName
{
color: #A524EB;
}
</style>
background-color css
<style>
a { background-color: #A524EB; }
a { background-color: rgb(165,36,235); }
div.DivClassName
{
background-color: #A524EB;
}
.BgClassName
{
background-color: #A524EB;
}
</style>
border-color css
<style>
span { border-color: #A524EB; }
span { border-color: rgb(165,36,235); }
td.TdClassName
{
border-color: #A524EB;
}
.TagClassName
{
border-color: #A524EB;
}
</style>