Shades of Medium Purple #A77ADC
Tints of Medium Purple #A77ADC
RGB
CMYK
RGB Variations
Color information
#A77ADC (or 0xA77ADC) is known color: Medium Purple. HEX triplet: A7, 7A and DC. RGB value is (167,122,220). Sum of RGB (Red+Green+Blue) = 167+122+220=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #A77ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77ADC is #588523. Grayscale: #929292. Windows color (decimal): -5801252 or 14449319. OLE color: 14449319.
HSL color Cylindrical-coordinate representation of color #A77ADC: hue angle of 267.55º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A77ADC is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 122 | 220 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.14 |
| HSL | 267.55º | 0.58% | 0.67% | - |
| HSV(B) | 267.55º | 0.45% | 0.86% | - |
| XYZ | 35.81 | 27.3 | 71.09 | - |
| YUV | 146.63 | 169.41 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 220 | 0.24 | 0.45 | 0 | 0.14 | 267.55 | 0.58 | 0.67 |
| Hex | A7 | 7A | DC | 18 | 2D | 0 | E | 10C | 3A | 43 |
| Octal | 247 | 172 | 334 | 30 | 55 | 0 | 16 | 414 | 72 | 103 |
| Binary | 10100111 | 1111010 | 11011100 | 11000 | 101101 | 0 | 1110 | 100001100 | 111010 | 1000011 |
Color Harmonies of #A77ADC
Complementary color
Monochromatic Colors of #A77ADC
Black with #A77ADC
Text Example
Text Example
White with #A77ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77ADC; }
p { color: rgb(167,122,220); }
H1.HeaderClassName
{
color: #A77ADC;
}
.AnyTagClassName
{
color: #A77ADC;
}
</style>
background-color css
<style>
a { background-color: #A77ADC; }
a { background-color: rgb(167,122,220); }
div.DivClassName
{
background-color: #A77ADC;
}
.BgClassName
{
background-color: #A77ADC;
}
</style>
border-color css
<style>
span { border-color: #A77ADC; }
span { border-color: rgb(167,122,220); }
td.TdClassName
{
border-color: #A77ADC;
}
.TagClassName
{
border-color: #A77ADC;
}
</style>