Shades of Blue Violet #A31CEA
Tints of Blue Violet #A31CEA
RGB
CMYK
RGB Variations
Color information
#A31CEA (or 0xA31CEA) is known color: Blue Violet. HEX triplet: A3, 1C and EA. RGB value is (163,28,234). Sum of RGB (Red+Green+Blue) = 163+28+234=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #A31CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31CEA is #5CE315. Grayscale: #5B5B5B. Windows color (decimal): -6087446 or 15342755. OLE color: 15342755.
HSL color Cylindrical-coordinate representation of color #A31CEA: hue angle of 279.32º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31CEA is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 28 | 234 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.08 |
| HSL | 279.32º | 0.83% | 0.51% | - |
| HSV(B) | 279.32º | 0.88% | 0.92% | - |
| XYZ | 30.37 | 14.56 | 79.05 | - |
| YUV | 91.85 | 208.23 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 234 | 0.30 | 0.88 | 0 | 0.08 | 279.32 | 0.83 | 0.51 |
| Hex | A3 | 1C | EA | 1E | 58 | 0 | 8 | 117 | 53 | 33 |
| Octal | 243 | 34 | 352 | 36 | 130 | 0 | 10 | 427 | 123 | 63 |
| Binary | 10100011 | 11100 | 11101010 | 11110 | 1011000 | 0 | 1000 | 100010111 | 1010011 | 110011 |
Color Harmonies of #A31CEA
Complementary color
Monochromatic Colors of #A31CEA
Black with #A31CEA
Text Example
Text Example
White with #A31CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CEA; }
p { color: rgb(163,28,234); }
H1.HeaderClassName
{
color: #A31CEA;
}
.AnyTagClassName
{
color: #A31CEA;
}
</style>
background-color css
<style>
a { background-color: #A31CEA; }
a { background-color: rgb(163,28,234); }
div.DivClassName
{
background-color: #A31CEA;
}
.BgClassName
{
background-color: #A31CEA;
}
</style>
border-color css
<style>
span { border-color: #A31CEA; }
span { border-color: rgb(163,28,234); }
td.TdClassName
{
border-color: #A31CEA;
}
.TagClassName
{
border-color: #A31CEA;
}
</style>