Shades of Dark Violet #A515DB
Tints of Dark Violet #A515DB
RGB
CMYK
RGB Variations
Color information
#A515DB (or 0xA515DB) is known color: Dark Violet. HEX triplet: A5, 15 and DB. RGB value is (165,21,219). Sum of RGB (Red+Green+Blue) = 165+21+219=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #A515DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515DB is #5AEA24. Grayscale: #555555. Windows color (decimal): -5958181 or 14357925. OLE color: 14357925.
HSL color Cylindrical-coordinate representation of color #A515DB: hue angle of 283.64º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A515DB is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 21 | 219 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.14 |
| HSL | 283.64º | 0.83% | 0.47% | - |
| HSV(B) | 283.64º | 0.9% | 0.86% | - |
| XYZ | 28.57 | 13.65 | 68.15 | - |
| YUV | 86.63 | 202.71 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 21 | 219 | 0.25 | 0.90 | 0 | 0.14 | 283.64 | 0.83 | 0.47 |
| Hex | A5 | 15 | DB | 19 | 5A | 0 | E | 11C | 52 | 2F |
| Octal | 245 | 25 | 333 | 31 | 132 | 0 | 16 | 434 | 122 | 57 |
| Binary | 10100101 | 10101 | 11011011 | 11001 | 1011010 | 0 | 1110 | 100011100 | 1010010 | 101111 |
Color Harmonies of #A515DB
Complementary color
Monochromatic Colors of #A515DB
Black with #A515DB
Text Example
Text Example
White with #A515DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A515DB; }
p { color: rgb(165,21,219); }
H1.HeaderClassName
{
color: #A515DB;
}
.AnyTagClassName
{
color: #A515DB;
}
</style>
background-color css
<style>
a { background-color: #A515DB; }
a { background-color: rgb(165,21,219); }
div.DivClassName
{
background-color: #A515DB;
}
.BgClassName
{
background-color: #A515DB;
}
</style>
border-color css
<style>
span { border-color: #A515DB; }
span { border-color: rgb(165,21,219); }
td.TdClassName
{
border-color: #A515DB;
}
.TagClassName
{
border-color: #A515DB;
}
</style>