Shades of Blue Violet #A520F1
Tints of Blue Violet #A520F1
RGB
CMYK
RGB Variations
Color information
#A520F1 (or 0xA520F1) is known color: Blue Violet. HEX triplet: A5, 20 and F1. RGB value is (165,32,241). Sum of RGB (Red+Green+Blue) = 165+32+241=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #A520F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A520F1 is #5ADF0E. Grayscale: #5E5E5E. Windows color (decimal): -5955343 or 15802533. OLE color: 15802533.
HSL color Cylindrical-coordinate representation of color #A520F1: hue angle of 278.18º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A520F1 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 32 | 241 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.05 |
| HSL | 278.18º | 0.88% | 0.54% | - |
| HSV(B) | 278.18º | 0.87% | 0.95% | - |
| XYZ | 31.91 | 15.38 | 84.51 | - |
| YUV | 95.59 | 210.06 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 241 | 0.32 | 0.87 | 0 | 0.05 | 278.18 | 0.88 | 0.54 |
| Hex | A5 | 20 | F1 | 20 | 57 | 0 | 5 | 116 | 58 | 36 |
| Octal | 245 | 40 | 361 | 40 | 127 | 0 | 5 | 426 | 130 | 66 |
| Binary | 10100101 | 100000 | 11110001 | 100000 | 1010111 | 0 | 101 | 100010110 | 1011000 | 110110 |
Color Harmonies of #A520F1
Complementary color
Monochromatic Colors of #A520F1
Black with #A520F1
Text Example
Text Example
White with #A520F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A520F1; }
p { color: rgb(165,32,241); }
H1.HeaderClassName
{
color: #A520F1;
}
.AnyTagClassName
{
color: #A520F1;
}
</style>
background-color css
<style>
a { background-color: #A520F1; }
a { background-color: rgb(165,32,241); }
div.DivClassName
{
background-color: #A520F1;
}
.BgClassName
{
background-color: #A520F1;
}
</style>
border-color css
<style>
span { border-color: #A520F1; }
span { border-color: rgb(165,32,241); }
td.TdClassName
{
border-color: #A520F1;
}
.TagClassName
{
border-color: #A520F1;
}
</style>