Shades of Blue Violet #A736F4
Tints of Blue Violet #A736F4
RGB
CMYK
RGB Variations
Color information
#A736F4 (or 0xA736F4) is known color: Blue Violet. HEX triplet: A7, 36 and F4. RGB value is (167,54,244). Sum of RGB (Red+Green+Blue) = 167+54+244=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #A736F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A736F4 is #58C90B. Grayscale: #6C6C6C. Windows color (decimal): -5818636 or 16004775. OLE color: 16004775.
HSL color Cylindrical-coordinate representation of color #A736F4: hue angle of 275.68º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A736F4 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 54 | 244 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.04 |
| HSL | 275.68º | 0.9% | 0.58% | - |
| HSV(B) | 275.68º | 0.78% | 0.96% | - |
| XYZ | 33.58 | 17.39 | 87.17 | - |
| YUV | 109.45 | 203.94 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 54 | 244 | 0.32 | 0.78 | 0 | 0.04 | 275.68 | 0.9 | 0.58 |
| Hex | A7 | 36 | F4 | 20 | 4E | 0 | 4 | 114 | 5A | 3A |
| Octal | 247 | 66 | 364 | 40 | 116 | 0 | 4 | 424 | 132 | 72 |
| Binary | 10100111 | 110110 | 11110100 | 100000 | 1001110 | 0 | 100 | 100010100 | 1011010 | 111010 |
Color Harmonies of #A736F4
Complementary color
Monochromatic Colors of #A736F4
Black with #A736F4
Text Example
Text Example
White with #A736F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A736F4; }
p { color: rgb(167,54,244); }
H1.HeaderClassName
{
color: #A736F4;
}
.AnyTagClassName
{
color: #A736F4;
}
</style>
background-color css
<style>
a { background-color: #A736F4; }
a { background-color: rgb(167,54,244); }
div.DivClassName
{
background-color: #A736F4;
}
.BgClassName
{
background-color: #A736F4;
}
</style>
border-color css
<style>
span { border-color: #A736F4; }
span { border-color: rgb(167,54,244); }
td.TdClassName
{
border-color: #A736F4;
}
.TagClassName
{
border-color: #A736F4;
}
</style>