Shades of Blue Violet #A033FE
Tints of Blue Violet #A033FE
RGB
CMYK
RGB Variations
Color information
#A033FE (or 0xA033FE) is known color: Blue Violet. HEX triplet: A0, 33 and FE. RGB value is (160,51,254). Sum of RGB (Red+Green+Blue) = 160+51+254=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #A033FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A033FE is #5FCC01. Grayscale: #6A6A6A. Windows color (decimal): -6278146 or 16659360. OLE color: 16659360.
HSL color Cylindrical-coordinate representation of color #A033FE: hue angle of 272.22º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A033FE is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 51 | 254 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.00 |
| HSL | 272.22º | 0.99% | 0.6% | - |
| HSV(B) | 272.22º | 0.8% | 1% | - |
| XYZ | 33.57 | 17 | 95.28 | - |
| YUV | 106.73 | 211.11 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 254 | 0.37 | 0.80 | 0 | 0.00 | 272.22 | 0.99 | 0.6 |
| Hex | A0 | 33 | FE | 25 | 50 | 0 | 0 | 110 | 63 | 3C |
| Octal | 240 | 63 | 376 | 45 | 120 | 0 | 0 | 420 | 143 | 74 |
| Binary | 10100000 | 110011 | 11111110 | 100101 | 1010000 | 0 | 0 | 100010000 | 1100011 | 111100 |
Color Harmonies of #A033FE
Complementary color
Monochromatic Colors of #A033FE
Black with #A033FE
Text Example
Text Example
White with #A033FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A033FE; }
p { color: rgb(160,51,254); }
H1.HeaderClassName
{
color: #A033FE;
}
.AnyTagClassName
{
color: #A033FE;
}
</style>
background-color css
<style>
a { background-color: #A033FE; }
a { background-color: rgb(160,51,254); }
div.DivClassName
{
background-color: #A033FE;
}
.BgClassName
{
background-color: #A033FE;
}
</style>
border-color css
<style>
span { border-color: #A033FE; }
span { border-color: rgb(160,51,254); }
td.TdClassName
{
border-color: #A033FE;
}
.TagClassName
{
border-color: #A033FE;
}
</style>