Shades of Medium Purple #A082DA
Tints of Medium Purple #A082DA
RGB
CMYK
RGB Variations
Color information
#A082DA (or 0xA082DA) is known color: Medium Purple. HEX triplet: A0, 82 and DA. RGB value is (160,130,218). Sum of RGB (Red+Green+Blue) = 160+130+218=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #A082DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082DA is #5F7D25. Grayscale: #949494. Windows color (decimal): -6257958 or 14320288. OLE color: 14320288.
HSL color Cylindrical-coordinate representation of color #A082DA: hue angle of 260.45º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A082DA is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 130 | 218 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.15 |
| HSL | 260.45º | 0.54% | 0.68% | - |
| HSV(B) | 260.45º | 0.4% | 0.85% | - |
| XYZ | 35.13 | 28.5 | 69.98 | - |
| YUV | 149 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 218 | 0.27 | 0.40 | 0 | 0.15 | 260.45 | 0.54 | 0.68 |
| Hex | A0 | 82 | DA | 1B | 28 | 0 | F | 104 | 36 | 44 |
| Octal | 240 | 202 | 332 | 33 | 50 | 0 | 17 | 404 | 66 | 104 |
| Binary | 10100000 | 10000010 | 11011010 | 11011 | 101000 | 0 | 1111 | 100000100 | 110110 | 1000100 |
Color Harmonies of #A082DA
Complementary color
Monochromatic Colors of #A082DA
Black with #A082DA
Text Example
Text Example
White with #A082DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082DA; }
p { color: rgb(160,130,218); }
H1.HeaderClassName
{
color: #A082DA;
}
.AnyTagClassName
{
color: #A082DA;
}
</style>
background-color css
<style>
a { background-color: #A082DA; }
a { background-color: rgb(160,130,218); }
div.DivClassName
{
background-color: #A082DA;
}
.BgClassName
{
background-color: #A082DA;
}
</style>
border-color css
<style>
span { border-color: #A082DA; }
span { border-color: rgb(160,130,218); }
td.TdClassName
{
border-color: #A082DA;
}
.TagClassName
{
border-color: #A082DA;
}
</style>