Shades of Medium Purple #A880E5
Tints of Medium Purple #A880E5
RGB
CMYK
RGB Variations
Color information
#A880E5 (or 0xA880E5) is known color: Medium Purple. HEX triplet: A8, 80 and E5. RGB value is (168,128,229). Sum of RGB (Red+Green+Blue) = 168+128+229=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #A880E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880E5 is #577F1A. Grayscale: #979797. Windows color (decimal): -5734171 or 15040680. OLE color: 15040680.
HSL color Cylindrical-coordinate representation of color #A880E5: hue angle of 263.76º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A880E5 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 128 | 229 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.10 |
| HSL | 263.76º | 0.66% | 0.7% | - |
| HSV(B) | 263.76º | 0.44% | 0.9% | - |
| XYZ | 38.01 | 29.42 | 77.8 | - |
| YUV | 151.47 | 171.75 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 229 | 0.27 | 0.44 | 0 | 0.10 | 263.76 | 0.66 | 0.7 |
| Hex | A8 | 80 | E5 | 1B | 2C | 0 | A | 108 | 42 | 46 |
| Octal | 250 | 200 | 345 | 33 | 54 | 0 | 12 | 410 | 102 | 106 |
| Binary | 10101000 | 10000000 | 11100101 | 11011 | 101100 | 0 | 1010 | 100001000 | 1000010 | 1000110 |
Color Harmonies of #A880E5
Complementary color
Monochromatic Colors of #A880E5
Black with #A880E5
Text Example
Text Example
White with #A880E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A880E5; }
p { color: rgb(168,128,229); }
H1.HeaderClassName
{
color: #A880E5;
}
.AnyTagClassName
{
color: #A880E5;
}
</style>
background-color css
<style>
a { background-color: #A880E5; }
a { background-color: rgb(168,128,229); }
div.DivClassName
{
background-color: #A880E5;
}
.BgClassName
{
background-color: #A880E5;
}
</style>
border-color css
<style>
span { border-color: #A880E5; }
span { border-color: rgb(168,128,229); }
td.TdClassName
{
border-color: #A880E5;
}
.TagClassName
{
border-color: #A880E5;
}
</style>