Shades of Medium Purple #A780DC
Tints of Medium Purple #A780DC
RGB
CMYK
RGB Variations
Color information
#A780DC (or 0xA780DC) is known color: Medium Purple. HEX triplet: A7, 80 and DC. RGB value is (167,128,220). Sum of RGB (Red+Green+Blue) = 167+128+220=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #A780DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780DC is #587F23. Grayscale: #959595. Windows color (decimal): -5799716 or 14450855. OLE color: 14450855.
HSL color Cylindrical-coordinate representation of color #A780DC: hue angle of 265.43º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A780DC is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 128 | 220 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.14 |
| HSL | 265.43º | 0.57% | 0.68% | - |
| HSV(B) | 265.43º | 0.42% | 0.86% | - |
| XYZ | 36.57 | 28.82 | 71.35 | - |
| YUV | 150.15 | 167.42 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 128 | 220 | 0.24 | 0.42 | 0 | 0.14 | 265.43 | 0.57 | 0.68 |
| Hex | A7 | 80 | DC | 18 | 2A | 0 | E | 109 | 39 | 44 |
| Octal | 247 | 200 | 334 | 30 | 52 | 0 | 16 | 411 | 71 | 104 |
| Binary | 10100111 | 10000000 | 11011100 | 11000 | 101010 | 0 | 1110 | 100001001 | 111001 | 1000100 |
Color Harmonies of #A780DC
Complementary color
Monochromatic Colors of #A780DC
Black with #A780DC
Text Example
Text Example
White with #A780DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A780DC; }
p { color: rgb(167,128,220); }
H1.HeaderClassName
{
color: #A780DC;
}
.AnyTagClassName
{
color: #A780DC;
}
</style>
background-color css
<style>
a { background-color: #A780DC; }
a { background-color: rgb(167,128,220); }
div.DivClassName
{
background-color: #A780DC;
}
.BgClassName
{
background-color: #A780DC;
}
</style>
border-color css
<style>
span { border-color: #A780DC; }
span { border-color: rgb(167,128,220); }
td.TdClassName
{
border-color: #A780DC;
}
.TagClassName
{
border-color: #A780DC;
}
</style>