Shades of Blue Violet #A32CED
Tints of Blue Violet #A32CED
RGB
CMYK
RGB Variations
Color information
#A32CED (or 0xA32CED) is known color: Blue Violet. HEX triplet: A3, 2C and ED. RGB value is (163,44,237). Sum of RGB (Red+Green+Blue) = 163+44+237=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #A32CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32CED is #5CD312. Grayscale: #646464. Windows color (decimal): -6083347 or 15543459. OLE color: 15543459.
HSL color Cylindrical-coordinate representation of color #A32CED: hue angle of 276.99º 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 #A32CED is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 44 | 237 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.07 |
| HSL | 276.99º | 0.84% | 0.55% | - |
| HSV(B) | 276.99º | 0.81% | 0.93% | - |
| XYZ | 31.29 | 15.7 | 81.5 | - |
| YUV | 101.58 | 204.42 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 237 | 0.31 | 0.81 | 0 | 0.07 | 276.99 | 0.84 | 0.55 |
| Hex | A3 | 2C | ED | 1F | 51 | 0 | 7 | 115 | 54 | 37 |
| Octal | 243 | 54 | 355 | 37 | 121 | 0 | 7 | 425 | 124 | 67 |
| Binary | 10100011 | 101100 | 11101101 | 11111 | 1010001 | 0 | 111 | 100010101 | 1010100 | 110111 |
Color Harmonies of #A32CED
Complementary color
Monochromatic Colors of #A32CED
Black with #A32CED
Text Example
Text Example
White with #A32CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CED; }
p { color: rgb(163,44,237); }
H1.HeaderClassName
{
color: #A32CED;
}
.AnyTagClassName
{
color: #A32CED;
}
</style>
background-color css
<style>
a { background-color: #A32CED; }
a { background-color: rgb(163,44,237); }
div.DivClassName
{
background-color: #A32CED;
}
.BgClassName
{
background-color: #A32CED;
}
</style>
border-color css
<style>
span { border-color: #A32CED; }
span { border-color: rgb(163,44,237); }
td.TdClassName
{
border-color: #A32CED;
}
.TagClassName
{
border-color: #A32CED;
}
</style>