Shades of Medium Purple #A180DB
Tints of Medium Purple #A180DB
RGB
CMYK
RGB Variations
Color information
#A180DB (or 0xA180DB) is known color: Medium Purple. HEX triplet: A1, 80 and DB. RGB value is (161,128,219). Sum of RGB (Red+Green+Blue) = 161+128+219=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #A180DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180DB is #5E7F24. Grayscale: #939393. Windows color (decimal): -6192933 or 14385313. OLE color: 14385313.
HSL color Cylindrical-coordinate representation of color #A180DB: hue angle of 261.76º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A180DB is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 128 | 219 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.14 |
| HSL | 261.76º | 0.56% | 0.68% | - |
| HSV(B) | 261.76º | 0.42% | 0.86% | - |
| XYZ | 35.2 | 28.13 | 70.59 | - |
| YUV | 148.24 | 167.93 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 219 | 0.26 | 0.42 | 0 | 0.14 | 261.76 | 0.56 | 0.68 |
| Hex | A1 | 80 | DB | 1A | 2A | 0 | E | 106 | 38 | 44 |
| Octal | 241 | 200 | 333 | 32 | 52 | 0 | 16 | 406 | 70 | 104 |
| Binary | 10100001 | 10000000 | 11011011 | 11010 | 101010 | 0 | 1110 | 100000110 | 111000 | 1000100 |
Color Harmonies of #A180DB
Complementary color
Monochromatic Colors of #A180DB
Black with #A180DB
Text Example
Text Example
White with #A180DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A180DB; }
p { color: rgb(161,128,219); }
H1.HeaderClassName
{
color: #A180DB;
}
.AnyTagClassName
{
color: #A180DB;
}
</style>
background-color css
<style>
a { background-color: #A180DB; }
a { background-color: rgb(161,128,219); }
div.DivClassName
{
background-color: #A180DB;
}
.BgClassName
{
background-color: #A180DB;
}
</style>
border-color css
<style>
span { border-color: #A180DB; }
span { border-color: rgb(161,128,219); }
td.TdClassName
{
border-color: #A180DB;
}
.TagClassName
{
border-color: #A180DB;
}
</style>