Shades of Blue Violet #A736F0
Tints of Blue Violet #A736F0
RGB
CMYK
RGB Variations
Color information
#A736F0 (or 0xA736F0) is known color: Blue Violet. HEX triplet: A7, 36 and F0. RGB value is (167,54,240). Sum of RGB (Red+Green+Blue) = 167+54+240=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #A736F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A736F0 is #58C90F. Grayscale: #6C6C6C. Windows color (decimal): -5818640 or 15742631. OLE color: 15742631.
HSL color Cylindrical-coordinate representation of color #A736F0: hue angle of 276.45º 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 #A736F0 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 54 | 240 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.06 |
| HSL | 276.45º | 0.86% | 0.58% | - |
| HSV(B) | 276.45º | 0.78% | 0.94% | - |
| XYZ | 32.98 | 17.15 | 84.01 | - |
| YUV | 108.99 | 201.94 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 54 | 240 | 0.30 | 0.78 | 0 | 0.06 | 276.45 | 0.86 | 0.58 |
| Hex | A7 | 36 | F0 | 1E | 4E | 0 | 6 | 114 | 56 | 3A |
| Octal | 247 | 66 | 360 | 36 | 116 | 0 | 6 | 424 | 126 | 72 |
| Binary | 10100111 | 110110 | 11110000 | 11110 | 1001110 | 0 | 110 | 100010100 | 1010110 | 111010 |
Color Harmonies of #A736F0
Complementary color
Monochromatic Colors of #A736F0
Black with #A736F0
Text Example
Text Example
White with #A736F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A736F0; }
p { color: rgb(167,54,240); }
H1.HeaderClassName
{
color: #A736F0;
}
.AnyTagClassName
{
color: #A736F0;
}
</style>
background-color css
<style>
a { background-color: #A736F0; }
a { background-color: rgb(167,54,240); }
div.DivClassName
{
background-color: #A736F0;
}
.BgClassName
{
background-color: #A736F0;
}
</style>
border-color css
<style>
span { border-color: #A736F0; }
span { border-color: rgb(167,54,240); }
td.TdClassName
{
border-color: #A736F0;
}
.TagClassName
{
border-color: #A736F0;
}
</style>