Shades of Medium Purple #A771DF
Tints of Medium Purple #A771DF
RGB
CMYK
RGB Variations
Color information
#A771DF (or 0xA771DF) is known color: Medium Purple. HEX triplet: A7, 71 and DF. RGB value is (167,113,223). Sum of RGB (Red+Green+Blue) = 167+113+223=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #A771DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A771DF is #588E20. Grayscale: #8D8D8D. Windows color (decimal): -5803553 or 14643623. OLE color: 14643623.
HSL color Cylindrical-coordinate representation of color #A771DF: hue angle of 269.45º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A771DF is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 113 | 223 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.13 |
| HSL | 269.45º | 0.63% | 0.66% | - |
| HSV(B) | 269.45º | 0.49% | 0.87% | - |
| XYZ | 35.16 | 25.35 | 72.85 | - |
| YUV | 141.69 | 173.89 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 113 | 223 | 0.25 | 0.49 | 0 | 0.13 | 269.45 | 0.63 | 0.66 |
| Hex | A7 | 71 | DF | 19 | 31 | 0 | D | 10D | 3F | 42 |
| Octal | 247 | 161 | 337 | 31 | 61 | 0 | 15 | 415 | 77 | 102 |
| Binary | 10100111 | 1110001 | 11011111 | 11001 | 110001 | 0 | 1101 | 100001101 | 111111 | 1000010 |
Color Harmonies of #A771DF
Complementary color
Monochromatic Colors of #A771DF
Black with #A771DF
Text Example
Text Example
White with #A771DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A771DF; }
p { color: rgb(167,113,223); }
H1.HeaderClassName
{
color: #A771DF;
}
.AnyTagClassName
{
color: #A771DF;
}
</style>
background-color css
<style>
a { background-color: #A771DF; }
a { background-color: rgb(167,113,223); }
div.DivClassName
{
background-color: #A771DF;
}
.BgClassName
{
background-color: #A771DF;
}
</style>
border-color css
<style>
span { border-color: #A771DF; }
span { border-color: rgb(167,113,223); }
td.TdClassName
{
border-color: #A771DF;
}
.TagClassName
{
border-color: #A771DF;
}
</style>