Shades of Dark Violet #A510DB
Tints of Dark Violet #A510DB
RGB
CMYK
RGB Variations
Color information
#A510DB (or 0xA510DB) is known color: Dark Violet. HEX triplet: A5, 10 and DB. RGB value is (165,16,219). Sum of RGB (Red+Green+Blue) = 165+16+219=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #A510DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A510DB is #5AEF24. Grayscale: #535353. Windows color (decimal): -5959461 or 14356645. OLE color: 14356645.
HSL color Cylindrical-coordinate representation of color #A510DB: hue angle of 284.04º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A510DB is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 16 | 219 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.14 |
| HSL | 284.04º | 0.86% | 0.46% | - |
| HSV(B) | 284.04º | 0.93% | 0.86% | - |
| XYZ | 28.49 | 13.48 | 68.12 | - |
| YUV | 83.69 | 204.36 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 16 | 219 | 0.25 | 0.93 | 0 | 0.14 | 284.04 | 0.86 | 0.46 |
| Hex | A5 | 10 | DB | 19 | 5D | 0 | E | 11C | 56 | 2E |
| Octal | 245 | 20 | 333 | 31 | 135 | 0 | 16 | 434 | 126 | 56 |
| Binary | 10100101 | 10000 | 11011011 | 11001 | 1011101 | 0 | 1110 | 100011100 | 1010110 | 101110 |
Color Harmonies of #A510DB
Complementary color
Monochromatic Colors of #A510DB
Black with #A510DB
Text Example
Text Example
White with #A510DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A510DB; }
p { color: rgb(165,16,219); }
H1.HeaderClassName
{
color: #A510DB;
}
.AnyTagClassName
{
color: #A510DB;
}
</style>
background-color css
<style>
a { background-color: #A510DB; }
a { background-color: rgb(165,16,219); }
div.DivClassName
{
background-color: #A510DB;
}
.BgClassName
{
background-color: #A510DB;
}
</style>
border-color css
<style>
span { border-color: #A510DB; }
span { border-color: rgb(165,16,219); }
td.TdClassName
{
border-color: #A510DB;
}
.TagClassName
{
border-color: #A510DB;
}
</style>