Shades of Blue Violet #A736F7
Tints of Blue Violet #A736F7
RGB
CMYK
RGB Variations
Color information
#A736F7 (or 0xA736F7) is known color: Blue Violet. HEX triplet: A7, 36 and F7. RGB value is (167,54,247). Sum of RGB (Red+Green+Blue) = 167+54+247=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 247 (96.88% from 255 or 52.78% from 468); Max value from RGB is 247 - color contains mainly: blue. Hex color #A736F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A736F7 is #58C908. Grayscale: #6D6D6D. Windows color (decimal): -5818633 or 16201383. OLE color: 16201383.
HSL color Cylindrical-coordinate representation of color #A736F7: hue angle of 275.13º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A736F7 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 54 | 247 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.03 |
| HSL | 275.13º | 0.92% | 0.59% | - |
| HSV(B) | 275.13º | 0.78% | 0.97% | - |
| XYZ | 34.04 | 17.57 | 89.59 | - |
| YUV | 109.79 | 205.44 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 54 | 247 | 0.32 | 0.78 | 0 | 0.03 | 275.13 | 0.92 | 0.59 |
| Hex | A7 | 36 | F7 | 20 | 4E | 0 | 3 | 113 | 5C | 3B |
| Octal | 247 | 66 | 367 | 40 | 116 | 0 | 3 | 423 | 134 | 73 |
| Binary | 10100111 | 110110 | 11110111 | 100000 | 1001110 | 0 | 11 | 100010011 | 1011100 | 111011 |
Color Harmonies of #A736F7
Complementary color
Monochromatic Colors of #A736F7
Black with #A736F7
Text Example
Text Example
White with #A736F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A736F7; }
p { color: rgb(167,54,247); }
H1.HeaderClassName
{
color: #A736F7;
}
.AnyTagClassName
{
color: #A736F7;
}
</style>
background-color css
<style>
a { background-color: #A736F7; }
a { background-color: rgb(167,54,247); }
div.DivClassName
{
background-color: #A736F7;
}
.BgClassName
{
background-color: #A736F7;
}
</style>
border-color css
<style>
span { border-color: #A736F7; }
span { border-color: rgb(167,54,247); }
td.TdClassName
{
border-color: #A736F7;
}
.TagClassName
{
border-color: #A736F7;
}
</style>