Shades of Blue Violet #A524F1
Tints of Blue Violet #A524F1
RGB
CMYK
RGB Variations
Color information
#A524F1 (or 0xA524F1) is known color: Blue Violet. HEX triplet: A5, 24 and F1. RGB value is (165,36,241). Sum of RGB (Red+Green+Blue) = 165+36+241=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #A524F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A524F1 is #5ADB0E. Grayscale: #616161. Windows color (decimal): -5954319 or 15803557. OLE color: 15803557.
HSL color Cylindrical-coordinate representation of color #A524F1: hue angle of 277.76º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A524F1 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 36 | 241 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.05 |
| HSL | 277.76º | 0.88% | 0.54% | - |
| HSV(B) | 277.76º | 0.85% | 0.95% | - |
| XYZ | 32.03 | 15.61 | 84.54 | - |
| YUV | 97.94 | 208.74 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 241 | 0.32 | 0.85 | 0 | 0.05 | 277.76 | 0.88 | 0.54 |
| Hex | A5 | 24 | F1 | 20 | 55 | 0 | 5 | 116 | 58 | 36 |
| Octal | 245 | 44 | 361 | 40 | 125 | 0 | 5 | 426 | 130 | 66 |
| Binary | 10100101 | 100100 | 11110001 | 100000 | 1010101 | 0 | 101 | 100010110 | 1011000 | 110110 |
Color Harmonies of #A524F1
Complementary color
Monochromatic Colors of #A524F1
Black with #A524F1
Text Example
Text Example
White with #A524F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A524F1; }
p { color: rgb(165,36,241); }
H1.HeaderClassName
{
color: #A524F1;
}
.AnyTagClassName
{
color: #A524F1;
}
</style>
background-color css
<style>
a { background-color: #A524F1; }
a { background-color: rgb(165,36,241); }
div.DivClassName
{
background-color: #A524F1;
}
.BgClassName
{
background-color: #A524F1;
}
</style>
border-color css
<style>
span { border-color: #A524F1; }
span { border-color: rgb(165,36,241); }
td.TdClassName
{
border-color: #A524F1;
}
.TagClassName
{
border-color: #A524F1;
}
</style>