Shades of Blue Violet #A335EC
Tints of Blue Violet #A335EC
RGB
CMYK
RGB Variations
Color information
#A335EC (or 0xA335EC) is known color: Blue Violet. HEX triplet: A3, 35 and EC. RGB value is (163,53,236). Sum of RGB (Red+Green+Blue) = 163+53+236=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #A335EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A335EC is #5CCA13. Grayscale: #6A6A6A. Windows color (decimal): -6081044 or 15480227. OLE color: 15480227.
HSL color Cylindrical-coordinate representation of color #A335EC: hue angle of 276.07º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A335EC is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 53 | 236 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.07 |
| HSL | 276.07º | 0.83% | 0.57% | - |
| HSV(B) | 276.07º | 0.78% | 0.93% | - |
| XYZ | 31.52 | 16.39 | 80.86 | - |
| YUV | 106.75 | 200.94 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 236 | 0.31 | 0.78 | 0 | 0.07 | 276.07 | 0.83 | 0.57 |
| Hex | A3 | 35 | EC | 1F | 4E | 0 | 7 | 114 | 53 | 39 |
| Octal | 243 | 65 | 354 | 37 | 116 | 0 | 7 | 424 | 123 | 71 |
| Binary | 10100011 | 110101 | 11101100 | 11111 | 1001110 | 0 | 111 | 100010100 | 1010011 | 111001 |
Color Harmonies of #A335EC
Complementary color
Monochromatic Colors of #A335EC
Black with #A335EC
Text Example
Text Example
White with #A335EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A335EC; }
p { color: rgb(163,53,236); }
H1.HeaderClassName
{
color: #A335EC;
}
.AnyTagClassName
{
color: #A335EC;
}
</style>
background-color css
<style>
a { background-color: #A335EC; }
a { background-color: rgb(163,53,236); }
div.DivClassName
{
background-color: #A335EC;
}
.BgClassName
{
background-color: #A335EC;
}
</style>
border-color css
<style>
span { border-color: #A335EC; }
span { border-color: rgb(163,53,236); }
td.TdClassName
{
border-color: #A335EC;
}
.TagClassName
{
border-color: #A335EC;
}
</style>