Shades of Blue Violet #A218E6
Tints of Blue Violet #A218E6
RGB
CMYK
RGB Variations
Color information
#A218E6 (or 0xA218E6) is known color: Blue Violet. HEX triplet: A2, 18 and E6. RGB value is (162,24,230). Sum of RGB (Red+Green+Blue) = 162+24+230=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 230 (90.23% from 255 or 55.29% from 416); Max value from RGB is 230 - color contains mainly: blue. Hex color #A218E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A218E6 is #5DE719. Grayscale: #585858. Windows color (decimal): -6154010 or 15079586. OLE color: 15079586.
HSL color Cylindrical-coordinate representation of color #A218E6: hue angle of 280.19º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A218E6 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 24 | 230 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.10 |
| HSL | 280.19º | 0.81% | 0.5% | - |
| HSV(B) | 280.19º | 0.9% | 0.9% | - |
| XYZ | 29.51 | 14.05 | 76.02 | - |
| YUV | 88.75 | 207.72 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 230 | 0.30 | 0.90 | 0 | 0.10 | 280.19 | 0.81 | 0.5 |
| Hex | A2 | 18 | E6 | 1E | 5A | 0 | A | 118 | 51 | 32 |
| Octal | 242 | 30 | 346 | 36 | 132 | 0 | 12 | 430 | 121 | 62 |
| Binary | 10100010 | 11000 | 11100110 | 11110 | 1011010 | 0 | 1010 | 100011000 | 1010001 | 110010 |
Color Harmonies of #A218E6
Complementary color
Monochromatic Colors of #A218E6
Black with #A218E6
Text Example
Text Example
White with #A218E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A218E6; }
p { color: rgb(162,24,230); }
H1.HeaderClassName
{
color: #A218E6;
}
.AnyTagClassName
{
color: #A218E6;
}
</style>
background-color css
<style>
a { background-color: #A218E6; }
a { background-color: rgb(162,24,230); }
div.DivClassName
{
background-color: #A218E6;
}
.BgClassName
{
background-color: #A218E6;
}
</style>
border-color css
<style>
span { border-color: #A218E6; }
span { border-color: rgb(162,24,230); }
td.TdClassName
{
border-color: #A218E6;
}
.TagClassName
{
border-color: #A218E6;
}
</style>