Shades of Blue Violet #A017FA
Tints of Blue Violet #A017FA
RGB
CMYK
RGB Variations
Color information
#A017FA (or 0xA017FA) is known color: Blue Violet. HEX triplet: A0, 17 and FA. RGB value is (160,23,250). Sum of RGB (Red+Green+Blue) = 160+23+250=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #A017FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A017FA is #5FE805. Grayscale: #595959. Windows color (decimal): -6285318 or 16390048. OLE color: 16390048.
HSL color Cylindrical-coordinate representation of color #A017FA: hue angle of 276.21º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A017FA is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 23 | 250 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.02 |
| HSL | 276.21º | 0.96% | 0.54% | - |
| HSV(B) | 276.21º | 0.91% | 0.98% | - |
| XYZ | 32.06 | 14.99 | 91.65 | - |
| YUV | 89.84 | 218.39 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 250 | 0.36 | 0.91 | 0 | 0.02 | 276.21 | 0.96 | 0.54 |
| Hex | A0 | 17 | FA | 24 | 5B | 0 | 2 | 114 | 60 | 36 |
| Octal | 240 | 27 | 372 | 44 | 133 | 0 | 2 | 424 | 140 | 66 |
| Binary | 10100000 | 10111 | 11111010 | 100100 | 1011011 | 0 | 10 | 100010100 | 1100000 | 110110 |
Color Harmonies of #A017FA
Complementary color
Monochromatic Colors of #A017FA
Black with #A017FA
Text Example
Text Example
White with #A017FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A017FA; }
p { color: rgb(160,23,250); }
H1.HeaderClassName
{
color: #A017FA;
}
.AnyTagClassName
{
color: #A017FA;
}
</style>
background-color css
<style>
a { background-color: #A017FA; }
a { background-color: rgb(160,23,250); }
div.DivClassName
{
background-color: #A017FA;
}
.BgClassName
{
background-color: #A017FA;
}
</style>
border-color css
<style>
span { border-color: #A017FA; }
span { border-color: rgb(160,23,250); }
td.TdClassName
{
border-color: #A017FA;
}
.TagClassName
{
border-color: #A017FA;
}
</style>