Shades of Medium Purple #A082DD
Tints of Medium Purple #A082DD
RGB
CMYK
RGB Variations
Color information
#A082DD (or 0xA082DD) is known color: Medium Purple. HEX triplet: A0, 82 and DD. RGB value is (160,130,221). Sum of RGB (Red+Green+Blue) = 160+130+221=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #A082DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082DD is #5F7D22. Grayscale: #959595. Windows color (decimal): -6257955 or 14516896. OLE color: 14516896.
HSL color Cylindrical-coordinate representation of color #A082DD: hue angle of 259.78º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A082DD is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 130 | 221 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.13 |
| HSL | 259.78º | 0.57% | 0.69% | - |
| HSV(B) | 259.78º | 0.41% | 0.87% | - |
| XYZ | 35.53 | 28.66 | 72.07 | - |
| YUV | 149.34 | 168.44 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 221 | 0.28 | 0.41 | 0 | 0.13 | 259.78 | 0.57 | 0.69 |
| Hex | A0 | 82 | DD | 1C | 29 | 0 | D | 104 | 39 | 45 |
| Octal | 240 | 202 | 335 | 34 | 51 | 0 | 15 | 404 | 71 | 105 |
| Binary | 10100000 | 10000010 | 11011101 | 11100 | 101001 | 0 | 1101 | 100000100 | 111001 | 1000101 |
Color Harmonies of #A082DD
Complementary color
Monochromatic Colors of #A082DD
Black with #A082DD
Text Example
Text Example
White with #A082DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082DD; }
p { color: rgb(160,130,221); }
H1.HeaderClassName
{
color: #A082DD;
}
.AnyTagClassName
{
color: #A082DD;
}
</style>
background-color css
<style>
a { background-color: #A082DD; }
a { background-color: rgb(160,130,221); }
div.DivClassName
{
background-color: #A082DD;
}
.BgClassName
{
background-color: #A082DD;
}
</style>
border-color css
<style>
span { border-color: #A082DD; }
span { border-color: rgb(160,130,221); }
td.TdClassName
{
border-color: #A082DD;
}
.TagClassName
{
border-color: #A082DD;
}
</style>