Shades of Blue Violet #A736ED
Tints of Blue Violet #A736ED
RGB
CMYK
RGB Variations
Color information
#A736ED (or 0xA736ED) is known color: Blue Violet. HEX triplet: A7, 36 and ED. RGB value is (167,54,237). Sum of RGB (Red+Green+Blue) = 167+54+237=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #A736ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A736ED is #58C912. Grayscale: #6C6C6C. Windows color (decimal): -5818643 or 15546023. OLE color: 15546023.
HSL color Cylindrical-coordinate representation of color #A736ED: hue angle of 277.05º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A736ED is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 54 | 237 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.07 |
| HSL | 277.05º | 0.84% | 0.57% | - |
| HSV(B) | 277.05º | 0.77% | 0.93% | - |
| XYZ | 32.54 | 16.97 | 81.68 | - |
| YUV | 108.65 | 200.44 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 54 | 237 | 0.30 | 0.77 | 0 | 0.07 | 277.05 | 0.84 | 0.57 |
| Hex | A7 | 36 | ED | 1E | 4D | 0 | 7 | 115 | 54 | 39 |
| Octal | 247 | 66 | 355 | 36 | 115 | 0 | 7 | 425 | 124 | 71 |
| Binary | 10100111 | 110110 | 11101101 | 11110 | 1001101 | 0 | 111 | 100010101 | 1010100 | 111001 |
Color Harmonies of #A736ED
Complementary color
Monochromatic Colors of #A736ED
Black with #A736ED
Text Example
Text Example
White with #A736ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A736ED; }
p { color: rgb(167,54,237); }
H1.HeaderClassName
{
color: #A736ED;
}
.AnyTagClassName
{
color: #A736ED;
}
</style>
background-color css
<style>
a { background-color: #A736ED; }
a { background-color: rgb(167,54,237); }
div.DivClassName
{
background-color: #A736ED;
}
.BgClassName
{
background-color: #A736ED;
}
</style>
border-color css
<style>
span { border-color: #A736ED; }
span { border-color: rgb(167,54,237); }
td.TdClassName
{
border-color: #A736ED;
}
.TagClassName
{
border-color: #A736ED;
}
</style>