Shades of Blue Violet #A332ED
Tints of Blue Violet #A332ED
RGB
CMYK
RGB Variations
Color information
#A332ED (or 0xA332ED) is known color: Blue Violet. HEX triplet: A3, 32 and ED. RGB value is (163,50,237). Sum of RGB (Red+Green+Blue) = 163+50+237=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #A332ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A332ED is #5CCD12. Grayscale: #686868. Windows color (decimal): -6081811 or 15544995. OLE color: 15544995.
HSL color Cylindrical-coordinate representation of color #A332ED: hue angle of 276.26º degrees, saturation: 0.84, 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 #A332ED is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 50 | 237 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.07 |
| HSL | 276.26º | 0.84% | 0.56% | - |
| HSV(B) | 276.26º | 0.79% | 0.93% | - |
| XYZ | 31.53 | 16.18 | 81.58 | - |
| YUV | 105.11 | 202.44 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 237 | 0.31 | 0.79 | 0 | 0.07 | 276.26 | 0.84 | 0.56 |
| Hex | A3 | 32 | ED | 1F | 4F | 0 | 7 | 114 | 54 | 38 |
| Octal | 243 | 62 | 355 | 37 | 117 | 0 | 7 | 424 | 124 | 70 |
| Binary | 10100011 | 110010 | 11101101 | 11111 | 1001111 | 0 | 111 | 100010100 | 1010100 | 111000 |
Color Harmonies of #A332ED
Complementary color
Monochromatic Colors of #A332ED
Black with #A332ED
Text Example
Text Example
White with #A332ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A332ED; }
p { color: rgb(163,50,237); }
H1.HeaderClassName
{
color: #A332ED;
}
.AnyTagClassName
{
color: #A332ED;
}
</style>
background-color css
<style>
a { background-color: #A332ED; }
a { background-color: rgb(163,50,237); }
div.DivClassName
{
background-color: #A332ED;
}
.BgClassName
{
background-color: #A332ED;
}
</style>
border-color css
<style>
span { border-color: #A332ED; }
span { border-color: rgb(163,50,237); }
td.TdClassName
{
border-color: #A332ED;
}
.TagClassName
{
border-color: #A332ED;
}
</style>