Shades of Medium Purple #A77FDA
Tints of Medium Purple #A77FDA
RGB
CMYK
RGB Variations
Color information
#A77FDA (or 0xA77FDA) is known color: Medium Purple. HEX triplet: A7, 7F and DA. RGB value is (167,127,218). Sum of RGB (Red+Green+Blue) = 167+127+218=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #A77FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77FDA is #588025. Grayscale: #959595. Windows color (decimal): -5799974 or 14319527. OLE color: 14319527.
HSL color Cylindrical-coordinate representation of color #A77FDA: hue angle of 266.37º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A77FDA is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 127 | 218 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.15 |
| HSL | 266.37º | 0.55% | 0.68% | - |
| HSV(B) | 266.37º | 0.42% | 0.85% | - |
| XYZ | 36.18 | 28.46 | 69.92 | - |
| YUV | 149.33 | 166.75 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 218 | 0.23 | 0.42 | 0 | 0.15 | 266.37 | 0.55 | 0.68 |
| Hex | A7 | 7F | DA | 17 | 2A | 0 | F | 10A | 37 | 44 |
| Octal | 247 | 177 | 332 | 27 | 52 | 0 | 17 | 412 | 67 | 104 |
| Binary | 10100111 | 1111111 | 11011010 | 10111 | 101010 | 0 | 1111 | 100001010 | 110111 | 1000100 |
Color Harmonies of #A77FDA
Complementary color
Monochromatic Colors of #A77FDA
Black with #A77FDA
Text Example
Text Example
White with #A77FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77FDA; }
p { color: rgb(167,127,218); }
H1.HeaderClassName
{
color: #A77FDA;
}
.AnyTagClassName
{
color: #A77FDA;
}
</style>
background-color css
<style>
a { background-color: #A77FDA; }
a { background-color: rgb(167,127,218); }
div.DivClassName
{
background-color: #A77FDA;
}
.BgClassName
{
background-color: #A77FDA;
}
</style>
border-color css
<style>
span { border-color: #A77FDA; }
span { border-color: rgb(167,127,218); }
td.TdClassName
{
border-color: #A77FDA;
}
.TagClassName
{
border-color: #A77FDA;
}
</style>