Shades of Blue Violet #A036F0
Tints of Blue Violet #A036F0
RGB
CMYK
RGB Variations
Color information
#A036F0 (or 0xA036F0) is known color: Blue Violet. HEX triplet: A0, 36 and F0. RGB value is (160,54,240). Sum of RGB (Red+Green+Blue) = 160+54+240=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #A036F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A036F0 is #5FC90F. Grayscale: #6A6A6A. Windows color (decimal): -6277392 or 15742624. OLE color: 15742624.
HSL color Cylindrical-coordinate representation of color #A036F0: hue angle of 274.19º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A036F0 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 54 | 240 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.06 |
| HSL | 274.19º | 0.86% | 0.58% | - |
| HSV(B) | 274.19º | 0.78% | 0.94% | - |
| XYZ | 31.54 | 16.4 | 83.94 | - |
| YUV | 106.9 | 203.12 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 240 | 0.33 | 0.78 | 0 | 0.06 | 274.19 | 0.86 | 0.58 |
| Hex | A0 | 36 | F0 | 21 | 4E | 0 | 6 | 112 | 56 | 3A |
| Octal | 240 | 66 | 360 | 41 | 116 | 0 | 6 | 422 | 126 | 72 |
| Binary | 10100000 | 110110 | 11110000 | 100001 | 1001110 | 0 | 110 | 100010010 | 1010110 | 111010 |
Color Harmonies of #A036F0
Complementary color
Monochromatic Colors of #A036F0
Black with #A036F0
Text Example
Text Example
White with #A036F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A036F0; }
p { color: rgb(160,54,240); }
H1.HeaderClassName
{
color: #A036F0;
}
.AnyTagClassName
{
color: #A036F0;
}
</style>
background-color css
<style>
a { background-color: #A036F0; }
a { background-color: rgb(160,54,240); }
div.DivClassName
{
background-color: #A036F0;
}
.BgClassName
{
background-color: #A036F0;
}
</style>
border-color css
<style>
span { border-color: #A036F0; }
span { border-color: rgb(160,54,240); }
td.TdClassName
{
border-color: #A036F0;
}
.TagClassName
{
border-color: #A036F0;
}
</style>