Shades of Medium Purple #A577D8
Tints of Medium Purple #A577D8
RGB
CMYK
RGB Variations
Color information
#A577D8 (or 0xA577D8) is known color: Medium Purple. HEX triplet: A5, 77 and D8. RGB value is (165,119,216). Sum of RGB (Red+Green+Blue) = 165+119+216=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #A577D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577D8 is #5A8827. Grayscale: #8F8F8F. Windows color (decimal): -5933096 or 14186405. OLE color: 14186405.
HSL color Cylindrical-coordinate representation of color #A577D8: hue angle of 268.45º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A577D8 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 119 | 216 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.15 |
| HSL | 268.45º | 0.55% | 0.66% | - |
| HSV(B) | 268.45º | 0.45% | 0.85% | - |
| XYZ | 34.51 | 26.15 | 68.19 | - |
| YUV | 143.81 | 168.74 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 216 | 0.24 | 0.45 | 0 | 0.15 | 268.45 | 0.55 | 0.66 |
| Hex | A5 | 77 | D8 | 18 | 2D | 0 | F | 10C | 37 | 42 |
| Octal | 245 | 167 | 330 | 30 | 55 | 0 | 17 | 414 | 67 | 102 |
| Binary | 10100101 | 1110111 | 11011000 | 11000 | 101101 | 0 | 1111 | 100001100 | 110111 | 1000010 |
Color Harmonies of #A577D8
Complementary color
Monochromatic Colors of #A577D8
Black with #A577D8
Text Example
Text Example
White with #A577D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A577D8; }
p { color: rgb(165,119,216); }
H1.HeaderClassName
{
color: #A577D8;
}
.AnyTagClassName
{
color: #A577D8;
}
</style>
background-color css
<style>
a { background-color: #A577D8; }
a { background-color: rgb(165,119,216); }
div.DivClassName
{
background-color: #A577D8;
}
.BgClassName
{
background-color: #A577D8;
}
</style>
border-color css
<style>
span { border-color: #A577D8; }
span { border-color: rgb(165,119,216); }
td.TdClassName
{
border-color: #A577D8;
}
.TagClassName
{
border-color: #A577D8;
}
</style>