Shades of Blue Violet #A332EC
Tints of Blue Violet #A332EC
RGB
CMYK
RGB Variations
Color information
#A332EC (or 0xA332EC) is known color: Blue Violet. HEX triplet: A3, 32 and EC. RGB value is (163,50,236). Sum of RGB (Red+Green+Blue) = 163+50+236=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #A332EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A332EC is #5CCD13. Grayscale: #686868. Windows color (decimal): -6081812 or 15479459. OLE color: 15479459.
HSL color Cylindrical-coordinate representation of color #A332EC: hue angle of 276.45º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A332EC is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 50 | 236 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.07 |
| HSL | 276.45º | 0.83% | 0.56% | - |
| HSV(B) | 276.45º | 0.79% | 0.93% | - |
| XYZ | 31.39 | 16.12 | 80.81 | - |
| YUV | 104.99 | 201.94 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 236 | 0.31 | 0.79 | 0 | 0.07 | 276.45 | 0.83 | 0.56 |
| Hex | A3 | 32 | EC | 1F | 4F | 0 | 7 | 114 | 53 | 38 |
| Octal | 243 | 62 | 354 | 37 | 117 | 0 | 7 | 424 | 123 | 70 |
| Binary | 10100011 | 110010 | 11101100 | 11111 | 1001111 | 0 | 111 | 100010100 | 1010011 | 111000 |
Color Harmonies of #A332EC
Complementary color
Monochromatic Colors of #A332EC
Black with #A332EC
Text Example
Text Example
White with #A332EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A332EC; }
p { color: rgb(163,50,236); }
H1.HeaderClassName
{
color: #A332EC;
}
.AnyTagClassName
{
color: #A332EC;
}
</style>
background-color css
<style>
a { background-color: #A332EC; }
a { background-color: rgb(163,50,236); }
div.DivClassName
{
background-color: #A332EC;
}
.BgClassName
{
background-color: #A332EC;
}
</style>
border-color css
<style>
span { border-color: #A332EC; }
span { border-color: rgb(163,50,236); }
td.TdClassName
{
border-color: #A332EC;
}
.TagClassName
{
border-color: #A332EC;
}
</style>