Shades of Dark Violet #A819DC
Tints of Dark Violet #A819DC
RGB
CMYK
RGB Variations
Color information
#A819DC (or 0xA819DC) is known color: Dark Violet. HEX triplet: A8, 19 and DC. RGB value is (168,25,220). Sum of RGB (Red+Green+Blue) = 168+25+220=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #A819DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819DC is #57E623. Grayscale: #595959. Windows color (decimal): -5760548 or 14424488. OLE color: 14424488.
HSL color Cylindrical-coordinate representation of color #A819DC: hue angle of 284º 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 #A819DC is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 25 | 220 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.14 |
| HSL | 284º | 0.8% | 0.48% | - |
| HSV(B) | 284º | 0.89% | 0.86% | - |
| XYZ | 29.41 | 14.19 | 68.9 | - |
| YUV | 89.99 | 201.38 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 220 | 0.24 | 0.89 | 0 | 0.14 | 284 | 0.8 | 0.48 |
| Hex | A8 | 19 | DC | 18 | 59 | 0 | E | 11C | 50 | 30 |
| Octal | 250 | 31 | 334 | 30 | 131 | 0 | 16 | 434 | 120 | 60 |
| Binary | 10101000 | 11001 | 11011100 | 11000 | 1011001 | 0 | 1110 | 100011100 | 1010000 | 110000 |
Color Harmonies of #A819DC
Complementary color
Monochromatic Colors of #A819DC
Black with #A819DC
Text Example
Text Example
White with #A819DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A819DC; }
p { color: rgb(168,25,220); }
H1.HeaderClassName
{
color: #A819DC;
}
.AnyTagClassName
{
color: #A819DC;
}
</style>
background-color css
<style>
a { background-color: #A819DC; }
a { background-color: rgb(168,25,220); }
div.DivClassName
{
background-color: #A819DC;
}
.BgClassName
{
background-color: #A819DC;
}
</style>
border-color css
<style>
span { border-color: #A819DC; }
span { border-color: rgb(168,25,220); }
td.TdClassName
{
border-color: #A819DC;
}
.TagClassName
{
border-color: #A819DC;
}
</style>