Shades of Blue Violet #A033EF
Tints of Blue Violet #A033EF
RGB
CMYK
RGB Variations
Color information
#A033EF (or 0xA033EF) is known color: Blue Violet. HEX triplet: A0, 33 and EF. RGB value is (160,51,239). Sum of RGB (Red+Green+Blue) = 160+51+239=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #A033EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A033EF is #5FCC10. Grayscale: #686868. Windows color (decimal): -6278161 or 15676320. OLE color: 15676320.
HSL color Cylindrical-coordinate representation of color #A033EF: hue angle of 274.79º degrees, saturation: 0.85, 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 #A033EF is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 51 | 239 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.06 |
| HSL | 274.79º | 0.85% | 0.57% | - |
| HSV(B) | 274.79º | 0.79% | 0.94% | - |
| XYZ | 31.26 | 16.07 | 83.12 | - |
| YUV | 105.02 | 203.61 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 239 | 0.33 | 0.79 | 0 | 0.06 | 274.79 | 0.85 | 0.57 |
| Hex | A0 | 33 | EF | 21 | 4F | 0 | 6 | 113 | 55 | 39 |
| Octal | 240 | 63 | 357 | 41 | 117 | 0 | 6 | 423 | 125 | 71 |
| Binary | 10100000 | 110011 | 11101111 | 100001 | 1001111 | 0 | 110 | 100010011 | 1010101 | 111001 |
Color Harmonies of #A033EF
Complementary color
Monochromatic Colors of #A033EF
Black with #A033EF
Text Example
Text Example
White with #A033EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A033EF; }
p { color: rgb(160,51,239); }
H1.HeaderClassName
{
color: #A033EF;
}
.AnyTagClassName
{
color: #A033EF;
}
</style>
background-color css
<style>
a { background-color: #A033EF; }
a { background-color: rgb(160,51,239); }
div.DivClassName
{
background-color: #A033EF;
}
.BgClassName
{
background-color: #A033EF;
}
</style>
border-color css
<style>
span { border-color: #A033EF; }
span { border-color: rgb(160,51,239); }
td.TdClassName
{
border-color: #A033EF;
}
.TagClassName
{
border-color: #A033EF;
}
</style>