Shades of Blue Violet #A032EF
Tints of Blue Violet #A032EF
RGB
CMYK
RGB Variations
Color information
#A032EF (or 0xA032EF) is known color: Blue Violet. HEX triplet: A0, 32 and EF. RGB value is (160,50,239). Sum of RGB (Red+Green+Blue) = 160+50+239=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #A032EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A032EF is #5FCD10. Grayscale: #676767. Windows color (decimal): -6278417 or 15676064. OLE color: 15676064.
HSL color Cylindrical-coordinate representation of color #A032EF: hue angle of 274.92º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A032EF is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 50 | 239 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.06 |
| HSL | 274.92º | 0.86% | 0.57% | - |
| HSV(B) | 274.92º | 0.79% | 0.94% | - |
| XYZ | 31.22 | 15.99 | 83.1 | - |
| YUV | 104.44 | 203.94 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 239 | 0.33 | 0.79 | 0 | 0.06 | 274.92 | 0.86 | 0.57 |
| Hex | A0 | 32 | EF | 21 | 4F | 0 | 6 | 113 | 56 | 39 |
| Octal | 240 | 62 | 357 | 41 | 117 | 0 | 6 | 423 | 126 | 71 |
| Binary | 10100000 | 110010 | 11101111 | 100001 | 1001111 | 0 | 110 | 100010011 | 1010110 | 111001 |
Color Harmonies of #A032EF
Complementary color
Monochromatic Colors of #A032EF
Black with #A032EF
Text Example
Text Example
White with #A032EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A032EF; }
p { color: rgb(160,50,239); }
H1.HeaderClassName
{
color: #A032EF;
}
.AnyTagClassName
{
color: #A032EF;
}
</style>
background-color css
<style>
a { background-color: #A032EF; }
a { background-color: rgb(160,50,239); }
div.DivClassName
{
background-color: #A032EF;
}
.BgClassName
{
background-color: #A032EF;
}
</style>
border-color css
<style>
span { border-color: #A032EF; }
span { border-color: rgb(160,50,239); }
td.TdClassName
{
border-color: #A032EF;
}
.TagClassName
{
border-color: #A032EF;
}
</style>