Shades of Medium Purple #A286EC
Tints of Medium Purple #A286EC
RGB
CMYK
RGB Variations
Color information
#A286EC (or 0xA286EC) is known color: Medium Purple. HEX triplet: A2, 86 and EC. RGB value is (162,134,236). Sum of RGB (Red+Green+Blue) = 162+134+236=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #A286EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A286EC is #5D7913. Grayscale: #999999. Windows color (decimal): -6125844 or 15500962. OLE color: 15500962.
HSL color Cylindrical-coordinate representation of color #A286EC: hue angle of 256.47º degrees, saturation: 0.73, 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 #A286EC is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 134 | 236 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.07 |
| HSL | 256.47º | 0.73% | 0.73% | - |
| HSV(B) | 256.47º | 0.43% | 0.93% | - |
| XYZ | 38.57 | 30.79 | 83.27 | - |
| YUV | 154 | 174.28 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 236 | 0.31 | 0.43 | 0 | 0.07 | 256.47 | 0.73 | 0.73 |
| Hex | A2 | 86 | EC | 1F | 2B | 0 | 7 | 100 | 49 | 49 |
| Octal | 242 | 206 | 354 | 37 | 53 | 0 | 7 | 400 | 111 | 111 |
| Binary | 10100010 | 10000110 | 11101100 | 11111 | 101011 | 0 | 111 | 100000000 | 1001001 | 1001001 |
Color Harmonies of #A286EC
Complementary color
Monochromatic Colors of #A286EC
Black with #A286EC
Text Example
Text Example
White with #A286EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A286EC; }
p { color: rgb(162,134,236); }
H1.HeaderClassName
{
color: #A286EC;
}
.AnyTagClassName
{
color: #A286EC;
}
</style>
background-color css
<style>
a { background-color: #A286EC; }
a { background-color: rgb(162,134,236); }
div.DivClassName
{
background-color: #A286EC;
}
.BgClassName
{
background-color: #A286EC;
}
</style>
border-color css
<style>
span { border-color: #A286EC; }
span { border-color: rgb(162,134,236); }
td.TdClassName
{
border-color: #A286EC;
}
.TagClassName
{
border-color: #A286EC;
}
</style>