Shades of Medium Purple #A286EE
Tints of Medium Purple #A286EE
RGB
CMYK
RGB Variations
Color information
#A286EE (or 0xA286EE) is known color: Medium Purple. HEX triplet: A2, 86 and EE. RGB value is (162,134,238). Sum of RGB (Red+Green+Blue) = 162+134+238=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #A286EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A286EE is #5D7911. Grayscale: #999999. Windows color (decimal): -6125842 or 15632034. OLE color: 15632034.
HSL color Cylindrical-coordinate representation of color #A286EE: hue angle of 256.15º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A286EE is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 134 | 238 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.07 |
| HSL | 256.15º | 0.75% | 0.73% | - |
| HSV(B) | 256.15º | 0.44% | 0.93% | - |
| XYZ | 38.86 | 30.9 | 84.81 | - |
| YUV | 154.23 | 175.28 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 238 | 0.32 | 0.44 | 0 | 0.07 | 256.15 | 0.75 | 0.73 |
| Hex | A2 | 86 | EE | 20 | 2C | 0 | 7 | 100 | 4B | 49 |
| Octal | 242 | 206 | 356 | 40 | 54 | 0 | 7 | 400 | 113 | 111 |
| Binary | 10100010 | 10000110 | 11101110 | 100000 | 101100 | 0 | 111 | 100000000 | 1001011 | 1001001 |
Color Harmonies of #A286EE
Complementary color
Monochromatic Colors of #A286EE
Black with #A286EE
Text Example
Text Example
White with #A286EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A286EE; }
p { color: rgb(162,134,238); }
H1.HeaderClassName
{
color: #A286EE;
}
.AnyTagClassName
{
color: #A286EE;
}
</style>
background-color css
<style>
a { background-color: #A286EE; }
a { background-color: rgb(162,134,238); }
div.DivClassName
{
background-color: #A286EE;
}
.BgClassName
{
background-color: #A286EE;
}
</style>
border-color css
<style>
span { border-color: #A286EE; }
span { border-color: rgb(162,134,238); }
td.TdClassName
{
border-color: #A286EE;
}
.TagClassName
{
border-color: #A286EE;
}
</style>