Shades of Blue Violet #A535EC
Tints of Blue Violet #A535EC
RGB
CMYK
RGB Variations
Color information
#A535EC (or 0xA535EC) is known color: Blue Violet. HEX triplet: A5, 35 and EC. RGB value is (165,53,236). Sum of RGB (Red+Green+Blue) = 165+53+236=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #A535EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A535EC is #5ACA13. Grayscale: #6A6A6A. Windows color (decimal): -5949972 or 15480229. OLE color: 15480229.
HSL color Cylindrical-coordinate representation of color #A535EC: hue angle of 276.72º 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 #A535EC is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 53 | 236 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.07 |
| HSL | 276.72º | 0.83% | 0.57% | - |
| HSV(B) | 276.72º | 0.78% | 0.93% | - |
| XYZ | 31.93 | 16.6 | 80.88 | - |
| YUV | 107.35 | 200.61 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 236 | 0.30 | 0.78 | 0 | 0.07 | 276.72 | 0.83 | 0.57 |
| Hex | A5 | 35 | EC | 1E | 4E | 0 | 7 | 115 | 53 | 39 |
| Octal | 245 | 65 | 354 | 36 | 116 | 0 | 7 | 425 | 123 | 71 |
| Binary | 10100101 | 110101 | 11101100 | 11110 | 1001110 | 0 | 111 | 100010101 | 1010011 | 111001 |
Color Harmonies of #A535EC
Complementary color
Monochromatic Colors of #A535EC
Black with #A535EC
Text Example
Text Example
White with #A535EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A535EC; }
p { color: rgb(165,53,236); }
H1.HeaderClassName
{
color: #A535EC;
}
.AnyTagClassName
{
color: #A535EC;
}
</style>
background-color css
<style>
a { background-color: #A535EC; }
a { background-color: rgb(165,53,236); }
div.DivClassName
{
background-color: #A535EC;
}
.BgClassName
{
background-color: #A535EC;
}
</style>
border-color css
<style>
span { border-color: #A535EC; }
span { border-color: rgb(165,53,236); }
td.TdClassName
{
border-color: #A535EC;
}
.TagClassName
{
border-color: #A535EC;
}
</style>