Shades of Medium Purple #A776F2
Tints of Medium Purple #A776F2
RGB
CMYK
RGB Variations
Color information
#A776F2 (or 0xA776F2) is known color: Medium Purple. HEX triplet: A7, 76 and F2. RGB value is (167,118,242). Sum of RGB (Red+Green+Blue) = 167+118+242=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #A776F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A776F2 is #58890D. Grayscale: #929292. Windows color (decimal): -5802254 or 15890087. OLE color: 15890087.
HSL color Cylindrical-coordinate representation of color #A776F2: hue angle of 263.71º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A776F2 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 118 | 242 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.05 |
| HSL | 263.71º | 0.83% | 0.71% | - |
| HSV(B) | 263.71º | 0.51% | 0.95% | - |
| XYZ | 38.44 | 27.58 | 87.3 | - |
| YUV | 146.79 | 181.73 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 242 | 0.31 | 0.51 | 0 | 0.05 | 263.71 | 0.83 | 0.71 |
| Hex | A7 | 76 | F2 | 1F | 33 | 0 | 5 | 108 | 53 | 47 |
| Octal | 247 | 166 | 362 | 37 | 63 | 0 | 5 | 410 | 123 | 107 |
| Binary | 10100111 | 1110110 | 11110010 | 11111 | 110011 | 0 | 101 | 100001000 | 1010011 | 1000111 |
Color Harmonies of #A776F2
Complementary color
Monochromatic Colors of #A776F2
Black with #A776F2
Text Example
Text Example
White with #A776F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A776F2; }
p { color: rgb(167,118,242); }
H1.HeaderClassName
{
color: #A776F2;
}
.AnyTagClassName
{
color: #A776F2;
}
</style>
background-color css
<style>
a { background-color: #A776F2; }
a { background-color: rgb(167,118,242); }
div.DivClassName
{
background-color: #A776F2;
}
.BgClassName
{
background-color: #A776F2;
}
</style>
border-color css
<style>
span { border-color: #A776F2; }
span { border-color: rgb(167,118,242); }
td.TdClassName
{
border-color: #A776F2;
}
.TagClassName
{
border-color: #A776F2;
}
</style>