Shades of Blue Violet #A520ED
Tints of Blue Violet #A520ED
RGB
CMYK
RGB Variations
Color information
#A520ED (or 0xA520ED) is known color: Blue Violet. HEX triplet: A5, 20 and ED. RGB value is (165,32,237). Sum of RGB (Red+Green+Blue) = 165+32+237=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #A520ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A520ED is #5ADF12. Grayscale: #5E5E5E. Windows color (decimal): -5955347 or 15540389. OLE color: 15540389.
HSL color Cylindrical-coordinate representation of color #A520ED: hue angle of 278.93º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A520ED is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 32 | 237 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.07 |
| HSL | 278.93º | 0.85% | 0.53% | - |
| HSV(B) | 278.93º | 0.86% | 0.93% | - |
| XYZ | 31.32 | 15.15 | 81.39 | - |
| YUV | 95.14 | 208.06 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 237 | 0.30 | 0.86 | 0 | 0.07 | 278.93 | 0.85 | 0.53 |
| Hex | A5 | 20 | ED | 1E | 56 | 0 | 7 | 117 | 55 | 35 |
| Octal | 245 | 40 | 355 | 36 | 126 | 0 | 7 | 427 | 125 | 65 |
| Binary | 10100101 | 100000 | 11101101 | 11110 | 1010110 | 0 | 111 | 100010111 | 1010101 | 110101 |
Color Harmonies of #A520ED
Complementary color
Monochromatic Colors of #A520ED
Black with #A520ED
Text Example
Text Example
White with #A520ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A520ED; }
p { color: rgb(165,32,237); }
H1.HeaderClassName
{
color: #A520ED;
}
.AnyTagClassName
{
color: #A520ED;
}
</style>
background-color css
<style>
a { background-color: #A520ED; }
a { background-color: rgb(165,32,237); }
div.DivClassName
{
background-color: #A520ED;
}
.BgClassName
{
background-color: #A520ED;
}
</style>
border-color css
<style>
span { border-color: #A520ED; }
span { border-color: rgb(165,32,237); }
td.TdClassName
{
border-color: #A520ED;
}
.TagClassName
{
border-color: #A520ED;
}
</style>