Shades of Medium Purple #A76CEC
Tints of Medium Purple #A76CEC
RGB
CMYK
RGB Variations
Color information
#A76CEC (or 0xA76CEC) is known color: Medium Purple. HEX triplet: A7, 6C and EC. RGB value is (167,108,236). Sum of RGB (Red+Green+Blue) = 167+108+236=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #A76CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76CEC is #589313. Grayscale: #8B8B8B. Windows color (decimal): -5804820 or 15494311. OLE color: 15494311.
HSL color Cylindrical-coordinate representation of color #A76CEC: hue angle of 267.66º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A76CEC is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 108 | 236 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.07 |
| HSL | 267.66º | 0.77% | 0.67% | - |
| HSV(B) | 267.66º | 0.54% | 0.93% | - |
| XYZ | 36.44 | 25 | 82.26 | - |
| YUV | 140.23 | 182.05 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 236 | 0.29 | 0.54 | 0 | 0.07 | 267.66 | 0.77 | 0.67 |
| Hex | A7 | 6C | EC | 1D | 36 | 0 | 7 | 10C | 4D | 43 |
| Octal | 247 | 154 | 354 | 35 | 66 | 0 | 7 | 414 | 115 | 103 |
| Binary | 10100111 | 1101100 | 11101100 | 11101 | 110110 | 0 | 111 | 100001100 | 1001101 | 1000011 |
Color Harmonies of #A76CEC
Complementary color
Monochromatic Colors of #A76CEC
Black with #A76CEC
Text Example
Text Example
White with #A76CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76CEC; }
p { color: rgb(167,108,236); }
H1.HeaderClassName
{
color: #A76CEC;
}
.AnyTagClassName
{
color: #A76CEC;
}
</style>
background-color css
<style>
a { background-color: #A76CEC; }
a { background-color: rgb(167,108,236); }
div.DivClassName
{
background-color: #A76CEC;
}
.BgClassName
{
background-color: #A76CEC;
}
</style>
border-color css
<style>
span { border-color: #A76CEC; }
span { border-color: rgb(167,108,236); }
td.TdClassName
{
border-color: #A76CEC;
}
.TagClassName
{
border-color: #A76CEC;
}
</style>