Shades of Dark Violet #A518E0
Tints of Dark Violet #A518E0
RGB
CMYK
RGB Variations
Color information
#A518E0 (or 0xA518E0) is known color: Dark Violet. HEX triplet: A5, 18 and E0. RGB value is (165,24,224). Sum of RGB (Red+Green+Blue) = 165+24+224=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 224 (87.89% from 255 or 54.24% from 413); Max value from RGB is 224 - color contains mainly: blue. Hex color #A518E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A518E0 is #5AE71F. Grayscale: #585858. Windows color (decimal): -5957408 or 14686373. OLE color: 14686373.
HSL color Cylindrical-coordinate representation of color #A518E0: hue angle of 282.3º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A518E0 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 24 | 224 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.12 |
| HSL | 282.3º | 0.81% | 0.49% | - |
| HSV(B) | 282.3º | 0.89% | 0.88% | - |
| XYZ | 29.3 | 14.03 | 71.69 | - |
| YUV | 88.96 | 204.21 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 224 | 0.26 | 0.89 | 0 | 0.12 | 282.3 | 0.81 | 0.49 |
| Hex | A5 | 18 | E0 | 1A | 59 | 0 | C | 11A | 51 | 31 |
| Octal | 245 | 30 | 340 | 32 | 131 | 0 | 14 | 432 | 121 | 61 |
| Binary | 10100101 | 11000 | 11100000 | 11010 | 1011001 | 0 | 1100 | 100011010 | 1010001 | 110001 |
Color Harmonies of #A518E0
Complementary color
Monochromatic Colors of #A518E0
Black with #A518E0
Text Example
Text Example
White with #A518E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A518E0; }
p { color: rgb(165,24,224); }
H1.HeaderClassName
{
color: #A518E0;
}
.AnyTagClassName
{
color: #A518E0;
}
</style>
background-color css
<style>
a { background-color: #A518E0; }
a { background-color: rgb(165,24,224); }
div.DivClassName
{
background-color: #A518E0;
}
.BgClassName
{
background-color: #A518E0;
}
</style>
border-color css
<style>
span { border-color: #A518E0; }
span { border-color: rgb(165,24,224); }
td.TdClassName
{
border-color: #A518E0;
}
.TagClassName
{
border-color: #A518E0;
}
</style>