Shades of Blue Violet #A518ED
Tints of Blue Violet #A518ED
RGB
CMYK
RGB Variations
Color information
#A518ED (or 0xA518ED) is known color: Blue Violet. HEX triplet: A5, 18 and ED. RGB value is (165,24,237). Sum of RGB (Red+Green+Blue) = 165+24+237=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #A518ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A518ED is #5AE712. Grayscale: #595959. Windows color (decimal): -5957395 or 15538341. OLE color: 15538341.
HSL color Cylindrical-coordinate representation of color #A518ED: hue angle of 279.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A518ED is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 24 | 237 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.07 |
| HSL | 279.72º | 0.86% | 0.51% | - |
| HSV(B) | 279.72º | 0.9% | 0.93% | - |
| XYZ | 31.13 | 14.77 | 81.33 | - |
| YUV | 90.44 | 210.71 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 237 | 0.30 | 0.90 | 0 | 0.07 | 279.72 | 0.86 | 0.51 |
| Hex | A5 | 18 | ED | 1E | 5A | 0 | 7 | 118 | 56 | 33 |
| Octal | 245 | 30 | 355 | 36 | 132 | 0 | 7 | 430 | 126 | 63 |
| Binary | 10100101 | 11000 | 11101101 | 11110 | 1011010 | 0 | 111 | 100011000 | 1010110 | 110011 |
Color Harmonies of #A518ED
Complementary color
Monochromatic Colors of #A518ED
Black with #A518ED
Text Example
Text Example
White with #A518ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A518ED; }
p { color: rgb(165,24,237); }
H1.HeaderClassName
{
color: #A518ED;
}
.AnyTagClassName
{
color: #A518ED;
}
</style>
background-color css
<style>
a { background-color: #A518ED; }
a { background-color: rgb(165,24,237); }
div.DivClassName
{
background-color: #A518ED;
}
.BgClassName
{
background-color: #A518ED;
}
</style>
border-color css
<style>
span { border-color: #A518ED; }
span { border-color: rgb(165,24,237); }
td.TdClassName
{
border-color: #A518ED;
}
.TagClassName
{
border-color: #A518ED;
}
</style>