Shades of Blue Violet #A544EC
Tints of Blue Violet #A544EC
RGB
CMYK
RGB Variations
Color information
#A544EC (or 0xA544EC) is known color: Blue Violet. HEX triplet: A5, 44 and EC. RGB value is (165,68,236). Sum of RGB (Red+Green+Blue) = 165+68+236=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #A544EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A544EC is #5ABB13. Grayscale: #737373. Windows color (decimal): -5946132 or 15484069. OLE color: 15484069.
HSL color Cylindrical-coordinate representation of color #A544EC: hue angle of 274.64º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A544EC is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 68 | 236 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.07 |
| HSL | 274.64º | 0.82% | 0.6% | - |
| HSV(B) | 274.64º | 0.71% | 0.93% | - |
| XYZ | 32.72 | 18.19 | 81.14 | - |
| YUV | 116.16 | 195.64 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 68 | 236 | 0.30 | 0.71 | 0 | 0.07 | 274.64 | 0.82 | 0.6 |
| Hex | A5 | 44 | EC | 1E | 47 | 0 | 7 | 113 | 52 | 3C |
| Octal | 245 | 104 | 354 | 36 | 107 | 0 | 7 | 423 | 122 | 74 |
| Binary | 10100101 | 1000100 | 11101100 | 11110 | 1000111 | 0 | 111 | 100010011 | 1010010 | 111100 |
Color Harmonies of #A544EC
Complementary color
Monochromatic Colors of #A544EC
Black with #A544EC
Text Example
Text Example
White with #A544EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A544EC; }
p { color: rgb(165,68,236); }
H1.HeaderClassName
{
color: #A544EC;
}
.AnyTagClassName
{
color: #A544EC;
}
</style>
background-color css
<style>
a { background-color: #A544EC; }
a { background-color: rgb(165,68,236); }
div.DivClassName
{
background-color: #A544EC;
}
.BgClassName
{
background-color: #A544EC;
}
</style>
border-color css
<style>
span { border-color: #A544EC; }
span { border-color: rgb(165,68,236); }
td.TdClassName
{
border-color: #A544EC;
}
.TagClassName
{
border-color: #A544EC;
}
</style>