Shades of Medium Purple #A471DB
Tints of Medium Purple #A471DB
RGB
CMYK
RGB Variations
Color information
#A471DB (or 0xA471DB) is known color: Medium Purple. HEX triplet: A4, 71 and DB. RGB value is (164,113,219). Sum of RGB (Red+Green+Blue) = 164+113+219=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #A471DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471DB is #5B8E24. Grayscale: #8B8B8B. Windows color (decimal): -6000165 or 14381476. OLE color: 14381476.
HSL color Cylindrical-coordinate representation of color #A471DB: hue angle of 268.87º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A471DB is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 113 | 219 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.14 |
| HSL | 268.87º | 0.6% | 0.65% | - |
| HSV(B) | 268.87º | 0.48% | 0.86% | - |
| XYZ | 34 | 24.82 | 70.02 | - |
| YUV | 140.33 | 172.4 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 219 | 0.25 | 0.48 | 0 | 0.14 | 268.87 | 0.6 | 0.65 |
| Hex | A4 | 71 | DB | 19 | 30 | 0 | E | 10D | 3C | 41 |
| Octal | 244 | 161 | 333 | 31 | 60 | 0 | 16 | 415 | 74 | 101 |
| Binary | 10100100 | 1110001 | 11011011 | 11001 | 110000 | 0 | 1110 | 100001101 | 111100 | 1000001 |
Color Harmonies of #A471DB
Complementary color
Monochromatic Colors of #A471DB
Black with #A471DB
Text Example
Text Example
White with #A471DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A471DB; }
p { color: rgb(164,113,219); }
H1.HeaderClassName
{
color: #A471DB;
}
.AnyTagClassName
{
color: #A471DB;
}
</style>
background-color css
<style>
a { background-color: #A471DB; }
a { background-color: rgb(164,113,219); }
div.DivClassName
{
background-color: #A471DB;
}
.BgClassName
{
background-color: #A471DB;
}
</style>
border-color css
<style>
span { border-color: #A471DB; }
span { border-color: rgb(164,113,219); }
td.TdClassName
{
border-color: #A471DB;
}
.TagClassName
{
border-color: #A471DB;
}
</style>