Shades of Medium Purple #A288EE
Tints of Medium Purple #A288EE
RGB
CMYK
RGB Variations
Color information
#A288EE (or 0xA288EE) is known color: Medium Purple. HEX triplet: A2, 88 and EE. RGB value is (162,136,238). Sum of RGB (Red+Green+Blue) = 162+136+238=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #A288EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A288EE is #5D7711. Grayscale: #9B9B9B. Windows color (decimal): -6125330 or 15632546. OLE color: 15632546.
HSL color Cylindrical-coordinate representation of color #A288EE: hue angle of 255.29º degrees, saturation: 0.75, 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 #A288EE is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 136 | 238 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.07 |
| HSL | 255.29º | 0.75% | 0.73% | - |
| HSV(B) | 255.29º | 0.43% | 0.93% | - |
| XYZ | 39.14 | 31.46 | 84.9 | - |
| YUV | 155.4 | 174.61 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 238 | 0.32 | 0.43 | 0 | 0.07 | 255.29 | 0.75 | 0.73 |
| Hex | A2 | 88 | EE | 20 | 2B | 0 | 7 | FF | 4B | 49 |
| Octal | 242 | 210 | 356 | 40 | 53 | 0 | 7 | 377 | 113 | 111 |
| Binary | 10100010 | 10001000 | 11101110 | 100000 | 101011 | 0 | 111 | 11111111 | 1001011 | 1001001 |
Color Harmonies of #A288EE
Complementary color
Monochromatic Colors of #A288EE
Black with #A288EE
Text Example
Text Example
White with #A288EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A288EE; }
p { color: rgb(162,136,238); }
H1.HeaderClassName
{
color: #A288EE;
}
.AnyTagClassName
{
color: #A288EE;
}
</style>
background-color css
<style>
a { background-color: #A288EE; }
a { background-color: rgb(162,136,238); }
div.DivClassName
{
background-color: #A288EE;
}
.BgClassName
{
background-color: #A288EE;
}
</style>
border-color css
<style>
span { border-color: #A288EE; }
span { border-color: rgb(162,136,238); }
td.TdClassName
{
border-color: #A288EE;
}
.TagClassName
{
border-color: #A288EE;
}
</style>