Shades of Blue Violet #A017F0
Tints of Blue Violet #A017F0
RGB
CMYK
RGB Variations
Color information
#A017F0 (or 0xA017F0) is known color: Blue Violet. HEX triplet: A0, 17 and F0. RGB value is (160,23,240). Sum of RGB (Red+Green+Blue) = 160+23+240=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #A017F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A017F0 is #5FE80F. Grayscale: #575757. Windows color (decimal): -6285328 or 15734688. OLE color: 15734688.
HSL color Cylindrical-coordinate representation of color #A017F0: hue angle of 277.88º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A017F0 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 23 | 240 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.06 |
| HSL | 277.88º | 0.88% | 0.52% | - |
| HSV(B) | 277.88º | 0.9% | 0.94% | - |
| XYZ | 30.53 | 14.38 | 83.6 | - |
| YUV | 88.7 | 213.39 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 240 | 0.33 | 0.90 | 0 | 0.06 | 277.88 | 0.88 | 0.52 |
| Hex | A0 | 17 | F0 | 21 | 5A | 0 | 6 | 116 | 58 | 34 |
| Octal | 240 | 27 | 360 | 41 | 132 | 0 | 6 | 426 | 130 | 64 |
| Binary | 10100000 | 10111 | 11110000 | 100001 | 1011010 | 0 | 110 | 100010110 | 1011000 | 110100 |
Color Harmonies of #A017F0
Complementary color
Monochromatic Colors of #A017F0
Black with #A017F0
Text Example
Text Example
White with #A017F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A017F0; }
p { color: rgb(160,23,240); }
H1.HeaderClassName
{
color: #A017F0;
}
.AnyTagClassName
{
color: #A017F0;
}
</style>
background-color css
<style>
a { background-color: #A017F0; }
a { background-color: rgb(160,23,240); }
div.DivClassName
{
background-color: #A017F0;
}
.BgClassName
{
background-color: #A017F0;
}
</style>
border-color css
<style>
span { border-color: #A017F0; }
span { border-color: rgb(160,23,240); }
td.TdClassName
{
border-color: #A017F0;
}
.TagClassName
{
border-color: #A017F0;
}
</style>