Shades of Blue Violet #A32BEA
Tints of Blue Violet #A32BEA
RGB
CMYK
RGB Variations
Color information
#A32BEA (or 0xA32BEA) is known color: Blue Violet. HEX triplet: A3, 2B and EA. RGB value is (163,43,234). Sum of RGB (Red+Green+Blue) = 163+43+234=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #A32BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32BEA is #5CD415. Grayscale: #646464. Windows color (decimal): -6083606 or 15346595. OLE color: 15346595.
HSL color Cylindrical-coordinate representation of color #A32BEA: hue angle of 277.7º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A32BEA is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 43 | 234 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.08 |
| HSL | 277.7º | 0.82% | 0.54% | - |
| HSV(B) | 277.7º | 0.82% | 0.92% | - |
| XYZ | 30.82 | 15.45 | 79.2 | - |
| YUV | 100.65 | 203.26 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 234 | 0.30 | 0.82 | 0 | 0.08 | 277.7 | 0.82 | 0.54 |
| Hex | A3 | 2B | EA | 1E | 52 | 0 | 8 | 116 | 52 | 36 |
| Octal | 243 | 53 | 352 | 36 | 122 | 0 | 10 | 426 | 122 | 66 |
| Binary | 10100011 | 101011 | 11101010 | 11110 | 1010010 | 0 | 1000 | 100010110 | 1010010 | 110110 |
Color Harmonies of #A32BEA
Complementary color
Monochromatic Colors of #A32BEA
Black with #A32BEA
Text Example
Text Example
White with #A32BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32BEA; }
p { color: rgb(163,43,234); }
H1.HeaderClassName
{
color: #A32BEA;
}
.AnyTagClassName
{
color: #A32BEA;
}
</style>
background-color css
<style>
a { background-color: #A32BEA; }
a { background-color: rgb(163,43,234); }
div.DivClassName
{
background-color: #A32BEA;
}
.BgClassName
{
background-color: #A32BEA;
}
</style>
border-color css
<style>
span { border-color: #A32BEA; }
span { border-color: rgb(163,43,234); }
td.TdClassName
{
border-color: #A32BEA;
}
.TagClassName
{
border-color: #A32BEA;
}
</style>