Shades of Blue Violet #A53EEC
Tints of Blue Violet #A53EEC
RGB
CMYK
RGB Variations
Color information
#A53EEC (or 0xA53EEC) is known color: Blue Violet. HEX triplet: A5, 3E and EC. RGB value is (165,62,236). Sum of RGB (Red+Green+Blue) = 165+62+236=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #A53EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53EEC is #5AC113. Grayscale: #707070. Windows color (decimal): -5947668 or 15482533. OLE color: 15482533.
HSL color Cylindrical-coordinate representation of color #A53EEC: hue angle of 275.52º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A53EEC is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 62 | 236 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.07 |
| HSL | 275.52º | 0.82% | 0.58% | - |
| HSV(B) | 275.52º | 0.74% | 0.93% | - |
| XYZ | 32.38 | 17.5 | 81.03 | - |
| YUV | 112.63 | 197.62 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 62 | 236 | 0.30 | 0.74 | 0 | 0.07 | 275.52 | 0.82 | 0.58 |
| Hex | A5 | 3E | EC | 1E | 4A | 0 | 7 | 114 | 52 | 3A |
| Octal | 245 | 76 | 354 | 36 | 112 | 0 | 7 | 424 | 122 | 72 |
| Binary | 10100101 | 111110 | 11101100 | 11110 | 1001010 | 0 | 111 | 100010100 | 1010010 | 111010 |
Color Harmonies of #A53EEC
Complementary color
Monochromatic Colors of #A53EEC
Black with #A53EEC
Text Example
Text Example
White with #A53EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53EEC; }
p { color: rgb(165,62,236); }
H1.HeaderClassName
{
color: #A53EEC;
}
.AnyTagClassName
{
color: #A53EEC;
}
</style>
background-color css
<style>
a { background-color: #A53EEC; }
a { background-color: rgb(165,62,236); }
div.DivClassName
{
background-color: #A53EEC;
}
.BgClassName
{
background-color: #A53EEC;
}
</style>
border-color css
<style>
span { border-color: #A53EEC; }
span { border-color: rgb(165,62,236); }
td.TdClassName
{
border-color: #A53EEC;
}
.TagClassName
{
border-color: #A53EEC;
}
</style>