Shades of Medium Purple #A77ADA
Tints of Medium Purple #A77ADA
RGB
CMYK
RGB Variations
Color information
#A77ADA (or 0xA77ADA) is known color: Medium Purple. HEX triplet: A7, 7A and DA. RGB value is (167,122,218). Sum of RGB (Red+Green+Blue) = 167+122+218=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #A77ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77ADA is #588525. Grayscale: #929292. Windows color (decimal): -5801254 or 14318247. OLE color: 14318247.
HSL color Cylindrical-coordinate representation of color #A77ADA: hue angle of 268.12º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A77ADA is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 122 | 218 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.15 |
| HSL | 268.13º | 0.56% | 0.67% | - |
| HSV(B) | 268.13º | 0.44% | 0.85% | - |
| XYZ | 35.55 | 27.2 | 69.71 | - |
| YUV | 146.4 | 168.41 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 218 | 0.23 | 0.44 | 0 | 0.15 | 268.13 | 0.56 | 0.67 |
| Hex | A7 | 7A | DA | 17 | 2C | 0 | F | 10C | 38 | 43 |
| Octal | 247 | 172 | 332 | 27 | 54 | 0 | 17 | 414 | 70 | 103 |
| Binary | 10100111 | 1111010 | 11011010 | 10111 | 101100 | 0 | 1111 | 100001100 | 111000 | 1000011 |
Color Harmonies of #A77ADA
Complementary color
Monochromatic Colors of #A77ADA
Black with #A77ADA
Text Example
Text Example
White with #A77ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77ADA; }
p { color: rgb(167,122,218); }
H1.HeaderClassName
{
color: #A77ADA;
}
.AnyTagClassName
{
color: #A77ADA;
}
</style>
background-color css
<style>
a { background-color: #A77ADA; }
a { background-color: rgb(167,122,218); }
div.DivClassName
{
background-color: #A77ADA;
}
.BgClassName
{
background-color: #A77ADA;
}
</style>
border-color css
<style>
span { border-color: #A77ADA; }
span { border-color: rgb(167,122,218); }
td.TdClassName
{
border-color: #A77ADA;
}
.TagClassName
{
border-color: #A77ADA;
}
</style>