Shades of Blue Violet #A014F0
Tints of Blue Violet #A014F0
RGB
CMYK
RGB Variations
Color information
#A014F0 (or 0xA014F0) is known color: Blue Violet. HEX triplet: A0, 14 and F0. RGB value is (160,20,240). Sum of RGB (Red+Green+Blue) = 160+20+240=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 240 (94.14% from 255 or 57.14% from 420); Max value from RGB is 240 - color contains mainly: blue. Hex color #A014F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A014F0 is #5FEB0F. Grayscale: #565656. Windows color (decimal): -6286096 or 15733920. OLE color: 15733920.
HSL color Cylindrical-coordinate representation of color #A014F0: hue angle of 278.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A014F0 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 20 | 240 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.06 |
| HSL | 278.18º | 0.88% | 0.51% | - |
| HSV(B) | 278.18º | 0.92% | 0.94% | - |
| XYZ | 30.48 | 14.27 | 83.59 | - |
| YUV | 86.94 | 214.38 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 240 | 0.33 | 0.92 | 0 | 0.06 | 278.18 | 0.88 | 0.51 |
| Hex | A0 | 14 | F0 | 21 | 5C | 0 | 6 | 116 | 58 | 33 |
| Octal | 240 | 24 | 360 | 41 | 134 | 0 | 6 | 426 | 130 | 63 |
| Binary | 10100000 | 10100 | 11110000 | 100001 | 1011100 | 0 | 110 | 100010110 | 1011000 | 110011 |
Color Harmonies of #A014F0
Complementary color
Monochromatic Colors of #A014F0
Black with #A014F0
Text Example
Text Example
White with #A014F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A014F0; }
p { color: rgb(160,20,240); }
H1.HeaderClassName
{
color: #A014F0;
}
.AnyTagClassName
{
color: #A014F0;
}
</style>
background-color css
<style>
a { background-color: #A014F0; }
a { background-color: rgb(160,20,240); }
div.DivClassName
{
background-color: #A014F0;
}
.BgClassName
{
background-color: #A014F0;
}
</style>
border-color css
<style>
span { border-color: #A014F0; }
span { border-color: rgb(160,20,240); }
td.TdClassName
{
border-color: #A014F0;
}
.TagClassName
{
border-color: #A014F0;
}
</style>