Shades of Blue Violet #A218EC
Tints of Blue Violet #A218EC
RGB
CMYK
RGB Variations
Color information
#A218EC (or 0xA218EC) is known color: Blue Violet. HEX triplet: A2, 18 and EC. RGB value is (162,24,236). Sum of RGB (Red+Green+Blue) = 162+24+236=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #A218EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A218EC is #5DE713. Grayscale: #585858. Windows color (decimal): -6154004 or 15472802. OLE color: 15472802.
HSL color Cylindrical-coordinate representation of color #A218EC: hue angle of 279.06º 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 #A218EC is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 24 | 236 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.07 |
| HSL | 279.06º | 0.85% | 0.51% | - |
| HSV(B) | 279.06º | 0.9% | 0.93% | - |
| XYZ | 30.37 | 14.39 | 80.53 | - |
| YUV | 89.43 | 210.72 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 236 | 0.31 | 0.90 | 0 | 0.07 | 279.06 | 0.85 | 0.51 |
| Hex | A2 | 18 | EC | 1F | 5A | 0 | 7 | 117 | 55 | 33 |
| Octal | 242 | 30 | 354 | 37 | 132 | 0 | 7 | 427 | 125 | 63 |
| Binary | 10100010 | 11000 | 11101100 | 11111 | 1011010 | 0 | 111 | 100010111 | 1010101 | 110011 |
Color Harmonies of #A218EC
Complementary color
Monochromatic Colors of #A218EC
Black with #A218EC
Text Example
Text Example
White with #A218EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A218EC; }
p { color: rgb(162,24,236); }
H1.HeaderClassName
{
color: #A218EC;
}
.AnyTagClassName
{
color: #A218EC;
}
</style>
background-color css
<style>
a { background-color: #A218EC; }
a { background-color: rgb(162,24,236); }
div.DivClassName
{
background-color: #A218EC;
}
.BgClassName
{
background-color: #A218EC;
}
</style>
border-color css
<style>
span { border-color: #A218EC; }
span { border-color: rgb(162,24,236); }
td.TdClassName
{
border-color: #A218EC;
}
.TagClassName
{
border-color: #A218EC;
}
</style>