Shades of Blue Violet #A32BE7
Tints of Blue Violet #A32BE7
RGB
CMYK
RGB Variations
Color information
#A32BE7 (or 0xA32BE7) is known color: Blue Violet. HEX triplet: A3, 2B and E7. RGB value is (163,43,231). Sum of RGB (Red+Green+Blue) = 163+43+231=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 231 (90.62% from 255 or 52.86% from 437); Max value from RGB is 231 - color contains mainly: blue. Hex color #A32BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32BE7 is #5CD418. Grayscale: #636363. Windows color (decimal): -6083609 or 15149987. OLE color: 15149987.
HSL color Cylindrical-coordinate representation of color #A32BE7: hue angle of 278.3º degrees, saturation: 0.8, 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 #A32BE7 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 43 | 231 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.09 |
| HSL | 278.3º | 0.8% | 0.54% | - |
| HSV(B) | 278.3º | 0.81% | 0.91% | - |
| XYZ | 30.39 | 15.28 | 76.95 | - |
| YUV | 100.31 | 201.76 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 231 | 0.29 | 0.81 | 0 | 0.09 | 278.3 | 0.8 | 0.54 |
| Hex | A3 | 2B | E7 | 1D | 51 | 0 | 9 | 116 | 50 | 36 |
| Octal | 243 | 53 | 347 | 35 | 121 | 0 | 11 | 426 | 120 | 66 |
| Binary | 10100011 | 101011 | 11100111 | 11101 | 1010001 | 0 | 1001 | 100010110 | 1010000 | 110110 |
Color Harmonies of #A32BE7
Complementary color
Monochromatic Colors of #A32BE7
Black with #A32BE7
Text Example
Text Example
White with #A32BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32BE7; }
p { color: rgb(163,43,231); }
H1.HeaderClassName
{
color: #A32BE7;
}
.AnyTagClassName
{
color: #A32BE7;
}
</style>
background-color css
<style>
a { background-color: #A32BE7; }
a { background-color: rgb(163,43,231); }
div.DivClassName
{
background-color: #A32BE7;
}
.BgClassName
{
background-color: #A32BE7;
}
</style>
border-color css
<style>
span { border-color: #A32BE7; }
span { border-color: rgb(163,43,231); }
td.TdClassName
{
border-color: #A32BE7;
}
.TagClassName
{
border-color: #A32BE7;
}
</style>