Shades of Blue Violet #A132ED
Tints of Blue Violet #A132ED
RGB
CMYK
RGB Variations
Color information
#A132ED (or 0xA132ED) is known color: Blue Violet. HEX triplet: A1, 32 and ED. RGB value is (161,50,237). Sum of RGB (Red+Green+Blue) = 161+50+237=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #A132ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A132ED is #5ECD12. Grayscale: #676767. Windows color (decimal): -6212883 or 15544993. OLE color: 15544993.
HSL color Cylindrical-coordinate representation of color #A132ED: hue angle of 275.61º 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 #A132ED is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 50 | 237 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.07 |
| HSL | 275.62º | 0.84% | 0.56% | - |
| HSV(B) | 275.62º | 0.79% | 0.93% | - |
| XYZ | 31.12 | 15.97 | 81.56 | - |
| YUV | 104.51 | 202.77 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 237 | 0.32 | 0.79 | 0 | 0.07 | 275.62 | 0.84 | 0.56 |
| Hex | A1 | 32 | ED | 20 | 4F | 0 | 7 | 114 | 54 | 38 |
| Octal | 241 | 62 | 355 | 40 | 117 | 0 | 7 | 424 | 124 | 70 |
| Binary | 10100001 | 110010 | 11101101 | 100000 | 1001111 | 0 | 111 | 100010100 | 1010100 | 111000 |
Color Harmonies of #A132ED
Complementary color
Monochromatic Colors of #A132ED
Black with #A132ED
Text Example
Text Example
White with #A132ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A132ED; }
p { color: rgb(161,50,237); }
H1.HeaderClassName
{
color: #A132ED;
}
.AnyTagClassName
{
color: #A132ED;
}
</style>
background-color css
<style>
a { background-color: #A132ED; }
a { background-color: rgb(161,50,237); }
div.DivClassName
{
background-color: #A132ED;
}
.BgClassName
{
background-color: #A132ED;
}
</style>
border-color css
<style>
span { border-color: #A132ED; }
span { border-color: rgb(161,50,237); }
td.TdClassName
{
border-color: #A132ED;
}
.TagClassName
{
border-color: #A132ED;
}
</style>