Shades of Blue Violet #A017EC
Tints of Blue Violet #A017EC
RGB
CMYK
RGB Variations
Color information
#A017EC (or 0xA017EC) is known color: Blue Violet. HEX triplet: A0, 17 and EC. RGB value is (160,23,236). Sum of RGB (Red+Green+Blue) = 160+23+236=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #A017EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A017EC is #5FE813. Grayscale: #575757. Windows color (decimal): -6285332 or 15472544. OLE color: 15472544.
HSL color Cylindrical-coordinate representation of color #A017EC: hue angle of 278.59º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A017EC is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 23 | 236 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.07 |
| HSL | 278.59º | 0.85% | 0.51% | - |
| HSV(B) | 278.59º | 0.9% | 0.93% | - |
| XYZ | 29.94 | 14.14 | 80.51 | - |
| YUV | 88.25 | 211.39 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 236 | 0.32 | 0.90 | 0 | 0.07 | 278.59 | 0.85 | 0.51 |
| Hex | A0 | 17 | EC | 20 | 5A | 0 | 7 | 117 | 55 | 33 |
| Octal | 240 | 27 | 354 | 40 | 132 | 0 | 7 | 427 | 125 | 63 |
| Binary | 10100000 | 10111 | 11101100 | 100000 | 1011010 | 0 | 111 | 100010111 | 1010101 | 110011 |
Color Harmonies of #A017EC
Complementary color
Monochromatic Colors of #A017EC
Black with #A017EC
Text Example
Text Example
White with #A017EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A017EC; }
p { color: rgb(160,23,236); }
H1.HeaderClassName
{
color: #A017EC;
}
.AnyTagClassName
{
color: #A017EC;
}
</style>
background-color css
<style>
a { background-color: #A017EC; }
a { background-color: rgb(160,23,236); }
div.DivClassName
{
background-color: #A017EC;
}
.BgClassName
{
background-color: #A017EC;
}
</style>
border-color css
<style>
span { border-color: #A017EC; }
span { border-color: rgb(160,23,236); }
td.TdClassName
{
border-color: #A017EC;
}
.TagClassName
{
border-color: #A017EC;
}
</style>