Shades of Medium Purple #A880DD
Tints of Medium Purple #A880DD
RGB
CMYK
RGB Variations
Color information
#A880DD (or 0xA880DD) is known color: Medium Purple. HEX triplet: A8, 80 and DD. RGB value is (168,128,221). Sum of RGB (Red+Green+Blue) = 168+128+221=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #A880DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880DD is #577F22. Grayscale: #969696. Windows color (decimal): -5734179 or 14516392. OLE color: 14516392.
HSL color Cylindrical-coordinate representation of color #A880DD: hue angle of 265.81º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A880DD is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 128 | 221 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.13 |
| HSL | 265.81º | 0.58% | 0.68% | - |
| HSV(B) | 265.81º | 0.42% | 0.87% | - |
| XYZ | 36.92 | 28.98 | 72.06 | - |
| YUV | 150.56 | 167.75 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 221 | 0.24 | 0.42 | 0 | 0.13 | 265.81 | 0.58 | 0.68 |
| Hex | A8 | 80 | DD | 18 | 2A | 0 | D | 10A | 3A | 44 |
| Octal | 250 | 200 | 335 | 30 | 52 | 0 | 15 | 412 | 72 | 104 |
| Binary | 10101000 | 10000000 | 11011101 | 11000 | 101010 | 0 | 1101 | 100001010 | 111010 | 1000100 |
Color Harmonies of #A880DD
Complementary color
Monochromatic Colors of #A880DD
Black with #A880DD
Text Example
Text Example
White with #A880DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A880DD; }
p { color: rgb(168,128,221); }
H1.HeaderClassName
{
color: #A880DD;
}
.AnyTagClassName
{
color: #A880DD;
}
</style>
background-color css
<style>
a { background-color: #A880DD; }
a { background-color: rgb(168,128,221); }
div.DivClassName
{
background-color: #A880DD;
}
.BgClassName
{
background-color: #A880DD;
}
</style>
border-color css
<style>
span { border-color: #A880DD; }
span { border-color: rgb(168,128,221); }
td.TdClassName
{
border-color: #A880DD;
}
.TagClassName
{
border-color: #A880DD;
}
</style>