Shades of Dark Violet #A512DB
Tints of Dark Violet #A512DB
RGB
CMYK
RGB Variations
Color information
#A512DB (or 0xA512DB) is known color: Dark Violet. HEX triplet: A5, 12 and DB. RGB value is (165,18,219). Sum of RGB (Red+Green+Blue) = 165+18+219=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #A512DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A512DB is #5AED24. Grayscale: #545454. Windows color (decimal): -5958949 or 14357157. OLE color: 14357157.
HSL color Cylindrical-coordinate representation of color #A512DB: hue angle of 283.88º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A512DB is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 18 | 219 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.14 |
| HSL | 283.88º | 0.85% | 0.46% | - |
| HSV(B) | 283.88º | 0.92% | 0.86% | - |
| XYZ | 28.52 | 13.55 | 68.13 | - |
| YUV | 84.87 | 203.7 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 18 | 219 | 0.25 | 0.92 | 0 | 0.14 | 283.88 | 0.85 | 0.46 |
| Hex | A5 | 12 | DB | 19 | 5C | 0 | E | 11C | 55 | 2E |
| Octal | 245 | 22 | 333 | 31 | 134 | 0 | 16 | 434 | 125 | 56 |
| Binary | 10100101 | 10010 | 11011011 | 11001 | 1011100 | 0 | 1110 | 100011100 | 1010101 | 101110 |
Color Harmonies of #A512DB
Complementary color
Monochromatic Colors of #A512DB
Black with #A512DB
Text Example
Text Example
White with #A512DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A512DB; }
p { color: rgb(165,18,219); }
H1.HeaderClassName
{
color: #A512DB;
}
.AnyTagClassName
{
color: #A512DB;
}
</style>
background-color css
<style>
a { background-color: #A512DB; }
a { background-color: rgb(165,18,219); }
div.DivClassName
{
background-color: #A512DB;
}
.BgClassName
{
background-color: #A512DB;
}
</style>
border-color css
<style>
span { border-color: #A512DB; }
span { border-color: rgb(165,18,219); }
td.TdClassName
{
border-color: #A512DB;
}
.TagClassName
{
border-color: #A512DB;
}
</style>