Shades of Medium Purple #A185DB
Tints of Medium Purple #A185DB
RGB
CMYK
RGB Variations
Color information
#A185DB (or 0xA185DB) is known color: Medium Purple. HEX triplet: A1, 85 and DB. RGB value is (161,133,219). Sum of RGB (Red+Green+Blue) = 161+133+219=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #A185DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185DB is #5E7A24. Grayscale: #969696. Windows color (decimal): -6191653 or 14386593. OLE color: 14386593.
HSL color Cylindrical-coordinate representation of color #A185DB: hue angle of 259.53º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A185DB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 133 | 219 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.14 |
| HSL | 259.53º | 0.54% | 0.69% | - |
| HSV(B) | 259.53º | 0.39% | 0.86% | - |
| XYZ | 35.87 | 29.47 | 70.81 | - |
| YUV | 151.18 | 166.28 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 219 | 0.26 | 0.39 | 0 | 0.14 | 259.53 | 0.54 | 0.69 |
| Hex | A1 | 85 | DB | 1A | 27 | 0 | E | 104 | 36 | 45 |
| Octal | 241 | 205 | 333 | 32 | 47 | 0 | 16 | 404 | 66 | 105 |
| Binary | 10100001 | 10000101 | 11011011 | 11010 | 100111 | 0 | 1110 | 100000100 | 110110 | 1000101 |
Color Harmonies of #A185DB
Complementary color
Monochromatic Colors of #A185DB
Black with #A185DB
Text Example
Text Example
White with #A185DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A185DB; }
p { color: rgb(161,133,219); }
H1.HeaderClassName
{
color: #A185DB;
}
.AnyTagClassName
{
color: #A185DB;
}
</style>
background-color css
<style>
a { background-color: #A185DB; }
a { background-color: rgb(161,133,219); }
div.DivClassName
{
background-color: #A185DB;
}
.BgClassName
{
background-color: #A185DB;
}
</style>
border-color css
<style>
span { border-color: #A185DB; }
span { border-color: rgb(161,133,219); }
td.TdClassName
{
border-color: #A185DB;
}
.TagClassName
{
border-color: #A185DB;
}
</style>