Shades of Medium Purple #A780DF
Tints of Medium Purple #A780DF
RGB
CMYK
RGB Variations
Color information
#A780DF (or 0xA780DF) is known color: Medium Purple. HEX triplet: A7, 80 and DF. RGB value is (167,128,223). Sum of RGB (Red+Green+Blue) = 167+128+223=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #A780DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780DF is #587F20. Grayscale: #969696. Windows color (decimal): -5799713 or 14647463. OLE color: 14647463.
HSL color Cylindrical-coordinate representation of color #A780DF: hue angle of 264.63º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A780DF is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 128 | 223 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.13 |
| HSL | 264.63º | 0.6% | 0.69% | - |
| HSV(B) | 264.63º | 0.43% | 0.87% | - |
| XYZ | 36.97 | 28.98 | 73.46 | - |
| YUV | 150.49 | 168.92 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 128 | 223 | 0.25 | 0.43 | 0 | 0.13 | 264.63 | 0.6 | 0.69 |
| Hex | A7 | 80 | DF | 19 | 2B | 0 | D | 109 | 3C | 45 |
| Octal | 247 | 200 | 337 | 31 | 53 | 0 | 15 | 411 | 74 | 105 |
| Binary | 10100111 | 10000000 | 11011111 | 11001 | 101011 | 0 | 1101 | 100001001 | 111100 | 1000101 |
Color Harmonies of #A780DF
Complementary color
Monochromatic Colors of #A780DF
Black with #A780DF
Text Example
Text Example
White with #A780DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A780DF; }
p { color: rgb(167,128,223); }
H1.HeaderClassName
{
color: #A780DF;
}
.AnyTagClassName
{
color: #A780DF;
}
</style>
background-color css
<style>
a { background-color: #A780DF; }
a { background-color: rgb(167,128,223); }
div.DivClassName
{
background-color: #A780DF;
}
.BgClassName
{
background-color: #A780DF;
}
</style>
border-color css
<style>
span { border-color: #A780DF; }
span { border-color: rgb(167,128,223); }
td.TdClassName
{
border-color: #A780DF;
}
.TagClassName
{
border-color: #A780DF;
}
</style>