Shades of Blue Violet #A33FEB
Tints of Blue Violet #A33FEB
RGB
CMYK
RGB Variations
Color information
#A33FEB (or 0xA33FEB) is known color: Blue Violet. HEX triplet: A3, 3F and EB. RGB value is (163,63,235). Sum of RGB (Red+Green+Blue) = 163+63+235=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #A33FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33FEB is #5CC014. Grayscale: #6F6F6F. Windows color (decimal): -6078485 or 15417251. OLE color: 15417251.
HSL color Cylindrical-coordinate representation of color #A33FEB: hue angle of 274.88º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A33FEB is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 63 | 235 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.08 |
| HSL | 274.88º | 0.81% | 0.58% | - |
| HSV(B) | 274.88º | 0.73% | 0.92% | - |
| XYZ | 31.88 | 17.34 | 80.26 | - |
| YUV | 112.51 | 197.13 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 235 | 0.31 | 0.73 | 0 | 0.08 | 274.88 | 0.81 | 0.58 |
| Hex | A3 | 3F | EB | 1F | 49 | 0 | 8 | 113 | 51 | 3A |
| Octal | 243 | 77 | 353 | 37 | 111 | 0 | 10 | 423 | 121 | 72 |
| Binary | 10100011 | 111111 | 11101011 | 11111 | 1001001 | 0 | 1000 | 100010011 | 1010001 | 111010 |
Color Harmonies of #A33FEB
Complementary color
Monochromatic Colors of #A33FEB
Black with #A33FEB
Text Example
Text Example
White with #A33FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FEB; }
p { color: rgb(163,63,235); }
H1.HeaderClassName
{
color: #A33FEB;
}
.AnyTagClassName
{
color: #A33FEB;
}
</style>
background-color css
<style>
a { background-color: #A33FEB; }
a { background-color: rgb(163,63,235); }
div.DivClassName
{
background-color: #A33FEB;
}
.BgClassName
{
background-color: #A33FEB;
}
</style>
border-color css
<style>
span { border-color: #A33FEB; }
span { border-color: rgb(163,63,235); }
td.TdClassName
{
border-color: #A33FEB;
}
.TagClassName
{
border-color: #A33FEB;
}
</style>