Shades of Medium Purple #A082DB
Tints of Medium Purple #A082DB
RGB
CMYK
RGB Variations
Color information
#A082DB (or 0xA082DB) is known color: Medium Purple. HEX triplet: A0, 82 and DB. RGB value is (160,130,219). Sum of RGB (Red+Green+Blue) = 160+130+219=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #A082DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082DB is #5F7D24. Grayscale: #949494. Windows color (decimal): -6257957 or 14385824. OLE color: 14385824.
HSL color Cylindrical-coordinate representation of color #A082DB: hue angle of 260.22º 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 #A082DB is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 130 | 219 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.14 |
| HSL | 260.22º | 0.55% | 0.68% | - |
| HSV(B) | 260.22º | 0.41% | 0.86% | - |
| XYZ | 35.27 | 28.55 | 70.67 | - |
| YUV | 149.12 | 167.44 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 219 | 0.27 | 0.41 | 0 | 0.14 | 260.22 | 0.55 | 0.68 |
| Hex | A0 | 82 | DB | 1B | 29 | 0 | E | 104 | 37 | 44 |
| Octal | 240 | 202 | 333 | 33 | 51 | 0 | 16 | 404 | 67 | 104 |
| Binary | 10100000 | 10000010 | 11011011 | 11011 | 101001 | 0 | 1110 | 100000100 | 110111 | 1000100 |
Color Harmonies of #A082DB
Complementary color
Monochromatic Colors of #A082DB
Black with #A082DB
Text Example
Text Example
White with #A082DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082DB; }
p { color: rgb(160,130,219); }
H1.HeaderClassName
{
color: #A082DB;
}
.AnyTagClassName
{
color: #A082DB;
}
</style>
background-color css
<style>
a { background-color: #A082DB; }
a { background-color: rgb(160,130,219); }
div.DivClassName
{
background-color: #A082DB;
}
.BgClassName
{
background-color: #A082DB;
}
</style>
border-color css
<style>
span { border-color: #A082DB; }
span { border-color: rgb(160,130,219); }
td.TdClassName
{
border-color: #A082DB;
}
.TagClassName
{
border-color: #A082DB;
}
</style>