Shades of Blue Violet #A033E5
Tints of Blue Violet #A033E5
RGB
CMYK
RGB Variations
Color information
#A033E5 (or 0xA033E5) is known color: Blue Violet. HEX triplet: A0, 33 and E5. RGB value is (160,51,229). Sum of RGB (Red+Green+Blue) = 160+51+229=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #A033E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A033E5 is #5FCC1A. Grayscale: #676767. Windows color (decimal): -6278171 or 15020960. OLE color: 15020960.
HSL color Cylindrical-coordinate representation of color #A033E5: hue angle of 276.74º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A033E5 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 51 | 229 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.10 |
| HSL | 276.74º | 0.77% | 0.55% | - |
| HSV(B) | 276.74º | 0.78% | 0.9% | - |
| XYZ | 29.82 | 15.5 | 75.55 | - |
| YUV | 103.88 | 198.61 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 229 | 0.30 | 0.78 | 0 | 0.10 | 276.74 | 0.77 | 0.55 |
| Hex | A0 | 33 | E5 | 1E | 4E | 0 | A | 115 | 4D | 37 |
| Octal | 240 | 63 | 345 | 36 | 116 | 0 | 12 | 425 | 115 | 67 |
| Binary | 10100000 | 110011 | 11100101 | 11110 | 1001110 | 0 | 1010 | 100010101 | 1001101 | 110111 |
Color Harmonies of #A033E5
Complementary color
Monochromatic Colors of #A033E5
Black with #A033E5
Text Example
Text Example
White with #A033E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A033E5; }
p { color: rgb(160,51,229); }
H1.HeaderClassName
{
color: #A033E5;
}
.AnyTagClassName
{
color: #A033E5;
}
</style>
background-color css
<style>
a { background-color: #A033E5; }
a { background-color: rgb(160,51,229); }
div.DivClassName
{
background-color: #A033E5;
}
.BgClassName
{
background-color: #A033E5;
}
</style>
border-color css
<style>
span { border-color: #A033E5; }
span { border-color: rgb(160,51,229); }
td.TdClassName
{
border-color: #A033E5;
}
.TagClassName
{
border-color: #A033E5;
}
</style>