Shades of Blue Violet #A244EC
Tints of Blue Violet #A244EC
RGB
CMYK
RGB Variations
Color information
#A244EC (or 0xA244EC) is known color: Blue Violet. HEX triplet: A2, 44 and EC. RGB value is (162,68,236). Sum of RGB (Red+Green+Blue) = 162+68+236=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #A244EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A244EC is #5DBB13. Grayscale: #727272. Windows color (decimal): -6142740 or 15484066. OLE color: 15484066.
HSL color Cylindrical-coordinate representation of color #A244EC: hue angle of 273.57º 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 #A244EC is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 68 | 236 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.07 |
| HSL | 273.57º | 0.82% | 0.6% | - |
| HSV(B) | 273.57º | 0.71% | 0.93% | - |
| XYZ | 32.11 | 17.87 | 81.11 | - |
| YUV | 115.26 | 196.14 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 68 | 236 | 0.31 | 0.71 | 0 | 0.07 | 273.57 | 0.82 | 0.6 |
| Hex | A2 | 44 | EC | 1F | 47 | 0 | 7 | 112 | 52 | 3C |
| Octal | 242 | 104 | 354 | 37 | 107 | 0 | 7 | 422 | 122 | 74 |
| Binary | 10100010 | 1000100 | 11101100 | 11111 | 1000111 | 0 | 111 | 100010010 | 1010010 | 111100 |
Color Harmonies of #A244EC
Complementary color
Monochromatic Colors of #A244EC
Black with #A244EC
Text Example
Text Example
White with #A244EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A244EC; }
p { color: rgb(162,68,236); }
H1.HeaderClassName
{
color: #A244EC;
}
.AnyTagClassName
{
color: #A244EC;
}
</style>
background-color css
<style>
a { background-color: #A244EC; }
a { background-color: rgb(162,68,236); }
div.DivClassName
{
background-color: #A244EC;
}
.BgClassName
{
background-color: #A244EC;
}
</style>
border-color css
<style>
span { border-color: #A244EC; }
span { border-color: rgb(162,68,236); }
td.TdClassName
{
border-color: #A244EC;
}
.TagClassName
{
border-color: #A244EC;
}
</style>