Shades of Blue Violet #A547EC
Tints of Blue Violet #A547EC
RGB
CMYK
RGB Variations
Color information
#A547EC (or 0xA547EC) is known color: Blue Violet. HEX triplet: A5, 47 and EC. RGB value is (165,71,236). Sum of RGB (Red+Green+Blue) = 165+71+236=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #A547EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A547EC is #5AB813. Grayscale: #757575. Windows color (decimal): -5945364 or 15484837. OLE color: 15484837.
HSL color Cylindrical-coordinate representation of color #A547EC: hue angle of 274.18º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A547EC is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 71 | 236 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.07 |
| HSL | 274.18º | 0.81% | 0.6% | - |
| HSV(B) | 274.18º | 0.7% | 0.93% | - |
| XYZ | 32.91 | 18.56 | 81.21 | - |
| YUV | 117.92 | 194.64 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 71 | 236 | 0.30 | 0.70 | 0 | 0.07 | 274.18 | 0.81 | 0.6 |
| Hex | A5 | 47 | EC | 1E | 46 | 0 | 7 | 112 | 51 | 3C |
| Octal | 245 | 107 | 354 | 36 | 106 | 0 | 7 | 422 | 121 | 74 |
| Binary | 10100101 | 1000111 | 11101100 | 11110 | 1000110 | 0 | 111 | 100010010 | 1010001 | 111100 |
Color Harmonies of #A547EC
Complementary color
Monochromatic Colors of #A547EC
Black with #A547EC
Text Example
Text Example
White with #A547EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A547EC; }
p { color: rgb(165,71,236); }
H1.HeaderClassName
{
color: #A547EC;
}
.AnyTagClassName
{
color: #A547EC;
}
</style>
background-color css
<style>
a { background-color: #A547EC; }
a { background-color: rgb(165,71,236); }
div.DivClassName
{
background-color: #A547EC;
}
.BgClassName
{
background-color: #A547EC;
}
</style>
border-color css
<style>
span { border-color: #A547EC; }
span { border-color: rgb(165,71,236); }
td.TdClassName
{
border-color: #A547EC;
}
.TagClassName
{
border-color: #A547EC;
}
</style>