Shades of Blue Violet #A31EFF
Tints of Blue Violet #A31EFF
RGB
CMYK
RGB Variations
Color information
#A31EFF (or 0xA31EFF) is known color: Blue Violet. HEX triplet: A3, 1E and FF. RGB value is (163,30,255). Sum of RGB (Red+Green+Blue) = 163+30+255=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 30 (12.11% from 255 or 6.70% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #A31EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31EFF is #5CE100. Grayscale: #5E5E5E. Windows color (decimal): -6086913 or 16719523. OLE color: 16719523.
HSL color Cylindrical-coordinate representation of color #A31EFF: hue angle of 275.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31EFF is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 30 | 255 | - |
| CMYK | 0.36 | 0.88 | 0 | 0 |
| HSL | 275.47º | 1% | 0.56% | - |
| HSV(B) | 275.47º | 0.88% | 1% | - |
| XYZ | 33.62 | 15.94 | 95.91 | - |
| YUV | 95.42 | 218.06 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 255 | 0.36 | 0.88 | 0 | 0 | 275.47 | 1 | 0.56 |
| Hex | A3 | 1E | FF | 24 | 58 | 0 | 0 | 113 | 64 | 38 |
| Octal | 243 | 36 | 377 | 44 | 130 | 0 | 0 | 423 | 144 | 70 |
| Binary | 10100011 | 11110 | 11111111 | 100100 | 1011000 | 0 | 0 | 100010011 | 1100100 | 111000 |
Color Harmonies of #A31EFF
Complementary color
Monochromatic Colors of #A31EFF
Black with #A31EFF
Text Example
Text Example
White with #A31EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31EFF; }
p { color: rgb(163,30,255); }
H1.HeaderClassName
{
color: #A31EFF;
}
.AnyTagClassName
{
color: #A31EFF;
}
</style>
background-color css
<style>
a { background-color: #A31EFF; }
a { background-color: rgb(163,30,255); }
div.DivClassName
{
background-color: #A31EFF;
}
.BgClassName
{
background-color: #A31EFF;
}
</style>
border-color css
<style>
span { border-color: #A31EFF; }
span { border-color: rgb(163,30,255); }
td.TdClassName
{
border-color: #A31EFF;
}
.TagClassName
{
border-color: #A31EFF;
}
</style>