Shades of Blue Violet #A729EC
Tints of Blue Violet #A729EC
RGB
CMYK
RGB Variations
Color information
#A729EC (or 0xA729EC) is known color: Blue Violet. HEX triplet: A7, 29 and EC. RGB value is (167,41,236). Sum of RGB (Red+Green+Blue) = 167+41+236=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #A729EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A729EC is #58D613. Grayscale: #646464. Windows color (decimal): -5821972 or 15477159. OLE color: 15477159.
HSL color Cylindrical-coordinate representation of color #A729EC: hue angle of 278.77º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A729EC is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 41 | 236 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.07 |
| HSL | 278.77º | 0.84% | 0.54% | - |
| HSV(B) | 278.77º | 0.83% | 0.93% | - |
| XYZ | 31.87 | 15.86 | 80.74 | - |
| YUV | 100.9 | 204.24 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 41 | 236 | 0.29 | 0.83 | 0 | 0.07 | 278.77 | 0.84 | 0.54 |
| Hex | A7 | 29 | EC | 1D | 53 | 0 | 7 | 117 | 54 | 36 |
| Octal | 247 | 51 | 354 | 35 | 123 | 0 | 7 | 427 | 124 | 66 |
| Binary | 10100111 | 101001 | 11101100 | 11101 | 1010011 | 0 | 111 | 100010111 | 1010100 | 110110 |
Color Harmonies of #A729EC
Complementary color
Monochromatic Colors of #A729EC
Black with #A729EC
Text Example
Text Example
White with #A729EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A729EC; }
p { color: rgb(167,41,236); }
H1.HeaderClassName
{
color: #A729EC;
}
.AnyTagClassName
{
color: #A729EC;
}
</style>
background-color css
<style>
a { background-color: #A729EC; }
a { background-color: rgb(167,41,236); }
div.DivClassName
{
background-color: #A729EC;
}
.BgClassName
{
background-color: #A729EC;
}
</style>
border-color css
<style>
span { border-color: #A729EC; }
span { border-color: rgb(167,41,236); }
td.TdClassName
{
border-color: #A729EC;
}
.TagClassName
{
border-color: #A729EC;
}
</style>