Shades of Blue Violet #A73BEC
Tints of Blue Violet #A73BEC
RGB
CMYK
RGB Variations
Color information
#A73BEC (or 0xA73BEC) is known color: Blue Violet. HEX triplet: A7, 3B and EC. RGB value is (167,59,236). Sum of RGB (Red+Green+Blue) = 167+59+236=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #A73BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73BEC is #58C413. Grayscale: #6E6E6E. Windows color (decimal): -5817364 or 15481767. OLE color: 15481767.
HSL color Cylindrical-coordinate representation of color #A73BEC: hue angle of 276.61º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A73BEC is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 59 | 236 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.07 |
| HSL | 276.61º | 0.82% | 0.58% | - |
| HSV(B) | 276.61º | 0.75% | 0.93% | - |
| XYZ | 32.64 | 17.4 | 80.99 | - |
| YUV | 111.47 | 198.28 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 59 | 236 | 0.29 | 0.75 | 0 | 0.07 | 276.61 | 0.82 | 0.58 |
| Hex | A7 | 3B | EC | 1D | 4B | 0 | 7 | 115 | 52 | 3A |
| Octal | 247 | 73 | 354 | 35 | 113 | 0 | 7 | 425 | 122 | 72 |
| Binary | 10100111 | 111011 | 11101100 | 11101 | 1001011 | 0 | 111 | 100010101 | 1010010 | 111010 |
Color Harmonies of #A73BEC
Complementary color
Monochromatic Colors of #A73BEC
Black with #A73BEC
Text Example
Text Example
White with #A73BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73BEC; }
p { color: rgb(167,59,236); }
H1.HeaderClassName
{
color: #A73BEC;
}
.AnyTagClassName
{
color: #A73BEC;
}
</style>
background-color css
<style>
a { background-color: #A73BEC; }
a { background-color: rgb(167,59,236); }
div.DivClassName
{
background-color: #A73BEC;
}
.BgClassName
{
background-color: #A73BEC;
}
</style>
border-color css
<style>
span { border-color: #A73BEC; }
span { border-color: rgb(167,59,236); }
td.TdClassName
{
border-color: #A73BEC;
}
.TagClassName
{
border-color: #A73BEC;
}
</style>