Shades of Medium Purple #A77FDC
Tints of Medium Purple #A77FDC
RGB
CMYK
RGB Variations
Color information
#A77FDC (or 0xA77FDC) is known color: Medium Purple. HEX triplet: A7, 7F and DC. RGB value is (167,127,220). Sum of RGB (Red+Green+Blue) = 167+127+220=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #A77FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77FDC is #588023. Grayscale: #959595. Windows color (decimal): -5799972 or 14450599. OLE color: 14450599.
HSL color Cylindrical-coordinate representation of color #A77FDC: hue angle of 265.81º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A77FDC is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 127 | 220 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.14 |
| HSL | 265.81º | 0.57% | 0.68% | - |
| HSV(B) | 265.81º | 0.42% | 0.86% | - |
| XYZ | 36.44 | 28.56 | 71.3 | - |
| YUV | 149.56 | 167.75 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 220 | 0.24 | 0.42 | 0 | 0.14 | 265.81 | 0.57 | 0.68 |
| Hex | A7 | 7F | DC | 18 | 2A | 0 | E | 10A | 39 | 44 |
| Octal | 247 | 177 | 334 | 30 | 52 | 0 | 16 | 412 | 71 | 104 |
| Binary | 10100111 | 1111111 | 11011100 | 11000 | 101010 | 0 | 1110 | 100001010 | 111001 | 1000100 |
Color Harmonies of #A77FDC
Complementary color
Monochromatic Colors of #A77FDC
Black with #A77FDC
Text Example
Text Example
White with #A77FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77FDC; }
p { color: rgb(167,127,220); }
H1.HeaderClassName
{
color: #A77FDC;
}
.AnyTagClassName
{
color: #A77FDC;
}
</style>
background-color css
<style>
a { background-color: #A77FDC; }
a { background-color: rgb(167,127,220); }
div.DivClassName
{
background-color: #A77FDC;
}
.BgClassName
{
background-color: #A77FDC;
}
</style>
border-color css
<style>
span { border-color: #A77FDC; }
span { border-color: rgb(167,127,220); }
td.TdClassName
{
border-color: #A77FDC;
}
.TagClassName
{
border-color: #A77FDC;
}
</style>