Shades of Blue Violet #A32BE9
Tints of Blue Violet #A32BE9
RGB
CMYK
RGB Variations
Color information
#A32BE9 (or 0xA32BE9) is known color: Blue Violet. HEX triplet: A3, 2B and E9. RGB value is (163,43,233). Sum of RGB (Red+Green+Blue) = 163+43+233=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 43 (17.19% from 255 or 9.79% from 439); Blue value is 233 (91.41% from 255 or 53.08% from 439); Max value from RGB is 233 - color contains mainly: blue. Hex color #A32BE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32BE9 is #5CD416. Grayscale: #636363. Windows color (decimal): -6083607 or 15281059. OLE color: 15281059.
HSL color Cylindrical-coordinate representation of color #A32BE9: hue angle of 277.89º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A32BE9 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 43 | 233 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.09 |
| HSL | 277.89º | 0.81% | 0.54% | - |
| HSV(B) | 277.89º | 0.82% | 0.91% | - |
| XYZ | 30.68 | 15.4 | 78.45 | - |
| YUV | 100.54 | 202.76 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 233 | 0.30 | 0.82 | 0 | 0.09 | 277.89 | 0.81 | 0.54 |
| Hex | A3 | 2B | E9 | 1E | 52 | 0 | 9 | 116 | 51 | 36 |
| Octal | 243 | 53 | 351 | 36 | 122 | 0 | 11 | 426 | 121 | 66 |
| Binary | 10100011 | 101011 | 11101001 | 11110 | 1010010 | 0 | 1001 | 100010110 | 1010001 | 110110 |
Color Harmonies of #A32BE9
Complementary color
Monochromatic Colors of #A32BE9
Black with #A32BE9
Text Example
Text Example
White with #A32BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32BE9; }
p { color: rgb(163,43,233); }
H1.HeaderClassName
{
color: #A32BE9;
}
.AnyTagClassName
{
color: #A32BE9;
}
</style>
background-color css
<style>
a { background-color: #A32BE9; }
a { background-color: rgb(163,43,233); }
div.DivClassName
{
background-color: #A32BE9;
}
.BgClassName
{
background-color: #A32BE9;
}
</style>
border-color css
<style>
span { border-color: #A32BE9; }
span { border-color: rgb(163,43,233); }
td.TdClassName
{
border-color: #A32BE9;
}
.TagClassName
{
border-color: #A32BE9;
}
</style>