Shades of Blue Violet #A719EC
Tints of Blue Violet #A719EC
RGB
CMYK
RGB Variations
Color information
#A719EC (or 0xA719EC) is known color: Blue Violet. HEX triplet: A7, 19 and EC. RGB value is (167,25,236). Sum of RGB (Red+Green+Blue) = 167+25+236=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #A719EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A719EC is #58E613. Grayscale: #5A5A5A. Windows color (decimal): -5826068 or 15473063. OLE color: 15473063.
HSL color Cylindrical-coordinate representation of color #A719EC: hue angle of 280.38º 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 #A719EC is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 25 | 236 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.07 |
| HSL | 280.38º | 0.85% | 0.51% | - |
| HSV(B) | 280.38º | 0.89% | 0.93% | - |
| XYZ | 31.42 | 14.97 | 80.59 | - |
| YUV | 91.51 | 209.54 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 25 | 236 | 0.29 | 0.89 | 0 | 0.07 | 280.38 | 0.85 | 0.51 |
| Hex | A7 | 19 | EC | 1D | 59 | 0 | 7 | 118 | 55 | 33 |
| Octal | 247 | 31 | 354 | 35 | 131 | 0 | 7 | 430 | 125 | 63 |
| Binary | 10100111 | 11001 | 11101100 | 11101 | 1011001 | 0 | 111 | 100011000 | 1010101 | 110011 |
Color Harmonies of #A719EC
Complementary color
Monochromatic Colors of #A719EC
Black with #A719EC
Text Example
Text Example
White with #A719EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A719EC; }
p { color: rgb(167,25,236); }
H1.HeaderClassName
{
color: #A719EC;
}
.AnyTagClassName
{
color: #A719EC;
}
</style>
background-color css
<style>
a { background-color: #A719EC; }
a { background-color: rgb(167,25,236); }
div.DivClassName
{
background-color: #A719EC;
}
.BgClassName
{
background-color: #A719EC;
}
</style>
border-color css
<style>
span { border-color: #A719EC; }
span { border-color: rgb(167,25,236); }
td.TdClassName
{
border-color: #A719EC;
}
.TagClassName
{
border-color: #A719EC;
}
</style>