Shades of Medium Purple #A577DC
Tints of Medium Purple #A577DC
RGB
CMYK
RGB Variations
Color information
#A577DC (or 0xA577DC) is known color: Medium Purple. HEX triplet: A5, 77 and DC. RGB value is (165,119,220). Sum of RGB (Red+Green+Blue) = 165+119+220=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #A577DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577DC is #5A8823. Grayscale: #8F8F8F. Windows color (decimal): -5933092 or 14448549. OLE color: 14448549.
HSL color Cylindrical-coordinate representation of color #A577DC: hue angle of 267.33º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A577DC is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 119 | 220 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.14 |
| HSL | 267.33º | 0.59% | 0.66% | - |
| HSV(B) | 267.33º | 0.46% | 0.86% | - |
| XYZ | 35.03 | 26.36 | 70.95 | - |
| YUV | 144.27 | 170.74 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 220 | 0.25 | 0.46 | 0 | 0.14 | 267.33 | 0.59 | 0.66 |
| Hex | A5 | 77 | DC | 19 | 2E | 0 | E | 10B | 3B | 42 |
| Octal | 245 | 167 | 334 | 31 | 56 | 0 | 16 | 413 | 73 | 102 |
| Binary | 10100101 | 1110111 | 11011100 | 11001 | 101110 | 0 | 1110 | 100001011 | 111011 | 1000010 |
Color Harmonies of #A577DC
Complementary color
Monochromatic Colors of #A577DC
Black with #A577DC
Text Example
Text Example
White with #A577DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A577DC; }
p { color: rgb(165,119,220); }
H1.HeaderClassName
{
color: #A577DC;
}
.AnyTagClassName
{
color: #A577DC;
}
</style>
background-color css
<style>
a { background-color: #A577DC; }
a { background-color: rgb(165,119,220); }
div.DivClassName
{
background-color: #A577DC;
}
.BgClassName
{
background-color: #A577DC;
}
</style>
border-color css
<style>
span { border-color: #A577DC; }
span { border-color: rgb(165,119,220); }
td.TdClassName
{
border-color: #A577DC;
}
.TagClassName
{
border-color: #A577DC;
}
</style>