Shades of Blue Violet #A018E6
Tints of Blue Violet #A018E6
RGB
CMYK
RGB Variations
Color information
#A018E6 (or 0xA018E6) is known color: Blue Violet. HEX triplet: A0, 18 and E6. RGB value is (160,24,230). Sum of RGB (Red+Green+Blue) = 160+24+230=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 230 (90.23% from 255 or 55.56% from 414); Max value from RGB is 230 - color contains mainly: blue. Hex color #A018E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A018E6 is #5FE719. Grayscale: #575757. Windows color (decimal): -6285082 or 15079584. OLE color: 15079584.
HSL color Cylindrical-coordinate representation of color #A018E6: hue angle of 279.61º 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 #A018E6 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 24 | 230 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.10 |
| HSL | 279.61º | 0.81% | 0.5% | - |
| HSV(B) | 279.61º | 0.9% | 0.9% | - |
| XYZ | 29.11 | 13.84 | 76 | - |
| YUV | 88.15 | 208.06 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 230 | 0.30 | 0.90 | 0 | 0.10 | 279.61 | 0.81 | 0.5 |
| Hex | A0 | 18 | E6 | 1E | 5A | 0 | A | 118 | 51 | 32 |
| Octal | 240 | 30 | 346 | 36 | 132 | 0 | 12 | 430 | 121 | 62 |
| Binary | 10100000 | 11000 | 11100110 | 11110 | 1011010 | 0 | 1010 | 100011000 | 1010001 | 110010 |
Color Harmonies of #A018E6
Complementary color
Monochromatic Colors of #A018E6
Black with #A018E6
Text Example
Text Example
White with #A018E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018E6; }
p { color: rgb(160,24,230); }
H1.HeaderClassName
{
color: #A018E6;
}
.AnyTagClassName
{
color: #A018E6;
}
</style>
background-color css
<style>
a { background-color: #A018E6; }
a { background-color: rgb(160,24,230); }
div.DivClassName
{
background-color: #A018E6;
}
.BgClassName
{
background-color: #A018E6;
}
</style>
border-color css
<style>
span { border-color: #A018E6; }
span { border-color: rgb(160,24,230); }
td.TdClassName
{
border-color: #A018E6;
}
.TagClassName
{
border-color: #A018E6;
}
</style>