Shades of Blue Violet #A033ED
Tints of Blue Violet #A033ED
RGB
CMYK
RGB Variations
Color information
#A033ED (or 0xA033ED) is known color: Blue Violet. HEX triplet: A0, 33 and ED. RGB value is (160,51,237). Sum of RGB (Red+Green+Blue) = 160+51+237=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #A033ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A033ED is #5FCC12. Grayscale: #686868. Windows color (decimal): -6278163 or 15545248. OLE color: 15545248.
HSL color Cylindrical-coordinate representation of color #A033ED: hue angle of 275.16º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A033ED is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 51 | 237 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.07 |
| HSL | 275.16º | 0.84% | 0.56% | - |
| HSV(B) | 275.16º | 0.78% | 0.93% | - |
| XYZ | 30.97 | 15.96 | 81.57 | - |
| YUV | 104.8 | 202.61 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 237 | 0.32 | 0.78 | 0 | 0.07 | 275.16 | 0.84 | 0.56 |
| Hex | A0 | 33 | ED | 20 | 4E | 0 | 7 | 113 | 54 | 38 |
| Octal | 240 | 63 | 355 | 40 | 116 | 0 | 7 | 423 | 124 | 70 |
| Binary | 10100000 | 110011 | 11101101 | 100000 | 1001110 | 0 | 111 | 100010011 | 1010100 | 111000 |
Color Harmonies of #A033ED
Complementary color
Monochromatic Colors of #A033ED
Black with #A033ED
Text Example
Text Example
White with #A033ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A033ED; }
p { color: rgb(160,51,237); }
H1.HeaderClassName
{
color: #A033ED;
}
.AnyTagClassName
{
color: #A033ED;
}
</style>
background-color css
<style>
a { background-color: #A033ED; }
a { background-color: rgb(160,51,237); }
div.DivClassName
{
background-color: #A033ED;
}
.BgClassName
{
background-color: #A033ED;
}
</style>
border-color css
<style>
span { border-color: #A033ED; }
span { border-color: rgb(160,51,237); }
td.TdClassName
{
border-color: #A033ED;
}
.TagClassName
{
border-color: #A033ED;
}
</style>