Shades of Medium Purple #A577DF
Tints of Medium Purple #A577DF
RGB
CMYK
RGB Variations
Color information
#A577DF (or 0xA577DF) is known color: Medium Purple. HEX triplet: A5, 77 and DF. RGB value is (165,119,223). Sum of RGB (Red+Green+Blue) = 165+119+223=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #A577DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577DF is #5A8820. Grayscale: #909090. Windows color (decimal): -5933089 or 14645157. OLE color: 14645157.
HSL color Cylindrical-coordinate representation of color #A577DF: hue angle of 266.54º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A577DF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 119 | 223 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.13 |
| HSL | 266.54º | 0.62% | 0.67% | - |
| HSV(B) | 266.54º | 0.47% | 0.87% | - |
| XYZ | 35.43 | 26.52 | 73.06 | - |
| YUV | 144.61 | 172.24 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 223 | 0.26 | 0.47 | 0 | 0.13 | 266.54 | 0.62 | 0.67 |
| Hex | A5 | 77 | DF | 1A | 2F | 0 | D | 10B | 3E | 43 |
| Octal | 245 | 167 | 337 | 32 | 57 | 0 | 15 | 413 | 76 | 103 |
| Binary | 10100101 | 1110111 | 11011111 | 11010 | 101111 | 0 | 1101 | 100001011 | 111110 | 1000011 |
Color Harmonies of #A577DF
Complementary color
Monochromatic Colors of #A577DF
Black with #A577DF
Text Example
Text Example
White with #A577DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A577DF; }
p { color: rgb(165,119,223); }
H1.HeaderClassName
{
color: #A577DF;
}
.AnyTagClassName
{
color: #A577DF;
}
</style>
background-color css
<style>
a { background-color: #A577DF; }
a { background-color: rgb(165,119,223); }
div.DivClassName
{
background-color: #A577DF;
}
.BgClassName
{
background-color: #A577DF;
}
</style>
border-color css
<style>
span { border-color: #A577DF; }
span { border-color: rgb(165,119,223); }
td.TdClassName
{
border-color: #A577DF;
}
.TagClassName
{
border-color: #A577DF;
}
</style>