Shades of Blue Violet #A218FA
Tints of Blue Violet #A218FA
RGB
CMYK
RGB Variations
Color information
#A218FA (or 0xA218FA) is known color: Blue Violet. HEX triplet: A2, 18 and FA. RGB value is (162,24,250). Sum of RGB (Red+Green+Blue) = 162+24+250=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #A218FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A218FA is #5DE705. Grayscale: #5A5A5A. Windows color (decimal): -6153990 or 16390306. OLE color: 16390306.
HSL color Cylindrical-coordinate representation of color #A218FA: hue angle of 276.64º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A218FA is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 24 | 250 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.02 |
| HSL | 276.64º | 0.96% | 0.54% | - |
| HSV(B) | 276.64º | 0.9% | 0.98% | - |
| XYZ | 32.48 | 15.24 | 91.67 | - |
| YUV | 91.03 | 217.72 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 250 | 0.35 | 0.90 | 0 | 0.02 | 276.64 | 0.96 | 0.54 |
| Hex | A2 | 18 | FA | 23 | 5A | 0 | 2 | 115 | 60 | 36 |
| Octal | 242 | 30 | 372 | 43 | 132 | 0 | 2 | 425 | 140 | 66 |
| Binary | 10100010 | 11000 | 11111010 | 100011 | 1011010 | 0 | 10 | 100010101 | 1100000 | 110110 |
Color Harmonies of #A218FA
Complementary color
Monochromatic Colors of #A218FA
Black with #A218FA
Text Example
Text Example
White with #A218FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A218FA; }
p { color: rgb(162,24,250); }
H1.HeaderClassName
{
color: #A218FA;
}
.AnyTagClassName
{
color: #A218FA;
}
</style>
background-color css
<style>
a { background-color: #A218FA; }
a { background-color: rgb(162,24,250); }
div.DivClassName
{
background-color: #A218FA;
}
.BgClassName
{
background-color: #A218FA;
}
</style>
border-color css
<style>
span { border-color: #A218FA; }
span { border-color: rgb(162,24,250); }
td.TdClassName
{
border-color: #A218FA;
}
.TagClassName
{
border-color: #A218FA;
}
</style>