Shades of Medium Purple #A071DB
Tints of Medium Purple #A071DB
RGB
CMYK
RGB Variations
Color information
#A071DB (or 0xA071DB) is known color: Medium Purple. HEX triplet: A0, 71 and DB. RGB value is (160,113,219). Sum of RGB (Red+Green+Blue) = 160+113+219=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #A071DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071DB is #5F8E24. Grayscale: #8A8A8A. Windows color (decimal): -6262309 or 14381472. OLE color: 14381472.
HSL color Cylindrical-coordinate representation of color #A071DB: hue angle of 266.6º 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 #A071DB is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 113 | 219 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.14 |
| HSL | 266.6º | 0.6% | 0.65% | - |
| HSV(B) | 266.6º | 0.48% | 0.86% | - |
| XYZ | 33.19 | 24.4 | 69.98 | - |
| YUV | 139.14 | 173.07 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 219 | 0.27 | 0.48 | 0 | 0.14 | 266.6 | 0.6 | 0.65 |
| Hex | A0 | 71 | DB | 1B | 30 | 0 | E | 10B | 3C | 41 |
| Octal | 240 | 161 | 333 | 33 | 60 | 0 | 16 | 413 | 74 | 101 |
| Binary | 10100000 | 1110001 | 11011011 | 11011 | 110000 | 0 | 1110 | 100001011 | 111100 | 1000001 |
Color Harmonies of #A071DB
Complementary color
Monochromatic Colors of #A071DB
Black with #A071DB
Text Example
Text Example
White with #A071DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A071DB; }
p { color: rgb(160,113,219); }
H1.HeaderClassName
{
color: #A071DB;
}
.AnyTagClassName
{
color: #A071DB;
}
</style>
background-color css
<style>
a { background-color: #A071DB; }
a { background-color: rgb(160,113,219); }
div.DivClassName
{
background-color: #A071DB;
}
.BgClassName
{
background-color: #A071DB;
}
</style>
border-color css
<style>
span { border-color: #A071DB; }
span { border-color: rgb(160,113,219); }
td.TdClassName
{
border-color: #A071DB;
}
.TagClassName
{
border-color: #A071DB;
}
</style>