Shades of Medium Purple #A088ED
Tints of Medium Purple #A088ED
RGB
CMYK
RGB Variations
Color information
#A088ED (or 0xA088ED) is known color: Medium Purple. HEX triplet: A0, 88 and ED. RGB value is (160,136,237). Sum of RGB (Red+Green+Blue) = 160+136+237=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #A088ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A088ED is #5F7712. Grayscale: #9A9A9A. Windows color (decimal): -6256403 or 15567008. OLE color: 15567008.
HSL color Cylindrical-coordinate representation of color #A088ED: hue angle of 254.26º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A088ED is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 136 | 237 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.07 |
| HSL | 254.26º | 0.74% | 0.73% | - |
| HSV(B) | 254.26º | 0.43% | 0.93% | - |
| XYZ | 38.59 | 31.2 | 84.11 | - |
| YUV | 154.69 | 174.45 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 237 | 0.32 | 0.43 | 0 | 0.07 | 254.26 | 0.74 | 0.73 |
| Hex | A0 | 88 | ED | 20 | 2B | 0 | 7 | FE | 4A | 49 |
| Octal | 240 | 210 | 355 | 40 | 53 | 0 | 7 | 376 | 112 | 111 |
| Binary | 10100000 | 10001000 | 11101101 | 100000 | 101011 | 0 | 111 | 11111110 | 1001010 | 1001001 |
Color Harmonies of #A088ED
Complementary color
Monochromatic Colors of #A088ED
Black with #A088ED
Text Example
Text Example
White with #A088ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A088ED; }
p { color: rgb(160,136,237); }
H1.HeaderClassName
{
color: #A088ED;
}
.AnyTagClassName
{
color: #A088ED;
}
</style>
background-color css
<style>
a { background-color: #A088ED; }
a { background-color: rgb(160,136,237); }
div.DivClassName
{
background-color: #A088ED;
}
.BgClassName
{
background-color: #A088ED;
}
</style>
border-color css
<style>
span { border-color: #A088ED; }
span { border-color: rgb(160,136,237); }
td.TdClassName
{
border-color: #A088ED;
}
.TagClassName
{
border-color: #A088ED;
}
</style>