Shades of Blue Violet #A033EA
Tints of Blue Violet #A033EA
RGB
CMYK
RGB Variations
Color information
#A033EA (or 0xA033EA) is known color: Blue Violet. HEX triplet: A0, 33 and EA. RGB value is (160,51,234). Sum of RGB (Red+Green+Blue) = 160+51+234=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #A033EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A033EA is #5FCC15. Grayscale: #676767. Windows color (decimal): -6278166 or 15348640. OLE color: 15348640.
HSL color Cylindrical-coordinate representation of color #A033EA: hue angle of 275.74º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A033EA is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 51 | 234 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.08 |
| HSL | 275.74º | 0.81% | 0.56% | - |
| HSV(B) | 275.74º | 0.78% | 0.92% | - |
| XYZ | 30.53 | 15.78 | 79.28 | - |
| YUV | 104.45 | 201.11 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 234 | 0.32 | 0.78 | 0 | 0.08 | 275.74 | 0.81 | 0.56 |
| Hex | A0 | 33 | EA | 20 | 4E | 0 | 8 | 114 | 51 | 38 |
| Octal | 240 | 63 | 352 | 40 | 116 | 0 | 10 | 424 | 121 | 70 |
| Binary | 10100000 | 110011 | 11101010 | 100000 | 1001110 | 0 | 1000 | 100010100 | 1010001 | 111000 |
Color Harmonies of #A033EA
Complementary color
Monochromatic Colors of #A033EA
Black with #A033EA
Text Example
Text Example
White with #A033EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A033EA; }
p { color: rgb(160,51,234); }
H1.HeaderClassName
{
color: #A033EA;
}
.AnyTagClassName
{
color: #A033EA;
}
</style>
background-color css
<style>
a { background-color: #A033EA; }
a { background-color: rgb(160,51,234); }
div.DivClassName
{
background-color: #A033EA;
}
.BgClassName
{
background-color: #A033EA;
}
</style>
border-color css
<style>
span { border-color: #A033EA; }
span { border-color: rgb(160,51,234); }
td.TdClassName
{
border-color: #A033EA;
}
.TagClassName
{
border-color: #A033EA;
}
</style>