Shades of Blue Violet #A32AEE
Tints of Blue Violet #A32AEE
RGB
CMYK
RGB Variations
Color information
#A32AEE (or 0xA32AEE) is known color: Blue Violet. HEX triplet: A3, 2A and EE. RGB value is (163,42,238). Sum of RGB (Red+Green+Blue) = 163+42+238=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #A32AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32AEE is #5CD511. Grayscale: #636363. Windows color (decimal): -6083858 or 15608483. OLE color: 15608483.
HSL color Cylindrical-coordinate representation of color #A32AEE: hue angle of 277.04º 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 #A32AEE is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 42 | 238 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.07 |
| HSL | 277.04º | 0.85% | 0.55% | - |
| HSV(B) | 277.04º | 0.82% | 0.93% | - |
| XYZ | 31.36 | 15.62 | 82.25 | - |
| YUV | 100.52 | 205.59 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 238 | 0.32 | 0.82 | 0 | 0.07 | 277.04 | 0.85 | 0.55 |
| Hex | A3 | 2A | EE | 20 | 52 | 0 | 7 | 115 | 55 | 37 |
| Octal | 243 | 52 | 356 | 40 | 122 | 0 | 7 | 425 | 125 | 67 |
| Binary | 10100011 | 101010 | 11101110 | 100000 | 1010010 | 0 | 111 | 100010101 | 1010101 | 110111 |
Color Harmonies of #A32AEE
Complementary color
Monochromatic Colors of #A32AEE
Black with #A32AEE
Text Example
Text Example
White with #A32AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32AEE; }
p { color: rgb(163,42,238); }
H1.HeaderClassName
{
color: #A32AEE;
}
.AnyTagClassName
{
color: #A32AEE;
}
</style>
background-color css
<style>
a { background-color: #A32AEE; }
a { background-color: rgb(163,42,238); }
div.DivClassName
{
background-color: #A32AEE;
}
.BgClassName
{
background-color: #A32AEE;
}
</style>
border-color css
<style>
span { border-color: #A32AEE; }
span { border-color: rgb(163,42,238); }
td.TdClassName
{
border-color: #A32AEE;
}
.TagClassName
{
border-color: #A32AEE;
}
</style>