Shades of Medium Purple #A776DD
Tints of Medium Purple #A776DD
RGB
CMYK
RGB Variations
Color information
#A776DD (or 0xA776DD) is known color: Medium Purple. HEX triplet: A7, 76 and DD. RGB value is (167,118,221). Sum of RGB (Red+Green+Blue) = 167+118+221=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #A776DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776DD is #588922. Grayscale: #909090. Windows color (decimal): -5802275 or 14513831. OLE color: 14513831.
HSL color Cylindrical-coordinate representation of color #A776DD: hue angle of 268.54º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A776DD is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 118 | 221 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.13 |
| HSL | 268.54º | 0.6% | 0.66% | - |
| HSV(B) | 268.54º | 0.47% | 0.87% | - |
| XYZ | 35.47 | 26.39 | 71.63 | - |
| YUV | 144.39 | 171.23 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 221 | 0.24 | 0.47 | 0 | 0.13 | 268.54 | 0.6 | 0.66 |
| Hex | A7 | 76 | DD | 18 | 2F | 0 | D | 10D | 3C | 42 |
| Octal | 247 | 166 | 335 | 30 | 57 | 0 | 15 | 415 | 74 | 102 |
| Binary | 10100111 | 1110110 | 11011101 | 11000 | 101111 | 0 | 1101 | 100001101 | 111100 | 1000010 |
Color Harmonies of #A776DD
Complementary color
Monochromatic Colors of #A776DD
Black with #A776DD
Text Example
Text Example
White with #A776DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A776DD; }
p { color: rgb(167,118,221); }
H1.HeaderClassName
{
color: #A776DD;
}
.AnyTagClassName
{
color: #A776DD;
}
</style>
background-color css
<style>
a { background-color: #A776DD; }
a { background-color: rgb(167,118,221); }
div.DivClassName
{
background-color: #A776DD;
}
.BgClassName
{
background-color: #A776DD;
}
</style>
border-color css
<style>
span { border-color: #A776DD; }
span { border-color: rgb(167,118,221); }
td.TdClassName
{
border-color: #A776DD;
}
.TagClassName
{
border-color: #A776DD;
}
</style>