Shades of Blue Violet #A32BEE
Tints of Blue Violet #A32BEE
RGB
CMYK
RGB Variations
Color information
#A32BEE (or 0xA32BEE) is known color: Blue Violet. HEX triplet: A3, 2B and EE. RGB value is (163,43,238). Sum of RGB (Red+Green+Blue) = 163+43+238=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #A32BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32BEE is #5CD411. Grayscale: #646464. Windows color (decimal): -6083602 or 15608739. OLE color: 15608739.
HSL color Cylindrical-coordinate representation of color #A32BEE: hue angle of 276.92º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A32BEE is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 43 | 238 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.07 |
| HSL | 276.92º | 0.85% | 0.55% | - |
| HSV(B) | 276.92º | 0.82% | 0.93% | - |
| XYZ | 31.4 | 15.69 | 82.26 | - |
| YUV | 101.11 | 205.26 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 238 | 0.32 | 0.82 | 0 | 0.07 | 276.92 | 0.85 | 0.55 |
| Hex | A3 | 2B | EE | 20 | 52 | 0 | 7 | 115 | 55 | 37 |
| Octal | 243 | 53 | 356 | 40 | 122 | 0 | 7 | 425 | 125 | 67 |
| Binary | 10100011 | 101011 | 11101110 | 100000 | 1010010 | 0 | 111 | 100010101 | 1010101 | 110111 |
Color Harmonies of #A32BEE
Complementary color
Monochromatic Colors of #A32BEE
Black with #A32BEE
Text Example
Text Example
White with #A32BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32BEE; }
p { color: rgb(163,43,238); }
H1.HeaderClassName
{
color: #A32BEE;
}
.AnyTagClassName
{
color: #A32BEE;
}
</style>
background-color css
<style>
a { background-color: #A32BEE; }
a { background-color: rgb(163,43,238); }
div.DivClassName
{
background-color: #A32BEE;
}
.BgClassName
{
background-color: #A32BEE;
}
</style>
border-color css
<style>
span { border-color: #A32BEE; }
span { border-color: rgb(163,43,238); }
td.TdClassName
{
border-color: #A32BEE;
}
.TagClassName
{
border-color: #A32BEE;
}
</style>