Shades of Blue Violet #A719ED
Tints of Blue Violet #A719ED
RGB
CMYK
RGB Variations
Color information
#A719ED (or 0xA719ED) is known color: Blue Violet. HEX triplet: A7, 19 and ED. RGB value is (167,25,237). Sum of RGB (Red+Green+Blue) = 167+25+237=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #A719ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A719ED is #58E612. Grayscale: #5A5A5A. Windows color (decimal): -5826067 or 15538599. OLE color: 15538599.
HSL color Cylindrical-coordinate representation of color #A719ED: hue angle of 280.19º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A719ED is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 25 | 237 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.07 |
| HSL | 280.19º | 0.85% | 0.51% | - |
| HSV(B) | 280.19º | 0.89% | 0.93% | - |
| XYZ | 31.57 | 15.03 | 81.36 | - |
| YUV | 91.63 | 210.04 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 25 | 237 | 0.30 | 0.89 | 0 | 0.07 | 280.19 | 0.85 | 0.51 |
| Hex | A7 | 19 | ED | 1E | 59 | 0 | 7 | 118 | 55 | 33 |
| Octal | 247 | 31 | 355 | 36 | 131 | 0 | 7 | 430 | 125 | 63 |
| Binary | 10100111 | 11001 | 11101101 | 11110 | 1011001 | 0 | 111 | 100011000 | 1010101 | 110011 |
Color Harmonies of #A719ED
Complementary color
Monochromatic Colors of #A719ED
Black with #A719ED
Text Example
Text Example
White with #A719ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A719ED; }
p { color: rgb(167,25,237); }
H1.HeaderClassName
{
color: #A719ED;
}
.AnyTagClassName
{
color: #A719ED;
}
</style>
background-color css
<style>
a { background-color: #A719ED; }
a { background-color: rgb(167,25,237); }
div.DivClassName
{
background-color: #A719ED;
}
.BgClassName
{
background-color: #A719ED;
}
</style>
border-color css
<style>
span { border-color: #A719ED; }
span { border-color: rgb(167,25,237); }
td.TdClassName
{
border-color: #A719ED;
}
.TagClassName
{
border-color: #A719ED;
}
</style>