Shades of Blue Violet #A520EE
Tints of Blue Violet #A520EE
RGB
CMYK
RGB Variations
Color information
#A520EE (or 0xA520EE) is known color: Blue Violet. HEX triplet: A5, 20 and EE. RGB value is (165,32,238). Sum of RGB (Red+Green+Blue) = 165+32+238=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #A520EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A520EE is #5ADF11. Grayscale: #5E5E5E. Windows color (decimal): -5955346 or 15605925. OLE color: 15605925.
HSL color Cylindrical-coordinate representation of color #A520EE: hue angle of 278.74º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A520EE is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 32 | 238 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.07 |
| HSL | 278.74º | 0.86% | 0.53% | - |
| HSV(B) | 278.74º | 0.87% | 0.93% | - |
| XYZ | 31.47 | 15.21 | 82.17 | - |
| YUV | 95.25 | 208.56 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 238 | 0.31 | 0.87 | 0 | 0.07 | 278.74 | 0.86 | 0.53 |
| Hex | A5 | 20 | EE | 1F | 57 | 0 | 7 | 117 | 56 | 35 |
| Octal | 245 | 40 | 356 | 37 | 127 | 0 | 7 | 427 | 126 | 65 |
| Binary | 10100101 | 100000 | 11101110 | 11111 | 1010111 | 0 | 111 | 100010111 | 1010110 | 110101 |
Color Harmonies of #A520EE
Complementary color
Monochromatic Colors of #A520EE
Black with #A520EE
Text Example
Text Example
White with #A520EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A520EE; }
p { color: rgb(165,32,238); }
H1.HeaderClassName
{
color: #A520EE;
}
.AnyTagClassName
{
color: #A520EE;
}
</style>
background-color css
<style>
a { background-color: #A520EE; }
a { background-color: rgb(165,32,238); }
div.DivClassName
{
background-color: #A520EE;
}
.BgClassName
{
background-color: #A520EE;
}
</style>
border-color css
<style>
span { border-color: #A520EE; }
span { border-color: rgb(165,32,238); }
td.TdClassName
{
border-color: #A520EE;
}
.TagClassName
{
border-color: #A520EE;
}
</style>