Shades of Medium Purple #A571DC
Tints of Medium Purple #A571DC
RGB
CMYK
RGB Variations
Color information
#A571DC (or 0xA571DC) is known color: Medium Purple. HEX triplet: A5, 71 and DC. RGB value is (165,113,220). Sum of RGB (Red+Green+Blue) = 165+113+220=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #A571DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571DC is #5A8E23. Grayscale: #8C8C8C. Windows color (decimal): -5934628 or 14447013. OLE color: 14447013.
HSL color Cylindrical-coordinate representation of color #A571DC: hue angle of 269.16º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A571DC is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 113 | 220 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.14 |
| HSL | 269.16º | 0.6% | 0.65% | - |
| HSV(B) | 269.16º | 0.49% | 0.86% | - |
| XYZ | 34.34 | 24.98 | 70.72 | - |
| YUV | 140.75 | 172.73 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 113 | 220 | 0.25 | 0.49 | 0 | 0.14 | 269.16 | 0.6 | 0.65 |
| Hex | A5 | 71 | DC | 19 | 31 | 0 | E | 10D | 3C | 41 |
| Octal | 245 | 161 | 334 | 31 | 61 | 0 | 16 | 415 | 74 | 101 |
| Binary | 10100101 | 1110001 | 11011100 | 11001 | 110001 | 0 | 1110 | 100001101 | 111100 | 1000001 |
Color Harmonies of #A571DC
Complementary color
Monochromatic Colors of #A571DC
Black with #A571DC
Text Example
Text Example
White with #A571DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A571DC; }
p { color: rgb(165,113,220); }
H1.HeaderClassName
{
color: #A571DC;
}
.AnyTagClassName
{
color: #A571DC;
}
</style>
background-color css
<style>
a { background-color: #A571DC; }
a { background-color: rgb(165,113,220); }
div.DivClassName
{
background-color: #A571DC;
}
.BgClassName
{
background-color: #A571DC;
}
</style>
border-color css
<style>
span { border-color: #A571DC; }
span { border-color: rgb(165,113,220); }
td.TdClassName
{
border-color: #A571DC;
}
.TagClassName
{
border-color: #A571DC;
}
</style>