Shades of Dark Violet #A518DB
Tints of Dark Violet #A518DB
RGB
CMYK
RGB Variations
Color information
#A518DB (or 0xA518DB) is known color: Dark Violet. HEX triplet: A5, 18 and DB. RGB value is (165,24,219). Sum of RGB (Red+Green+Blue) = 165+24+219=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #A518DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A518DB is #5AE724. Grayscale: #575757. Windows color (decimal): -5957413 or 14358693. OLE color: 14358693.
HSL color Cylindrical-coordinate representation of color #A518DB: hue angle of 283.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A518DB is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 24 | 219 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.14 |
| HSL | 283.38º | 0.8% | 0.48% | - |
| HSV(B) | 283.38º | 0.89% | 0.86% | - |
| XYZ | 28.63 | 13.77 | 68.17 | - |
| YUV | 88.39 | 201.71 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 219 | 0.25 | 0.89 | 0 | 0.14 | 283.38 | 0.8 | 0.48 |
| Hex | A5 | 18 | DB | 19 | 59 | 0 | E | 11B | 50 | 30 |
| Octal | 245 | 30 | 333 | 31 | 131 | 0 | 16 | 433 | 120 | 60 |
| Binary | 10100101 | 11000 | 11011011 | 11001 | 1011001 | 0 | 1110 | 100011011 | 1010000 | 110000 |
Color Harmonies of #A518DB
Complementary color
Monochromatic Colors of #A518DB
Black with #A518DB
Text Example
Text Example
White with #A518DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A518DB; }
p { color: rgb(165,24,219); }
H1.HeaderClassName
{
color: #A518DB;
}
.AnyTagClassName
{
color: #A518DB;
}
</style>
background-color css
<style>
a { background-color: #A518DB; }
a { background-color: rgb(165,24,219); }
div.DivClassName
{
background-color: #A518DB;
}
.BgClassName
{
background-color: #A518DB;
}
</style>
border-color css
<style>
span { border-color: #A518DB; }
span { border-color: rgb(165,24,219); }
td.TdClassName
{
border-color: #A518DB;
}
.TagClassName
{
border-color: #A518DB;
}
</style>