Shades of Medium Purple #A081DD
Tints of Medium Purple #A081DD
RGB
CMYK
RGB Variations
Color information
#A081DD (or 0xA081DD) is known color: Medium Purple. HEX triplet: A0, 81 and DD. RGB value is (160,129,221). Sum of RGB (Red+Green+Blue) = 160+129+221=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #A081DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A081DD is #5F7E22. Grayscale: #949494. Windows color (decimal): -6258211 or 14516640. OLE color: 14516640.
HSL color Cylindrical-coordinate representation of color #A081DD: hue angle of 260.22º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A081DD is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 129 | 221 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.13 |
| HSL | 260.22º | 0.58% | 0.69% | - |
| HSV(B) | 260.22º | 0.42% | 0.87% | - |
| XYZ | 35.4 | 28.39 | 72.02 | - |
| YUV | 148.76 | 168.77 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 221 | 0.28 | 0.42 | 0 | 0.13 | 260.22 | 0.58 | 0.69 |
| Hex | A0 | 81 | DD | 1C | 2A | 0 | D | 104 | 3A | 45 |
| Octal | 240 | 201 | 335 | 34 | 52 | 0 | 15 | 404 | 72 | 105 |
| Binary | 10100000 | 10000001 | 11011101 | 11100 | 101010 | 0 | 1101 | 100000100 | 111010 | 1000101 |
Color Harmonies of #A081DD
Complementary color
Monochromatic Colors of #A081DD
Black with #A081DD
Text Example
Text Example
White with #A081DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A081DD; }
p { color: rgb(160,129,221); }
H1.HeaderClassName
{
color: #A081DD;
}
.AnyTagClassName
{
color: #A081DD;
}
</style>
background-color css
<style>
a { background-color: #A081DD; }
a { background-color: rgb(160,129,221); }
div.DivClassName
{
background-color: #A081DD;
}
.BgClassName
{
background-color: #A081DD;
}
</style>
border-color css
<style>
span { border-color: #A081DD; }
span { border-color: rgb(160,129,221); }
td.TdClassName
{
border-color: #A081DD;
}
.TagClassName
{
border-color: #A081DD;
}
</style>