Shades of Medium Purple #A880EB
Tints of Medium Purple #A880EB
RGB
CMYK
RGB Variations
Color information
#A880EB (or 0xA880EB) is known color: Medium Purple. HEX triplet: A8, 80 and EB. RGB value is (168,128,235). Sum of RGB (Red+Green+Blue) = 168+128+235=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #A880EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A880EB is #577F14. Grayscale: #979797. Windows color (decimal): -5734165 or 15433896. OLE color: 15433896.
HSL color Cylindrical-coordinate representation of color #A880EB: hue angle of 262.43º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A880EB is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 128 | 235 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.08 |
| HSL | 262.43º | 0.73% | 0.71% | - |
| HSV(B) | 262.43º | 0.46% | 0.92% | - |
| XYZ | 38.86 | 29.76 | 82.29 | - |
| YUV | 152.16 | 174.75 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 235 | 0.29 | 0.46 | 0 | 0.08 | 262.43 | 0.73 | 0.71 |
| Hex | A8 | 80 | EB | 1D | 2E | 0 | 8 | 106 | 49 | 47 |
| Octal | 250 | 200 | 353 | 35 | 56 | 0 | 10 | 406 | 111 | 107 |
| Binary | 10101000 | 10000000 | 11101011 | 11101 | 101110 | 0 | 1000 | 100000110 | 1001001 | 1000111 |
Color Harmonies of #A880EB
Complementary color
Monochromatic Colors of #A880EB
Black with #A880EB
Text Example
Text Example
White with #A880EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A880EB; }
p { color: rgb(168,128,235); }
H1.HeaderClassName
{
color: #A880EB;
}
.AnyTagClassName
{
color: #A880EB;
}
</style>
background-color css
<style>
a { background-color: #A880EB; }
a { background-color: rgb(168,128,235); }
div.DivClassName
{
background-color: #A880EB;
}
.BgClassName
{
background-color: #A880EB;
}
</style>
border-color css
<style>
span { border-color: #A880EB; }
span { border-color: rgb(168,128,235); }
td.TdClassName
{
border-color: #A880EB;
}
.TagClassName
{
border-color: #A880EB;
}
</style>