Shades of Blue Violet #A32EED
Tints of Blue Violet #A32EED
RGB
CMYK
RGB Variations
Color information
#A32EED (or 0xA32EED) is known color: Blue Violet. HEX triplet: A3, 2E and ED. RGB value is (163,46,237). Sum of RGB (Red+Green+Blue) = 163+46+237=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #A32EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32EED is #5CD112. Grayscale: #666666. Windows color (decimal): -6082835 or 15543971. OLE color: 15543971.
HSL color Cylindrical-coordinate representation of color #A32EED: hue angle of 276.75º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A32EED is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 46 | 237 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.07 |
| HSL | 276.75º | 0.84% | 0.55% | - |
| HSV(B) | 276.75º | 0.81% | 0.93% | - |
| XYZ | 31.37 | 15.85 | 81.53 | - |
| YUV | 102.76 | 203.76 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 237 | 0.31 | 0.81 | 0 | 0.07 | 276.75 | 0.84 | 0.55 |
| Hex | A3 | 2E | ED | 1F | 51 | 0 | 7 | 115 | 54 | 37 |
| Octal | 243 | 56 | 355 | 37 | 121 | 0 | 7 | 425 | 124 | 67 |
| Binary | 10100011 | 101110 | 11101101 | 11111 | 1010001 | 0 | 111 | 100010101 | 1010100 | 110111 |
Color Harmonies of #A32EED
Complementary color
Monochromatic Colors of #A32EED
Black with #A32EED
Text Example
Text Example
White with #A32EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32EED; }
p { color: rgb(163,46,237); }
H1.HeaderClassName
{
color: #A32EED;
}
.AnyTagClassName
{
color: #A32EED;
}
</style>
background-color css
<style>
a { background-color: #A32EED; }
a { background-color: rgb(163,46,237); }
div.DivClassName
{
background-color: #A32EED;
}
.BgClassName
{
background-color: #A32EED;
}
</style>
border-color css
<style>
span { border-color: #A32EED; }
span { border-color: rgb(163,46,237); }
td.TdClassName
{
border-color: #A32EED;
}
.TagClassName
{
border-color: #A32EED;
}
</style>