Shades of Medium Purple #A577E5
Tints of Medium Purple #A577E5
RGB
CMYK
RGB Variations
Color information
#A577E5 (or 0xA577E5) is known color: Medium Purple. HEX triplet: A5, 77 and E5. RGB value is (165,119,229). Sum of RGB (Red+Green+Blue) = 165+119+229=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 229 - color contains mainly: blue. Hex color #A577E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577E5 is #5A881A. Grayscale: #909090. Windows color (decimal): -5933083 or 15038373. OLE color: 15038373.
HSL color Cylindrical-coordinate representation of color #A577E5: hue angle of 265.09º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A577E5 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 119 | 229 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.10 |
| HSL | 265.09º | 0.68% | 0.68% | - |
| HSV(B) | 265.09º | 0.48% | 0.9% | - |
| XYZ | 36.26 | 26.85 | 77.4 | - |
| YUV | 145.29 | 175.24 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 229 | 0.28 | 0.48 | 0 | 0.10 | 265.09 | 0.68 | 0.68 |
| Hex | A5 | 77 | E5 | 1C | 30 | 0 | A | 109 | 44 | 44 |
| Octal | 245 | 167 | 345 | 34 | 60 | 0 | 12 | 411 | 104 | 104 |
| Binary | 10100101 | 1110111 | 11100101 | 11100 | 110000 | 0 | 1010 | 100001001 | 1000100 | 1000100 |
Color Harmonies of #A577E5
Complementary color
Monochromatic Colors of #A577E5
Black with #A577E5
Text Example
Text Example
White with #A577E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A577E5; }
p { color: rgb(165,119,229); }
H1.HeaderClassName
{
color: #A577E5;
}
.AnyTagClassName
{
color: #A577E5;
}
</style>
background-color css
<style>
a { background-color: #A577E5; }
a { background-color: rgb(165,119,229); }
div.DivClassName
{
background-color: #A577E5;
}
.BgClassName
{
background-color: #A577E5;
}
</style>
border-color css
<style>
span { border-color: #A577E5; }
span { border-color: rgb(165,119,229); }
td.TdClassName
{
border-color: #A577E5;
}
.TagClassName
{
border-color: #A577E5;
}
</style>