Shades of Medium Purple #A77CDF
Tints of Medium Purple #A77CDF
RGB
CMYK
RGB Variations
Color information
#A77CDF (or 0xA77CDF) is known color: Medium Purple. HEX triplet: A7, 7C and DF. RGB value is (167,124,223). Sum of RGB (Red+Green+Blue) = 167+124+223=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #A77CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77CDF is #588320. Grayscale: #939393. Windows color (decimal): -5800737 or 14646439. OLE color: 14646439.
HSL color Cylindrical-coordinate representation of color #A77CDF: hue angle of 266.06º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A77CDF is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 124 | 223 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.13 |
| HSL | 266.06º | 0.61% | 0.68% | - |
| HSV(B) | 266.06º | 0.44% | 0.87% | - |
| XYZ | 36.46 | 27.96 | 73.29 | - |
| YUV | 148.14 | 170.25 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 223 | 0.25 | 0.44 | 0 | 0.13 | 266.06 | 0.61 | 0.68 |
| Hex | A7 | 7C | DF | 19 | 2C | 0 | D | 10A | 3D | 44 |
| Octal | 247 | 174 | 337 | 31 | 54 | 0 | 15 | 412 | 75 | 104 |
| Binary | 10100111 | 1111100 | 11011111 | 11001 | 101100 | 0 | 1101 | 100001010 | 111101 | 1000100 |
Color Harmonies of #A77CDF
Complementary color
Monochromatic Colors of #A77CDF
Black with #A77CDF
Text Example
Text Example
White with #A77CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CDF; }
p { color: rgb(167,124,223); }
H1.HeaderClassName
{
color: #A77CDF;
}
.AnyTagClassName
{
color: #A77CDF;
}
</style>
background-color css
<style>
a { background-color: #A77CDF; }
a { background-color: rgb(167,124,223); }
div.DivClassName
{
background-color: #A77CDF;
}
.BgClassName
{
background-color: #A77CDF;
}
</style>
border-color css
<style>
span { border-color: #A77CDF; }
span { border-color: rgb(167,124,223); }
td.TdClassName
{
border-color: #A77CDF;
}
.TagClassName
{
border-color: #A77CDF;
}
</style>