Shades of Blue Violet #A618EC
Tints of Blue Violet #A618EC
RGB
CMYK
RGB Variations
Color information
#A618EC (or 0xA618EC) is known color: Blue Violet. HEX triplet: A6, 18 and EC. RGB value is (166,24,236). Sum of RGB (Red+Green+Blue) = 166+24+236=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #A618EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A618EC is #59E713. Grayscale: #595959. Windows color (decimal): -5891860 or 15472806. OLE color: 15472806.
HSL color Cylindrical-coordinate representation of color #A618EC: hue angle of 280.19º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A618EC is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 24 | 236 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.07 |
| HSL | 280.19º | 0.85% | 0.51% | - |
| HSV(B) | 280.19º | 0.9% | 0.93% | - |
| XYZ | 31.19 | 14.82 | 80.57 | - |
| YUV | 90.63 | 210.04 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 236 | 0.30 | 0.90 | 0 | 0.07 | 280.19 | 0.85 | 0.51 |
| Hex | A6 | 18 | EC | 1E | 5A | 0 | 7 | 118 | 55 | 33 |
| Octal | 246 | 30 | 354 | 36 | 132 | 0 | 7 | 430 | 125 | 63 |
| Binary | 10100110 | 11000 | 11101100 | 11110 | 1011010 | 0 | 111 | 100011000 | 1010101 | 110011 |
Color Harmonies of #A618EC
Complementary color
Monochromatic Colors of #A618EC
Black with #A618EC
Text Example
Text Example
White with #A618EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A618EC; }
p { color: rgb(166,24,236); }
H1.HeaderClassName
{
color: #A618EC;
}
.AnyTagClassName
{
color: #A618EC;
}
</style>
background-color css
<style>
a { background-color: #A618EC; }
a { background-color: rgb(166,24,236); }
div.DivClassName
{
background-color: #A618EC;
}
.BgClassName
{
background-color: #A618EC;
}
</style>
border-color css
<style>
span { border-color: #A618EC; }
span { border-color: rgb(166,24,236); }
td.TdClassName
{
border-color: #A618EC;
}
.TagClassName
{
border-color: #A618EC;
}
</style>