Shades of Blue Violet #A032ED
Tints of Blue Violet #A032ED
RGB
CMYK
RGB Variations
Color information
#A032ED (or 0xA032ED) is known color: Blue Violet. HEX triplet: A0, 32 and ED. RGB value is (160,50,237). Sum of RGB (Red+Green+Blue) = 160+50+237=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #A032ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A032ED is #5FCD12. Grayscale: #676767. Windows color (decimal): -6278419 or 15544992. OLE color: 15544992.
HSL color Cylindrical-coordinate representation of color #A032ED: hue angle of 275.29º 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 #A032ED is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 50 | 237 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.07 |
| HSL | 275.29º | 0.84% | 0.56% | - |
| HSV(B) | 275.29º | 0.79% | 0.93% | - |
| XYZ | 30.92 | 15.87 | 81.55 | - |
| YUV | 104.21 | 202.94 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 237 | 0.32 | 0.79 | 0 | 0.07 | 275.29 | 0.84 | 0.56 |
| Hex | A0 | 32 | ED | 20 | 4F | 0 | 7 | 113 | 54 | 38 |
| Octal | 240 | 62 | 355 | 40 | 117 | 0 | 7 | 423 | 124 | 70 |
| Binary | 10100000 | 110010 | 11101101 | 100000 | 1001111 | 0 | 111 | 100010011 | 1010100 | 111000 |
Color Harmonies of #A032ED
Complementary color
Monochromatic Colors of #A032ED
Black with #A032ED
Text Example
Text Example
White with #A032ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A032ED; }
p { color: rgb(160,50,237); }
H1.HeaderClassName
{
color: #A032ED;
}
.AnyTagClassName
{
color: #A032ED;
}
</style>
background-color css
<style>
a { background-color: #A032ED; }
a { background-color: rgb(160,50,237); }
div.DivClassName
{
background-color: #A032ED;
}
.BgClassName
{
background-color: #A032ED;
}
</style>
border-color css
<style>
span { border-color: #A032ED; }
span { border-color: rgb(160,50,237); }
td.TdClassName
{
border-color: #A032ED;
}
.TagClassName
{
border-color: #A032ED;
}
</style>