Shades of Blue Violet #A536EC
Tints of Blue Violet #A536EC
RGB
CMYK
RGB Variations
Color information
#A536EC (or 0xA536EC) is known color: Blue Violet. HEX triplet: A5, 36 and EC. RGB value is (165,54,236). Sum of RGB (Red+Green+Blue) = 165+54+236=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #A536EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A536EC is #5AC913. Grayscale: #6B6B6B. Windows color (decimal): -5949716 or 15480485. OLE color: 15480485.
HSL color Cylindrical-coordinate representation of color #A536EC: hue angle of 276.59º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A536EC is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 54 | 236 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.07 |
| HSL | 276.59º | 0.83% | 0.57% | - |
| HSV(B) | 276.59º | 0.77% | 0.93% | - |
| XYZ | 31.98 | 16.69 | 80.89 | - |
| YUV | 107.94 | 200.27 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 54 | 236 | 0.30 | 0.77 | 0 | 0.07 | 276.59 | 0.83 | 0.57 |
| Hex | A5 | 36 | EC | 1E | 4D | 0 | 7 | 115 | 53 | 39 |
| Octal | 245 | 66 | 354 | 36 | 115 | 0 | 7 | 425 | 123 | 71 |
| Binary | 10100101 | 110110 | 11101100 | 11110 | 1001101 | 0 | 111 | 100010101 | 1010011 | 111001 |
Color Harmonies of #A536EC
Complementary color
Monochromatic Colors of #A536EC
Black with #A536EC
Text Example
Text Example
White with #A536EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A536EC; }
p { color: rgb(165,54,236); }
H1.HeaderClassName
{
color: #A536EC;
}
.AnyTagClassName
{
color: #A536EC;
}
</style>
background-color css
<style>
a { background-color: #A536EC; }
a { background-color: rgb(165,54,236); }
div.DivClassName
{
background-color: #A536EC;
}
.BgClassName
{
background-color: #A536EC;
}
</style>
border-color css
<style>
span { border-color: #A536EC; }
span { border-color: rgb(165,54,236); }
td.TdClassName
{
border-color: #A536EC;
}
.TagClassName
{
border-color: #A536EC;
}
</style>