Shades of Blue Violet #A33BEC
Tints of Blue Violet #A33BEC
RGB
CMYK
RGB Variations
Color information
#A33BEC (or 0xA33BEC) is known color: Blue Violet. HEX triplet: A3, 3B and EC. RGB value is (163,59,236). Sum of RGB (Red+Green+Blue) = 163+59+236=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #A33BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33BEC is #5CC413. Grayscale: #6D6D6D. Windows color (decimal): -6079508 or 15481763. OLE color: 15481763.
HSL color Cylindrical-coordinate representation of color #A33BEC: hue angle of 275.25º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A33BEC is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 59 | 236 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.07 |
| HSL | 275.25º | 0.82% | 0.58% | - |
| HSV(B) | 275.25º | 0.75% | 0.93% | - |
| XYZ | 31.81 | 16.97 | 80.96 | - |
| YUV | 110.27 | 198.96 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 236 | 0.31 | 0.75 | 0 | 0.07 | 275.25 | 0.82 | 0.58 |
| Hex | A3 | 3B | EC | 1F | 4B | 0 | 7 | 113 | 52 | 3A |
| Octal | 243 | 73 | 354 | 37 | 113 | 0 | 7 | 423 | 122 | 72 |
| Binary | 10100011 | 111011 | 11101100 | 11111 | 1001011 | 0 | 111 | 100010011 | 1010010 | 111010 |
Color Harmonies of #A33BEC
Complementary color
Monochromatic Colors of #A33BEC
Black with #A33BEC
Text Example
Text Example
White with #A33BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33BEC; }
p { color: rgb(163,59,236); }
H1.HeaderClassName
{
color: #A33BEC;
}
.AnyTagClassName
{
color: #A33BEC;
}
</style>
background-color css
<style>
a { background-color: #A33BEC; }
a { background-color: rgb(163,59,236); }
div.DivClassName
{
background-color: #A33BEC;
}
.BgClassName
{
background-color: #A33BEC;
}
</style>
border-color css
<style>
span { border-color: #A33BEC; }
span { border-color: rgb(163,59,236); }
td.TdClassName
{
border-color: #A33BEC;
}
.TagClassName
{
border-color: #A33BEC;
}
</style>