Shades of Dark Violet #A819DE
Tints of Dark Violet #A819DE
RGB
CMYK
RGB Variations
Color information
#A819DE (or 0xA819DE) is known color: Dark Violet. HEX triplet: A8, 19 and DE. RGB value is (168,25,222). Sum of RGB (Red+Green+Blue) = 168+25+222=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #A819DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819DE is #57E621. Grayscale: #595959. Windows color (decimal): -5760546 or 14555560. OLE color: 14555560.
HSL color Cylindrical-coordinate representation of color #A819DE: hue angle of 283.55º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A819DE is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 25 | 222 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.13 |
| HSL | 283.55º | 0.8% | 0.48% | - |
| HSV(B) | 283.55º | 0.89% | 0.87% | - |
| XYZ | 29.68 | 14.29 | 70.3 | - |
| YUV | 90.22 | 202.38 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 222 | 0.24 | 0.89 | 0 | 0.13 | 283.55 | 0.8 | 0.48 |
| Hex | A8 | 19 | DE | 18 | 59 | 0 | D | 11C | 50 | 30 |
| Octal | 250 | 31 | 336 | 30 | 131 | 0 | 15 | 434 | 120 | 60 |
| Binary | 10101000 | 11001 | 11011110 | 11000 | 1011001 | 0 | 1101 | 100011100 | 1010000 | 110000 |
Color Harmonies of #A819DE
Complementary color
Monochromatic Colors of #A819DE
Black with #A819DE
Text Example
Text Example
White with #A819DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A819DE; }
p { color: rgb(168,25,222); }
H1.HeaderClassName
{
color: #A819DE;
}
.AnyTagClassName
{
color: #A819DE;
}
</style>
background-color css
<style>
a { background-color: #A819DE; }
a { background-color: rgb(168,25,222); }
div.DivClassName
{
background-color: #A819DE;
}
.BgClassName
{
background-color: #A819DE;
}
</style>
border-color css
<style>
span { border-color: #A819DE; }
span { border-color: rgb(168,25,222); }
td.TdClassName
{
border-color: #A819DE;
}
.TagClassName
{
border-color: #A819DE;
}
</style>