Shades of Blue Violet #A32DED
Tints of Blue Violet #A32DED
RGB
CMYK
RGB Variations
Color information
#A32DED (or 0xA32DED) is known color: Blue Violet. HEX triplet: A3, 2D and ED. RGB value is (163,45,237). Sum of RGB (Red+Green+Blue) = 163+45+237=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #A32DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32DED is #5CD212. Grayscale: #656565. Windows color (decimal): -6083091 or 15543715. OLE color: 15543715.
HSL color Cylindrical-coordinate representation of color #A32DED: hue angle of 276.88º 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 #A32DED is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 45 | 237 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.07 |
| HSL | 276.88º | 0.84% | 0.55% | - |
| HSV(B) | 276.88º | 0.81% | 0.93% | - |
| XYZ | 31.33 | 15.78 | 81.51 | - |
| YUV | 102.17 | 204.09 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 237 | 0.31 | 0.81 | 0 | 0.07 | 276.88 | 0.84 | 0.55 |
| Hex | A3 | 2D | ED | 1F | 51 | 0 | 7 | 115 | 54 | 37 |
| Octal | 243 | 55 | 355 | 37 | 121 | 0 | 7 | 425 | 124 | 67 |
| Binary | 10100011 | 101101 | 11101101 | 11111 | 1010001 | 0 | 111 | 100010101 | 1010100 | 110111 |
Color Harmonies of #A32DED
Complementary color
Monochromatic Colors of #A32DED
Black with #A32DED
Text Example
Text Example
White with #A32DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32DED; }
p { color: rgb(163,45,237); }
H1.HeaderClassName
{
color: #A32DED;
}
.AnyTagClassName
{
color: #A32DED;
}
</style>
background-color css
<style>
a { background-color: #A32DED; }
a { background-color: rgb(163,45,237); }
div.DivClassName
{
background-color: #A32DED;
}
.BgClassName
{
background-color: #A32DED;
}
</style>
border-color css
<style>
span { border-color: #A32DED; }
span { border-color: rgb(163,45,237); }
td.TdClassName
{
border-color: #A32DED;
}
.TagClassName
{
border-color: #A32DED;
}
</style>