Shades of Blue Violet #A32FEC
Tints of Blue Violet #A32FEC
RGB
CMYK
RGB Variations
Color information
#A32FEC (or 0xA32FEC) is known color: Blue Violet. HEX triplet: A3, 2F and EC. RGB value is (163,47,236). Sum of RGB (Red+Green+Blue) = 163+47+236=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #A32FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32FEC is #5CD013. Grayscale: #666666. Windows color (decimal): -6082580 or 15478691. OLE color: 15478691.
HSL color Cylindrical-coordinate representation of color #A32FEC: hue angle of 276.83º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32FEC is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 47 | 236 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.07 |
| HSL | 276.83º | 0.83% | 0.55% | - |
| HSV(B) | 276.83º | 0.8% | 0.93% | - |
| XYZ | 31.26 | 15.88 | 80.77 | - |
| YUV | 103.23 | 202.93 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 236 | 0.31 | 0.80 | 0 | 0.07 | 276.83 | 0.83 | 0.55 |
| Hex | A3 | 2F | EC | 1F | 50 | 0 | 7 | 115 | 53 | 37 |
| Octal | 243 | 57 | 354 | 37 | 120 | 0 | 7 | 425 | 123 | 67 |
| Binary | 10100011 | 101111 | 11101100 | 11111 | 1010000 | 0 | 111 | 100010101 | 1010011 | 110111 |
Color Harmonies of #A32FEC
Complementary color
Monochromatic Colors of #A32FEC
Black with #A32FEC
Text Example
Text Example
White with #A32FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32FEC; }
p { color: rgb(163,47,236); }
H1.HeaderClassName
{
color: #A32FEC;
}
.AnyTagClassName
{
color: #A32FEC;
}
</style>
background-color css
<style>
a { background-color: #A32FEC; }
a { background-color: rgb(163,47,236); }
div.DivClassName
{
background-color: #A32FEC;
}
.BgClassName
{
background-color: #A32FEC;
}
</style>
border-color css
<style>
span { border-color: #A32FEC; }
span { border-color: rgb(163,47,236); }
td.TdClassName
{
border-color: #A32FEC;
}
.TagClassName
{
border-color: #A32FEC;
}
</style>