Shades of Medium Purple #A477E4
Tints of Medium Purple #A477E4
RGB
CMYK
RGB Variations
Color information
#A477E4 (or 0xA477E4) is known color: Medium Purple. HEX triplet: A4, 77 and E4. RGB value is (164,119,228). Sum of RGB (Red+Green+Blue) = 164+119+228=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 228 (89.45% from 255 or 44.62% from 511); Max value from RGB is 228 - color contains mainly: blue. Hex color #A477E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A477E4 is #5B881B. Grayscale: #909090. Windows color (decimal): -5998620 or 14972836. OLE color: 14972836.
HSL color Cylindrical-coordinate representation of color #A477E4: hue angle of 264.77º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A477E4 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 119 | 228 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.11 |
| HSL | 264.77º | 0.67% | 0.68% | - |
| HSV(B) | 264.77º | 0.48% | 0.89% | - |
| XYZ | 35.91 | 26.69 | 76.66 | - |
| YUV | 144.88 | 174.91 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 228 | 0.28 | 0.48 | 0 | 0.11 | 264.77 | 0.67 | 0.68 |
| Hex | A4 | 77 | E4 | 1C | 30 | 0 | B | 109 | 43 | 44 |
| Octal | 244 | 167 | 344 | 34 | 60 | 0 | 13 | 411 | 103 | 104 |
| Binary | 10100100 | 1110111 | 11100100 | 11100 | 110000 | 0 | 1011 | 100001001 | 1000011 | 1000100 |
Color Harmonies of #A477E4
Complementary color
Monochromatic Colors of #A477E4
Black with #A477E4
Text Example
Text Example
White with #A477E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A477E4; }
p { color: rgb(164,119,228); }
H1.HeaderClassName
{
color: #A477E4;
}
.AnyTagClassName
{
color: #A477E4;
}
</style>
background-color css
<style>
a { background-color: #A477E4; }
a { background-color: rgb(164,119,228); }
div.DivClassName
{
background-color: #A477E4;
}
.BgClassName
{
background-color: #A477E4;
}
</style>
border-color css
<style>
span { border-color: #A477E4; }
span { border-color: rgb(164,119,228); }
td.TdClassName
{
border-color: #A477E4;
}
.TagClassName
{
border-color: #A477E4;
}
</style>