Shades of Dark Violet #A819E4
Tints of Dark Violet #A819E4
RGB
CMYK
RGB Variations
Color information
#A819E4 (or 0xA819E4) is known color: Dark Violet. HEX triplet: A8, 19 and E4. RGB value is (168,25,228). Sum of RGB (Red+Green+Blue) = 168+25+228=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #A819E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819E4 is #57E61B. Grayscale: #5A5A5A. Windows color (decimal): -5760540 or 14948776. OLE color: 14948776.
HSL color Cylindrical-coordinate representation of color #A819E4: hue angle of 282.27º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A819E4 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 25 | 228 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.11 |
| HSL | 282.27º | 0.8% | 0.5% | - |
| HSV(B) | 282.27º | 0.89% | 0.89% | - |
| XYZ | 30.5 | 14.62 | 74.61 | - |
| YUV | 90.9 | 205.38 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 228 | 0.26 | 0.89 | 0 | 0.11 | 282.27 | 0.8 | 0.5 |
| Hex | A8 | 19 | E4 | 1A | 59 | 0 | B | 11A | 50 | 32 |
| Octal | 250 | 31 | 344 | 32 | 131 | 0 | 13 | 432 | 120 | 62 |
| Binary | 10101000 | 11001 | 11100100 | 11010 | 1011001 | 0 | 1011 | 100011010 | 1010000 | 110010 |
Color Harmonies of #A819E4
Complementary color
Monochromatic Colors of #A819E4
Black with #A819E4
Text Example
Text Example
White with #A819E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A819E4; }
p { color: rgb(168,25,228); }
H1.HeaderClassName
{
color: #A819E4;
}
.AnyTagClassName
{
color: #A819E4;
}
</style>
background-color css
<style>
a { background-color: #A819E4; }
a { background-color: rgb(168,25,228); }
div.DivClassName
{
background-color: #A819E4;
}
.BgClassName
{
background-color: #A819E4;
}
</style>
border-color css
<style>
span { border-color: #A819E4; }
span { border-color: rgb(168,25,228); }
td.TdClassName
{
border-color: #A819E4;
}
.TagClassName
{
border-color: #A819E4;
}
</style>