Shades of Blue Violet #A015EC
Tints of Blue Violet #A015EC
RGB
CMYK
RGB Variations
Color information
#A015EC (or 0xA015EC) is known color: Blue Violet. HEX triplet: A0, 15 and EC. RGB value is (160,21,236). Sum of RGB (Red+Green+Blue) = 160+21+236=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #A015EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A015EC is #5FEA13. Grayscale: #565656. Windows color (decimal): -6285844 or 15472032. OLE color: 15472032.
HSL color Cylindrical-coordinate representation of color #A015EC: hue angle of 278.79º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A015EC is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 21 | 236 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.07 |
| HSL | 278.79º | 0.85% | 0.5% | - |
| HSV(B) | 278.79º | 0.91% | 0.93% | - |
| XYZ | 29.91 | 14.07 | 80.5 | - |
| YUV | 87.07 | 212.05 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 236 | 0.32 | 0.91 | 0 | 0.07 | 278.79 | 0.85 | 0.5 |
| Hex | A0 | 15 | EC | 20 | 5B | 0 | 7 | 117 | 55 | 32 |
| Octal | 240 | 25 | 354 | 40 | 133 | 0 | 7 | 427 | 125 | 62 |
| Binary | 10100000 | 10101 | 11101100 | 100000 | 1011011 | 0 | 111 | 100010111 | 1010101 | 110010 |
Color Harmonies of #A015EC
Complementary color
Monochromatic Colors of #A015EC
Black with #A015EC
Text Example
Text Example
White with #A015EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A015EC; }
p { color: rgb(160,21,236); }
H1.HeaderClassName
{
color: #A015EC;
}
.AnyTagClassName
{
color: #A015EC;
}
</style>
background-color css
<style>
a { background-color: #A015EC; }
a { background-color: rgb(160,21,236); }
div.DivClassName
{
background-color: #A015EC;
}
.BgClassName
{
background-color: #A015EC;
}
</style>
border-color css
<style>
span { border-color: #A015EC; }
span { border-color: rgb(160,21,236); }
td.TdClassName
{
border-color: #A015EC;
}
.TagClassName
{
border-color: #A015EC;
}
</style>