Shades of Medium Purple #A471DC
Tints of Medium Purple #A471DC
RGB
CMYK
RGB Variations
Color information
#A471DC (or 0xA471DC) is known color: Medium Purple. HEX triplet: A4, 71 and DC. RGB value is (164,113,220). Sum of RGB (Red+Green+Blue) = 164+113+220=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #A471DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471DC is #5B8E23. Grayscale: #8C8C8C. Windows color (decimal): -6000164 or 14447012. OLE color: 14447012.
HSL color Cylindrical-coordinate representation of color #A471DC: hue angle of 268.6º 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 #A471DC is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 113 | 220 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.14 |
| HSL | 268.6º | 0.6% | 0.65% | - |
| HSV(B) | 268.6º | 0.49% | 0.86% | - |
| XYZ | 34.13 | 24.87 | 70.71 | - |
| YUV | 140.45 | 172.9 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 220 | 0.25 | 0.49 | 0 | 0.14 | 268.6 | 0.6 | 0.65 |
| Hex | A4 | 71 | DC | 19 | 31 | 0 | E | 10D | 3C | 41 |
| Octal | 244 | 161 | 334 | 31 | 61 | 0 | 16 | 415 | 74 | 101 |
| Binary | 10100100 | 1110001 | 11011100 | 11001 | 110001 | 0 | 1110 | 100001101 | 111100 | 1000001 |
Color Harmonies of #A471DC
Complementary color
Monochromatic Colors of #A471DC
Black with #A471DC
Text Example
Text Example
White with #A471DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A471DC; }
p { color: rgb(164,113,220); }
H1.HeaderClassName
{
color: #A471DC;
}
.AnyTagClassName
{
color: #A471DC;
}
</style>
background-color css
<style>
a { background-color: #A471DC; }
a { background-color: rgb(164,113,220); }
div.DivClassName
{
background-color: #A471DC;
}
.BgClassName
{
background-color: #A471DC;
}
</style>
border-color css
<style>
span { border-color: #A471DC; }
span { border-color: rgb(164,113,220); }
td.TdClassName
{
border-color: #A471DC;
}
.TagClassName
{
border-color: #A471DC;
}
</style>