Shades of Blue Violet #A031FF
Tints of Blue Violet #A031FF
RGB
CMYK
RGB Variations
Color information
#A031FF (or 0xA031FF) is known color: Blue Violet. HEX triplet: A0, 31 and FF. RGB value is (160,49,255). Sum of RGB (Red+Green+Blue) = 160+49+255=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #A031FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A031FF is #5FCE00. Grayscale: #686868. Windows color (decimal): -6278657 or 16724384. OLE color: 16724384.
HSL color Cylindrical-coordinate representation of color #A031FF: hue angle of 272.33º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A031FF is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 49 | 255 | - |
| CMYK | 0.37 | 0.81 | 0 | 0 |
| HSL | 272.33º | 1% | 0.6% | - |
| HSV(B) | 272.33º | 0.81% | 1% | - |
| XYZ | 33.65 | 16.89 | 96.09 | - |
| YUV | 105.67 | 212.27 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 255 | 0.37 | 0.81 | 0 | 0 | 272.33 | 1 | 0.6 |
| Hex | A0 | 31 | FF | 25 | 51 | 0 | 0 | 110 | 64 | 3C |
| Octal | 240 | 61 | 377 | 45 | 121 | 0 | 0 | 420 | 144 | 74 |
| Binary | 10100000 | 110001 | 11111111 | 100101 | 1010001 | 0 | 0 | 100010000 | 1100100 | 111100 |
Color Harmonies of #A031FF
Complementary color
Monochromatic Colors of #A031FF
Black with #A031FF
Text Example
Text Example
White with #A031FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A031FF; }
p { color: rgb(160,49,255); }
H1.HeaderClassName
{
color: #A031FF;
}
.AnyTagClassName
{
color: #A031FF;
}
</style>
background-color css
<style>
a { background-color: #A031FF; }
a { background-color: rgb(160,49,255); }
div.DivClassName
{
background-color: #A031FF;
}
.BgClassName
{
background-color: #A031FF;
}
</style>
border-color css
<style>
span { border-color: #A031FF; }
span { border-color: rgb(160,49,255); }
td.TdClassName
{
border-color: #A031FF;
}
.TagClassName
{
border-color: #A031FF;
}
</style>