Shades of Blue Violet #A032EA
Tints of Blue Violet #A032EA
RGB
CMYK
RGB Variations
Color information
#A032EA (or 0xA032EA) is known color: Blue Violet. HEX triplet: A0, 32 and EA. RGB value is (160,50,234). Sum of RGB (Red+Green+Blue) = 160+50+234=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #A032EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A032EA is #5FCD15. Grayscale: #676767. Windows color (decimal): -6278422 or 15348384. OLE color: 15348384.
HSL color Cylindrical-coordinate representation of color #A032EA: hue angle of 275.87º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A032EA is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 50 | 234 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.08 |
| HSL | 275.87º | 0.81% | 0.56% | - |
| HSV(B) | 275.87º | 0.79% | 0.92% | - |
| XYZ | 30.49 | 15.7 | 79.26 | - |
| YUV | 103.87 | 201.44 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 234 | 0.32 | 0.79 | 0 | 0.08 | 275.87 | 0.81 | 0.56 |
| Hex | A0 | 32 | EA | 20 | 4F | 0 | 8 | 114 | 51 | 38 |
| Octal | 240 | 62 | 352 | 40 | 117 | 0 | 10 | 424 | 121 | 70 |
| Binary | 10100000 | 110010 | 11101010 | 100000 | 1001111 | 0 | 1000 | 100010100 | 1010001 | 111000 |
Color Harmonies of #A032EA
Complementary color
Monochromatic Colors of #A032EA
Black with #A032EA
Text Example
Text Example
White with #A032EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A032EA; }
p { color: rgb(160,50,234); }
H1.HeaderClassName
{
color: #A032EA;
}
.AnyTagClassName
{
color: #A032EA;
}
</style>
background-color css
<style>
a { background-color: #A032EA; }
a { background-color: rgb(160,50,234); }
div.DivClassName
{
background-color: #A032EA;
}
.BgClassName
{
background-color: #A032EA;
}
</style>
border-color css
<style>
span { border-color: #A032EA; }
span { border-color: rgb(160,50,234); }
td.TdClassName
{
border-color: #A032EA;
}
.TagClassName
{
border-color: #A032EA;
}
</style>