Shades of Blue Violet #A332EE
Tints of Blue Violet #A332EE
RGB
CMYK
RGB Variations
Color information
#A332EE (or 0xA332EE) is known color: Blue Violet. HEX triplet: A3, 32 and EE. RGB value is (163,50,238). Sum of RGB (Red+Green+Blue) = 163+50+238=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #A332EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A332EE is #5CCD11. Grayscale: #686868. Windows color (decimal): -6081810 or 15610531. OLE color: 15610531.
HSL color Cylindrical-coordinate representation of color #A332EE: hue angle of 276.06º degrees, saturation: 0.85, 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 #A332EE is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 50 | 238 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.07 |
| HSL | 276.06º | 0.85% | 0.56% | - |
| HSV(B) | 276.06º | 0.79% | 0.93% | - |
| XYZ | 31.68 | 16.24 | 82.35 | - |
| YUV | 105.22 | 202.94 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 238 | 0.32 | 0.79 | 0 | 0.07 | 276.06 | 0.85 | 0.56 |
| Hex | A3 | 32 | EE | 20 | 4F | 0 | 7 | 114 | 55 | 38 |
| Octal | 243 | 62 | 356 | 40 | 117 | 0 | 7 | 424 | 125 | 70 |
| Binary | 10100011 | 110010 | 11101110 | 100000 | 1001111 | 0 | 111 | 100010100 | 1010101 | 111000 |
Color Harmonies of #A332EE
Complementary color
Monochromatic Colors of #A332EE
Black with #A332EE
Text Example
Text Example
White with #A332EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A332EE; }
p { color: rgb(163,50,238); }
H1.HeaderClassName
{
color: #A332EE;
}
.AnyTagClassName
{
color: #A332EE;
}
</style>
background-color css
<style>
a { background-color: #A332EE; }
a { background-color: rgb(163,50,238); }
div.DivClassName
{
background-color: #A332EE;
}
.BgClassName
{
background-color: #A332EE;
}
</style>
border-color css
<style>
span { border-color: #A332EE; }
span { border-color: rgb(163,50,238); }
td.TdClassName
{
border-color: #A332EE;
}
.TagClassName
{
border-color: #A332EE;
}
</style>