Shades of Blue Violet #A32CE9
Tints of Blue Violet #A32CE9
RGB
CMYK
RGB Variations
Color information
#A32CE9 (or 0xA32CE9) is known color: Blue Violet. HEX triplet: A3, 2C and E9. RGB value is (163,44,233). Sum of RGB (Red+Green+Blue) = 163+44+233=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 233 (91.41% from 255 or 52.95% from 440); Max value from RGB is 233 - color contains mainly: blue. Hex color #A32CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32CE9 is #5CD316. Grayscale: #646464. Windows color (decimal): -6083351 or 15281315. OLE color: 15281315.
HSL color Cylindrical-coordinate representation of color #A32CE9: hue angle of 277.78º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A32CE9 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 44 | 233 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.09 |
| HSL | 277.78º | 0.81% | 0.54% | - |
| HSV(B) | 277.78º | 0.81% | 0.91% | - |
| XYZ | 30.71 | 15.47 | 78.46 | - |
| YUV | 101.13 | 202.42 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 233 | 0.30 | 0.81 | 0 | 0.09 | 277.78 | 0.81 | 0.54 |
| Hex | A3 | 2C | E9 | 1E | 51 | 0 | 9 | 116 | 51 | 36 |
| Octal | 243 | 54 | 351 | 36 | 121 | 0 | 11 | 426 | 121 | 66 |
| Binary | 10100011 | 101100 | 11101001 | 11110 | 1010001 | 0 | 1001 | 100010110 | 1010001 | 110110 |
Color Harmonies of #A32CE9
Complementary color
Monochromatic Colors of #A32CE9
Black with #A32CE9
Text Example
Text Example
White with #A32CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CE9; }
p { color: rgb(163,44,233); }
H1.HeaderClassName
{
color: #A32CE9;
}
.AnyTagClassName
{
color: #A32CE9;
}
</style>
background-color css
<style>
a { background-color: #A32CE9; }
a { background-color: rgb(163,44,233); }
div.DivClassName
{
background-color: #A32CE9;
}
.BgClassName
{
background-color: #A32CE9;
}
</style>
border-color css
<style>
span { border-color: #A32CE9; }
span { border-color: rgb(163,44,233); }
td.TdClassName
{
border-color: #A32CE9;
}
.TagClassName
{
border-color: #A32CE9;
}
</style>