Shades of Medium Purple #A477DD
Tints of Medium Purple #A477DD
RGB
CMYK
RGB Variations
Color information
#A477DD (or 0xA477DD) is known color: Medium Purple. HEX triplet: A4, 77 and DD. RGB value is (164,119,221). Sum of RGB (Red+Green+Blue) = 164+119+221=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #A477DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A477DD is #5B8822. Grayscale: #8F8F8F. Windows color (decimal): -5998627 or 14514084. OLE color: 14514084.
HSL color Cylindrical-coordinate representation of color #A477DD: hue angle of 266.47º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A477DD is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 119 | 221 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.13 |
| HSL | 266.47º | 0.6% | 0.67% | - |
| HSV(B) | 266.47º | 0.46% | 0.87% | - |
| XYZ | 34.96 | 26.31 | 71.64 | - |
| YUV | 144.08 | 171.41 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 221 | 0.26 | 0.46 | 0 | 0.13 | 266.47 | 0.6 | 0.67 |
| Hex | A4 | 77 | DD | 1A | 2E | 0 | D | 10A | 3C | 43 |
| Octal | 244 | 167 | 335 | 32 | 56 | 0 | 15 | 412 | 74 | 103 |
| Binary | 10100100 | 1110111 | 11011101 | 11010 | 101110 | 0 | 1101 | 100001010 | 111100 | 1000011 |
Color Harmonies of #A477DD
Complementary color
Monochromatic Colors of #A477DD
Black with #A477DD
Text Example
Text Example
White with #A477DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A477DD; }
p { color: rgb(164,119,221); }
H1.HeaderClassName
{
color: #A477DD;
}
.AnyTagClassName
{
color: #A477DD;
}
</style>
background-color css
<style>
a { background-color: #A477DD; }
a { background-color: rgb(164,119,221); }
div.DivClassName
{
background-color: #A477DD;
}
.BgClassName
{
background-color: #A477DD;
}
</style>
border-color css
<style>
span { border-color: #A477DD; }
span { border-color: rgb(164,119,221); }
td.TdClassName
{
border-color: #A477DD;
}
.TagClassName
{
border-color: #A477DD;
}
</style>