Shades of Dark Violet #A819E8
Tints of Dark Violet #A819E8
RGB
CMYK
RGB Variations
Color information
#A819E8 (or 0xA819E8) is known color: Dark Violet. HEX triplet: A8, 19 and E8. RGB value is (168,25,232). Sum of RGB (Red+Green+Blue) = 168+25+232=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 232 (91.02% from 255 or 54.59% from 425); Max value from RGB is 232 - color contains mainly: blue. Hex color #A819E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A819E8 is #57E617. Grayscale: #5A5A5A. Windows color (decimal): -5760536 or 15210920. OLE color: 15210920.
HSL color Cylindrical-coordinate representation of color #A819E8: hue angle of 281.45º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A819E8 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 25 | 232 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.09 |
| HSL | 281.45º | 0.82% | 0.5% | - |
| HSV(B) | 281.45º | 0.89% | 0.91% | - |
| XYZ | 31.06 | 14.85 | 77.57 | - |
| YUV | 91.36 | 207.38 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 232 | 0.28 | 0.89 | 0 | 0.09 | 281.45 | 0.82 | 0.5 |
| Hex | A8 | 19 | E8 | 1C | 59 | 0 | 9 | 119 | 52 | 32 |
| Octal | 250 | 31 | 350 | 34 | 131 | 0 | 11 | 431 | 122 | 62 |
| Binary | 10101000 | 11001 | 11101000 | 11100 | 1011001 | 0 | 1001 | 100011001 | 1010010 | 110010 |
Color Harmonies of #A819E8
Complementary color
Monochromatic Colors of #A819E8
Black with #A819E8
Text Example
Text Example
White with #A819E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A819E8; }
p { color: rgb(168,25,232); }
H1.HeaderClassName
{
color: #A819E8;
}
.AnyTagClassName
{
color: #A819E8;
}
</style>
background-color css
<style>
a { background-color: #A819E8; }
a { background-color: rgb(168,25,232); }
div.DivClassName
{
background-color: #A819E8;
}
.BgClassName
{
background-color: #A819E8;
}
</style>
border-color css
<style>
span { border-color: #A819E8; }
span { border-color: rgb(168,25,232); }
td.TdClassName
{
border-color: #A819E8;
}
.TagClassName
{
border-color: #A819E8;
}
</style>