Shades of Medium Purple #A182DB
Tints of Medium Purple #A182DB
RGB
CMYK
RGB Variations
Color information
#A182DB (or 0xA182DB) is known color: Medium Purple. HEX triplet: A1, 82 and DB. RGB value is (161,130,219). Sum of RGB (Red+Green+Blue) = 161+130+219=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #A182DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182DB is #5E7D24. Grayscale: #959595. Windows color (decimal): -6192421 or 14385825. OLE color: 14385825.
HSL color Cylindrical-coordinate representation of color #A182DB: hue angle of 260.9º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A182DB is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 130 | 219 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.14 |
| HSL | 260.9º | 0.55% | 0.68% | - |
| HSV(B) | 260.9º | 0.41% | 0.86% | - |
| XYZ | 35.47 | 28.66 | 70.68 | - |
| YUV | 149.42 | 167.27 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 219 | 0.26 | 0.41 | 0 | 0.14 | 260.9 | 0.55 | 0.68 |
| Hex | A1 | 82 | DB | 1A | 29 | 0 | E | 105 | 37 | 44 |
| Octal | 241 | 202 | 333 | 32 | 51 | 0 | 16 | 405 | 67 | 104 |
| Binary | 10100001 | 10000010 | 11011011 | 11010 | 101001 | 0 | 1110 | 100000101 | 110111 | 1000100 |
Color Harmonies of #A182DB
Complementary color
Monochromatic Colors of #A182DB
Black with #A182DB
Text Example
Text Example
White with #A182DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A182DB; }
p { color: rgb(161,130,219); }
H1.HeaderClassName
{
color: #A182DB;
}
.AnyTagClassName
{
color: #A182DB;
}
</style>
background-color css
<style>
a { background-color: #A182DB; }
a { background-color: rgb(161,130,219); }
div.DivClassName
{
background-color: #A182DB;
}
.BgClassName
{
background-color: #A182DB;
}
</style>
border-color css
<style>
span { border-color: #A182DB; }
span { border-color: rgb(161,130,219); }
td.TdClassName
{
border-color: #A182DB;
}
.TagClassName
{
border-color: #A182DB;
}
</style>