Shades of Medium Purple #A776E7
Tints of Medium Purple #A776E7
RGB
CMYK
RGB Variations
Color information
#A776E7 (or 0xA776E7) is known color: Medium Purple. HEX triplet: A7, 76 and E7. RGB value is (167,118,231). Sum of RGB (Red+Green+Blue) = 167+118+231=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #A776E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A776E7 is #588918. Grayscale: #919191. Windows color (decimal): -5802265 or 15169191. OLE color: 15169191.
HSL color Cylindrical-coordinate representation of color #A776E7: hue angle of 266.02º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A776E7 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 118 | 231 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.09 |
| HSL | 266.02º | 0.7% | 0.68% | - |
| HSV(B) | 266.02º | 0.49% | 0.91% | - |
| XYZ | 36.84 | 26.94 | 78.86 | - |
| YUV | 145.53 | 176.23 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 231 | 0.28 | 0.49 | 0 | 0.09 | 266.02 | 0.7 | 0.68 |
| Hex | A7 | 76 | E7 | 1C | 31 | 0 | 9 | 10A | 46 | 44 |
| Octal | 247 | 166 | 347 | 34 | 61 | 0 | 11 | 412 | 106 | 104 |
| Binary | 10100111 | 1110110 | 11100111 | 11100 | 110001 | 0 | 1001 | 100001010 | 1000110 | 1000100 |
Color Harmonies of #A776E7
Complementary color
Monochromatic Colors of #A776E7
Black with #A776E7
Text Example
Text Example
White with #A776E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A776E7; }
p { color: rgb(167,118,231); }
H1.HeaderClassName
{
color: #A776E7;
}
.AnyTagClassName
{
color: #A776E7;
}
</style>
background-color css
<style>
a { background-color: #A776E7; }
a { background-color: rgb(167,118,231); }
div.DivClassName
{
background-color: #A776E7;
}
.BgClassName
{
background-color: #A776E7;
}
</style>
border-color css
<style>
span { border-color: #A776E7; }
span { border-color: rgb(167,118,231); }
td.TdClassName
{
border-color: #A776E7;
}
.TagClassName
{
border-color: #A776E7;
}
</style>