Shades of Medium Purple #A77ADF
Tints of Medium Purple #A77ADF
RGB
CMYK
RGB Variations
Color information
#A77ADF (or 0xA77ADF) is known color: Medium Purple. HEX triplet: A7, 7A and DF. RGB value is (167,122,223). Sum of RGB (Red+Green+Blue) = 167+122+223=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #A77ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77ADF is #588520. Grayscale: #929292. Windows color (decimal): -5801249 or 14645927. OLE color: 14645927.
HSL color Cylindrical-coordinate representation of color #A77ADF: hue angle of 266.73º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A77ADF is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 122 | 223 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.13 |
| HSL | 266.73º | 0.61% | 0.68% | - |
| HSV(B) | 266.73º | 0.45% | 0.87% | - |
| XYZ | 36.22 | 27.46 | 73.2 | - |
| YUV | 146.97 | 170.91 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 223 | 0.25 | 0.45 | 0 | 0.13 | 266.73 | 0.61 | 0.68 |
| Hex | A7 | 7A | DF | 19 | 2D | 0 | D | 10B | 3D | 44 |
| Octal | 247 | 172 | 337 | 31 | 55 | 0 | 15 | 413 | 75 | 104 |
| Binary | 10100111 | 1111010 | 11011111 | 11001 | 101101 | 0 | 1101 | 100001011 | 111101 | 1000100 |
Color Harmonies of #A77ADF
Complementary color
Monochromatic Colors of #A77ADF
Black with #A77ADF
Text Example
Text Example
White with #A77ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77ADF; }
p { color: rgb(167,122,223); }
H1.HeaderClassName
{
color: #A77ADF;
}
.AnyTagClassName
{
color: #A77ADF;
}
</style>
background-color css
<style>
a { background-color: #A77ADF; }
a { background-color: rgb(167,122,223); }
div.DivClassName
{
background-color: #A77ADF;
}
.BgClassName
{
background-color: #A77ADF;
}
</style>
border-color css
<style>
span { border-color: #A77ADF; }
span { border-color: rgb(167,122,223); }
td.TdClassName
{
border-color: #A77ADF;
}
.TagClassName
{
border-color: #A77ADF;
}
</style>