Shades of Blue Violet #A017EF
Tints of Blue Violet #A017EF
RGB
CMYK
RGB Variations
Color information
#A017EF (or 0xA017EF) is known color: Blue Violet. HEX triplet: A0, 17 and EF. RGB value is (160,23,239). Sum of RGB (Red+Green+Blue) = 160+23+239=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #A017EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A017EF is #5FE810. Grayscale: #575757. Windows color (decimal): -6285329 or 15669152. OLE color: 15669152.
HSL color Cylindrical-coordinate representation of color #A017EF: hue angle of 278.06º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A017EF is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 23 | 239 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.06 |
| HSL | 278.06º | 0.87% | 0.51% | - |
| HSV(B) | 278.06º | 0.9% | 0.94% | - |
| XYZ | 30.38 | 14.32 | 82.82 | - |
| YUV | 88.59 | 212.89 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 239 | 0.33 | 0.90 | 0 | 0.06 | 278.06 | 0.87 | 0.51 |
| Hex | A0 | 17 | EF | 21 | 5A | 0 | 6 | 116 | 57 | 33 |
| Octal | 240 | 27 | 357 | 41 | 132 | 0 | 6 | 426 | 127 | 63 |
| Binary | 10100000 | 10111 | 11101111 | 100001 | 1011010 | 0 | 110 | 100010110 | 1010111 | 110011 |
Color Harmonies of #A017EF
Complementary color
Monochromatic Colors of #A017EF
Black with #A017EF
Text Example
Text Example
White with #A017EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A017EF; }
p { color: rgb(160,23,239); }
H1.HeaderClassName
{
color: #A017EF;
}
.AnyTagClassName
{
color: #A017EF;
}
</style>
background-color css
<style>
a { background-color: #A017EF; }
a { background-color: rgb(160,23,239); }
div.DivClassName
{
background-color: #A017EF;
}
.BgClassName
{
background-color: #A017EF;
}
</style>
border-color css
<style>
span { border-color: #A017EF; }
span { border-color: rgb(160,23,239); }
td.TdClassName
{
border-color: #A017EF;
}
.TagClassName
{
border-color: #A017EF;
}
</style>