Shades of Dark Violet #A814DB
Tints of Dark Violet #A814DB
RGB
CMYK
RGB Variations
Color information
#A814DB (or 0xA814DB) is known color: Dark Violet. HEX triplet: A8, 14 and DB. RGB value is (168,20,219). Sum of RGB (Red+Green+Blue) = 168+20+219=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #A814DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A814DB is #57EB24. Grayscale: #565656. Windows color (decimal): -5761829 or 14357672. OLE color: 14357672.
HSL color Cylindrical-coordinate representation of color #A814DB: hue angle of 284.62º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A814DB is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 20 | 219 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.14 |
| HSL | 284.62º | 0.83% | 0.47% | - |
| HSV(B) | 284.62º | 0.91% | 0.86% | - |
| XYZ | 29.18 | 13.94 | 68.17 | - |
| YUV | 86.94 | 202.53 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 219 | 0.23 | 0.91 | 0 | 0.14 | 284.62 | 0.83 | 0.47 |
| Hex | A8 | 14 | DB | 17 | 5B | 0 | E | 11D | 53 | 2F |
| Octal | 250 | 24 | 333 | 27 | 133 | 0 | 16 | 435 | 123 | 57 |
| Binary | 10101000 | 10100 | 11011011 | 10111 | 1011011 | 0 | 1110 | 100011101 | 1010011 | 101111 |
Color Harmonies of #A814DB
Complementary color
Monochromatic Colors of #A814DB
Black with #A814DB
Text Example
Text Example
White with #A814DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A814DB; }
p { color: rgb(168,20,219); }
H1.HeaderClassName
{
color: #A814DB;
}
.AnyTagClassName
{
color: #A814DB;
}
</style>
background-color css
<style>
a { background-color: #A814DB; }
a { background-color: rgb(168,20,219); }
div.DivClassName
{
background-color: #A814DB;
}
.BgClassName
{
background-color: #A814DB;
}
</style>
border-color css
<style>
span { border-color: #A814DB; }
span { border-color: rgb(168,20,219); }
td.TdClassName
{
border-color: #A814DB;
}
.TagClassName
{
border-color: #A814DB;
}
</style>