Shades of Blue Violet #A72CEC
Tints of Blue Violet #A72CEC
RGB
CMYK
RGB Variations
Color information
#A72CEC (or 0xA72CEC) is known color: Blue Violet. HEX triplet: A7, 2C and EC. RGB value is (167,44,236). Sum of RGB (Red+Green+Blue) = 167+44+236=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #A72CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A72CEC is #58D313. Grayscale: #666666. Windows color (decimal): -5821204 or 15477927. OLE color: 15477927.
HSL color Cylindrical-coordinate representation of color #A72CEC: hue angle of 278.44º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72CEC is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 44 | 236 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.07 |
| HSL | 278.44º | 0.83% | 0.55% | - |
| HSV(B) | 278.44º | 0.81% | 0.93% | - |
| XYZ | 31.98 | 16.07 | 80.77 | - |
| YUV | 102.67 | 203.25 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 44 | 236 | 0.29 | 0.81 | 0 | 0.07 | 278.44 | 0.83 | 0.55 |
| Hex | A7 | 2C | EC | 1D | 51 | 0 | 7 | 116 | 53 | 37 |
| Octal | 247 | 54 | 354 | 35 | 121 | 0 | 7 | 426 | 123 | 67 |
| Binary | 10100111 | 101100 | 11101100 | 11101 | 1010001 | 0 | 111 | 100010110 | 1010011 | 110111 |
Color Harmonies of #A72CEC
Complementary color
Monochromatic Colors of #A72CEC
Black with #A72CEC
Text Example
Text Example
White with #A72CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72CEC; }
p { color: rgb(167,44,236); }
H1.HeaderClassName
{
color: #A72CEC;
}
.AnyTagClassName
{
color: #A72CEC;
}
</style>
background-color css
<style>
a { background-color: #A72CEC; }
a { background-color: rgb(167,44,236); }
div.DivClassName
{
background-color: #A72CEC;
}
.BgClassName
{
background-color: #A72CEC;
}
</style>
border-color css
<style>
span { border-color: #A72CEC; }
span { border-color: rgb(167,44,236); }
td.TdClassName
{
border-color: #A72CEC;
}
.TagClassName
{
border-color: #A72CEC;
}
</style>