Shades of Medium Purple #A772DF
Tints of Medium Purple #A772DF
RGB
CMYK
RGB Variations
Color information
#A772DF (or 0xA772DF) is known color: Medium Purple. HEX triplet: A7, 72 and DF. RGB value is (167,114,223). Sum of RGB (Red+Green+Blue) = 167+114+223=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #A772DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A772DF is #588D20. Grayscale: #8D8D8D. Windows color (decimal): -5803297 or 14643879. OLE color: 14643879.
HSL color Cylindrical-coordinate representation of color #A772DF: hue angle of 269.17º 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 #A772DF is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 114 | 223 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.13 |
| HSL | 269.17º | 0.63% | 0.66% | - |
| HSV(B) | 269.17º | 0.49% | 0.87% | - |
| XYZ | 35.27 | 25.58 | 72.89 | - |
| YUV | 142.27 | 173.56 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 223 | 0.25 | 0.49 | 0 | 0.13 | 269.17 | 0.63 | 0.66 |
| Hex | A7 | 72 | DF | 19 | 31 | 0 | D | 10D | 3F | 42 |
| Octal | 247 | 162 | 337 | 31 | 61 | 0 | 15 | 415 | 77 | 102 |
| Binary | 10100111 | 1110010 | 11011111 | 11001 | 110001 | 0 | 1101 | 100001101 | 111111 | 1000010 |
Color Harmonies of #A772DF
Complementary color
Monochromatic Colors of #A772DF
Black with #A772DF
Text Example
Text Example
White with #A772DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A772DF; }
p { color: rgb(167,114,223); }
H1.HeaderClassName
{
color: #A772DF;
}
.AnyTagClassName
{
color: #A772DF;
}
</style>
background-color css
<style>
a { background-color: #A772DF; }
a { background-color: rgb(167,114,223); }
div.DivClassName
{
background-color: #A772DF;
}
.BgClassName
{
background-color: #A772DF;
}
</style>
border-color css
<style>
span { border-color: #A772DF; }
span { border-color: rgb(167,114,223); }
td.TdClassName
{
border-color: #A772DF;
}
.TagClassName
{
border-color: #A772DF;
}
</style>