Shades of Blue Violet #A018E4
Tints of Blue Violet #A018E4
RGB
CMYK
RGB Variations
Color information
#A018E4 (or 0xA018E4) is known color: Blue Violet. HEX triplet: A0, 18 and E4. RGB value is (160,24,228). Sum of RGB (Red+Green+Blue) = 160+24+228=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 228 (89.45% from 255 or 55.34% from 412); Max value from RGB is 228 - color contains mainly: blue. Hex color #A018E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018E4 is #5FE71B. Grayscale: #575757. Windows color (decimal): -6285084 or 14948512. OLE color: 14948512.
HSL color Cylindrical-coordinate representation of color #A018E4: hue angle of 280º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A018E4 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 24 | 228 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.11 |
| HSL | 280º | 0.81% | 0.49% | - |
| HSV(B) | 280º | 0.89% | 0.89% | - |
| XYZ | 28.83 | 13.73 | 74.53 | - |
| YUV | 87.92 | 207.06 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 228 | 0.30 | 0.89 | 0 | 0.11 | 280 | 0.81 | 0.49 |
| Hex | A0 | 18 | E4 | 1E | 59 | 0 | B | 118 | 51 | 31 |
| Octal | 240 | 30 | 344 | 36 | 131 | 0 | 13 | 430 | 121 | 61 |
| Binary | 10100000 | 11000 | 11100100 | 11110 | 1011001 | 0 | 1011 | 100011000 | 1010001 | 110001 |
Color Harmonies of #A018E4
Complementary color
Monochromatic Colors of #A018E4
Black with #A018E4
Text Example
Text Example
White with #A018E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018E4; }
p { color: rgb(160,24,228); }
H1.HeaderClassName
{
color: #A018E4;
}
.AnyTagClassName
{
color: #A018E4;
}
</style>
background-color css
<style>
a { background-color: #A018E4; }
a { background-color: rgb(160,24,228); }
div.DivClassName
{
background-color: #A018E4;
}
.BgClassName
{
background-color: #A018E4;
}
</style>
border-color css
<style>
span { border-color: #A018E4; }
span { border-color: rgb(160,24,228); }
td.TdClassName
{
border-color: #A018E4;
}
.TagClassName
{
border-color: #A018E4;
}
</style>