Shades of Blue Violet #A31CEE
Tints of Blue Violet #A31CEE
RGB
CMYK
RGB Variations
Color information
#A31CEE (or 0xA31CEE) is known color: Blue Violet. HEX triplet: A3, 1C and EE. RGB value is (163,28,238). Sum of RGB (Red+Green+Blue) = 163+28+238=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #A31CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31CEE is #5CE311. Grayscale: #5B5B5B. Windows color (decimal): -6087442 or 15604899. OLE color: 15604899.
HSL color Cylindrical-coordinate representation of color #A31CEE: hue angle of 278.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31CEE is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 28 | 238 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.07 |
| HSL | 278.57º | 0.86% | 0.52% | - |
| HSV(B) | 278.57º | 0.88% | 0.93% | - |
| XYZ | 30.95 | 14.79 | 82.11 | - |
| YUV | 92.31 | 210.23 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 238 | 0.32 | 0.88 | 0 | 0.07 | 278.57 | 0.86 | 0.52 |
| Hex | A3 | 1C | EE | 20 | 58 | 0 | 7 | 117 | 56 | 34 |
| Octal | 243 | 34 | 356 | 40 | 130 | 0 | 7 | 427 | 126 | 64 |
| Binary | 10100011 | 11100 | 11101110 | 100000 | 1011000 | 0 | 111 | 100010111 | 1010110 | 110100 |
Color Harmonies of #A31CEE
Complementary color
Monochromatic Colors of #A31CEE
Black with #A31CEE
Text Example
Text Example
White with #A31CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CEE; }
p { color: rgb(163,28,238); }
H1.HeaderClassName
{
color: #A31CEE;
}
.AnyTagClassName
{
color: #A31CEE;
}
</style>
background-color css
<style>
a { background-color: #A31CEE; }
a { background-color: rgb(163,28,238); }
div.DivClassName
{
background-color: #A31CEE;
}
.BgClassName
{
background-color: #A31CEE;
}
</style>
border-color css
<style>
span { border-color: #A31CEE; }
span { border-color: rgb(163,28,238); }
td.TdClassName
{
border-color: #A31CEE;
}
.TagClassName
{
border-color: #A31CEE;
}
</style>