Shades of Medium Purple #A577DA
Tints of Medium Purple #A577DA
RGB
CMYK
RGB Variations
Color information
#A577DA (or 0xA577DA) is known color: Medium Purple. HEX triplet: A5, 77 and DA. RGB value is (165,119,218). Sum of RGB (Red+Green+Blue) = 165+119+218=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #A577DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577DA is #5A8825. Grayscale: #8F8F8F. Windows color (decimal): -5933094 or 14317477. OLE color: 14317477.
HSL color Cylindrical-coordinate representation of color #A577DA: hue angle of 267.88º degrees, saturation: 0.57, 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 #A577DA is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 119 | 218 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.15 |
| HSL | 267.88º | 0.57% | 0.66% | - |
| HSV(B) | 267.88º | 0.45% | 0.85% | - |
| XYZ | 34.77 | 26.25 | 69.56 | - |
| YUV | 144.04 | 169.74 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 218 | 0.24 | 0.45 | 0 | 0.15 | 267.88 | 0.57 | 0.66 |
| Hex | A5 | 77 | DA | 18 | 2D | 0 | F | 10C | 39 | 42 |
| Octal | 245 | 167 | 332 | 30 | 55 | 0 | 17 | 414 | 71 | 102 |
| Binary | 10100101 | 1110111 | 11011010 | 11000 | 101101 | 0 | 1111 | 100001100 | 111001 | 1000010 |
Color Harmonies of #A577DA
Complementary color
Monochromatic Colors of #A577DA
Black with #A577DA
Text Example
Text Example
White with #A577DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A577DA; }
p { color: rgb(165,119,218); }
H1.HeaderClassName
{
color: #A577DA;
}
.AnyTagClassName
{
color: #A577DA;
}
</style>
background-color css
<style>
a { background-color: #A577DA; }
a { background-color: rgb(165,119,218); }
div.DivClassName
{
background-color: #A577DA;
}
.BgClassName
{
background-color: #A577DA;
}
</style>
border-color css
<style>
span { border-color: #A577DA; }
span { border-color: rgb(165,119,218); }
td.TdClassName
{
border-color: #A577DA;
}
.TagClassName
{
border-color: #A577DA;
}
</style>