Shades of Blue Violet #A32BEB
Tints of Blue Violet #A32BEB
RGB
CMYK
RGB Variations
Color information
#A32BEB (or 0xA32BEB) is known color: Blue Violet. HEX triplet: A3, 2B and EB. RGB value is (163,43,235). Sum of RGB (Red+Green+Blue) = 163+43+235=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #A32BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32BEB is #5CD414. Grayscale: #646464. Windows color (decimal): -6083605 or 15412131. OLE color: 15412131.
HSL color Cylindrical-coordinate representation of color #A32BEB: hue angle of 277.5º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A32BEB is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 43 | 235 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.08 |
| HSL | 277.5º | 0.83% | 0.55% | - |
| HSV(B) | 277.5º | 0.82% | 0.92% | - |
| XYZ | 30.96 | 15.51 | 79.96 | - |
| YUV | 100.77 | 203.76 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 235 | 0.31 | 0.82 | 0 | 0.08 | 277.5 | 0.83 | 0.55 |
| Hex | A3 | 2B | EB | 1F | 52 | 0 | 8 | 116 | 53 | 37 |
| Octal | 243 | 53 | 353 | 37 | 122 | 0 | 10 | 426 | 123 | 67 |
| Binary | 10100011 | 101011 | 11101011 | 11111 | 1010010 | 0 | 1000 | 100010110 | 1010011 | 110111 |
Color Harmonies of #A32BEB
Complementary color
Monochromatic Colors of #A32BEB
Black with #A32BEB
Text Example
Text Example
White with #A32BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32BEB; }
p { color: rgb(163,43,235); }
H1.HeaderClassName
{
color: #A32BEB;
}
.AnyTagClassName
{
color: #A32BEB;
}
</style>
background-color css
<style>
a { background-color: #A32BEB; }
a { background-color: rgb(163,43,235); }
div.DivClassName
{
background-color: #A32BEB;
}
.BgClassName
{
background-color: #A32BEB;
}
</style>
border-color css
<style>
span { border-color: #A32BEB; }
span { border-color: rgb(163,43,235); }
td.TdClassName
{
border-color: #A32BEB;
}
.TagClassName
{
border-color: #A32BEB;
}
</style>