Shades of Medium Purple #A080EE
Tints of Medium Purple #A080EE
RGB
CMYK
RGB Variations
Color information
#A080EE (or 0xA080EE) is known color: Medium Purple. HEX triplet: A0, 80 and EE. RGB value is (160,128,238). Sum of RGB (Red+Green+Blue) = 160+128+238=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #A080EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A080EE is #5F7F11. Grayscale: #959595. Windows color (decimal): -6258450 or 15630496. OLE color: 15630496.
HSL color Cylindrical-coordinate representation of color #A080EE: hue angle of 257.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A080EE is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 128 | 238 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.07 |
| HSL | 257.45º | 0.76% | 0.72% | - |
| HSV(B) | 257.45º | 0.46% | 0.93% | - |
| XYZ | 37.65 | 29.08 | 84.52 | - |
| YUV | 150.11 | 177.6 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 238 | 0.33 | 0.46 | 0 | 0.07 | 257.45 | 0.76 | 0.72 |
| Hex | A0 | 80 | EE | 21 | 2E | 0 | 7 | 101 | 4C | 48 |
| Octal | 240 | 200 | 356 | 41 | 56 | 0 | 7 | 401 | 114 | 110 |
| Binary | 10100000 | 10000000 | 11101110 | 100001 | 101110 | 0 | 111 | 100000001 | 1001100 | 1001000 |
Color Harmonies of #A080EE
Complementary color
Monochromatic Colors of #A080EE
Black with #A080EE
Text Example
Text Example
White with #A080EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080EE; }
p { color: rgb(160,128,238); }
H1.HeaderClassName
{
color: #A080EE;
}
.AnyTagClassName
{
color: #A080EE;
}
</style>
background-color css
<style>
a { background-color: #A080EE; }
a { background-color: rgb(160,128,238); }
div.DivClassName
{
background-color: #A080EE;
}
.BgClassName
{
background-color: #A080EE;
}
</style>
border-color css
<style>
span { border-color: #A080EE; }
span { border-color: rgb(160,128,238); }
td.TdClassName
{
border-color: #A080EE;
}
.TagClassName
{
border-color: #A080EE;
}
</style>