Shades of Blue Violet #A819E9
Tints of Blue Violet #A819E9
RGB
CMYK
RGB Variations
Color information
#A819E9 (or 0xA819E9) is known color: Blue Violet. HEX triplet: A8, 19 and E9. RGB value is (168,25,233). Sum of RGB (Red+Green+Blue) = 168+25+233=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 233 (91.41% from 255 or 54.69% from 426); Max value from RGB is 233 - color contains mainly: blue. Hex color #A819E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A819E9 is #57E616. Grayscale: #5A5A5A. Windows color (decimal): -5760535 or 15276456. OLE color: 15276456.
HSL color Cylindrical-coordinate representation of color #A819E9: hue angle of 281.25º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A819E9 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 25 | 233 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.09 |
| HSL | 281.25º | 0.83% | 0.51% | - |
| HSV(B) | 281.25º | 0.89% | 0.91% | - |
| XYZ | 31.2 | 14.9 | 78.32 | - |
| YUV | 91.47 | 207.88 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 233 | 0.28 | 0.89 | 0 | 0.09 | 281.25 | 0.83 | 0.51 |
| Hex | A8 | 19 | E9 | 1C | 59 | 0 | 9 | 119 | 53 | 33 |
| Octal | 250 | 31 | 351 | 34 | 131 | 0 | 11 | 431 | 123 | 63 |
| Binary | 10101000 | 11001 | 11101001 | 11100 | 1011001 | 0 | 1001 | 100011001 | 1010011 | 110011 |
Color Harmonies of #A819E9
Complementary color
Monochromatic Colors of #A819E9
Black with #A819E9
Text Example
Text Example
White with #A819E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A819E9; }
p { color: rgb(168,25,233); }
H1.HeaderClassName
{
color: #A819E9;
}
.AnyTagClassName
{
color: #A819E9;
}
</style>
background-color css
<style>
a { background-color: #A819E9; }
a { background-color: rgb(168,25,233); }
div.DivClassName
{
background-color: #A819E9;
}
.BgClassName
{
background-color: #A819E9;
}
</style>
border-color css
<style>
span { border-color: #A819E9; }
span { border-color: rgb(168,25,233); }
td.TdClassName
{
border-color: #A819E9;
}
.TagClassName
{
border-color: #A819E9;
}
</style>