Shades of Medium Purple #A286ED
Tints of Medium Purple #A286ED
RGB
CMYK
RGB Variations
Color information
#A286ED (or 0xA286ED) is known color: Medium Purple. HEX triplet: A2, 86 and ED. RGB value is (162,134,237). Sum of RGB (Red+Green+Blue) = 162+134+237=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 134 (52.73% from 255 or 25.14% 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 #A286ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A286ED is #5D7912. Grayscale: #999999. Windows color (decimal): -6125843 or 15566498. OLE color: 15566498.
HSL color Cylindrical-coordinate representation of color #A286ED: hue angle of 256.31º 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 #A286ED is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 134 | 237 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.07 |
| HSL | 256.31º | 0.74% | 0.73% | - |
| HSV(B) | 256.31º | 0.43% | 0.93% | - |
| XYZ | 38.71 | 30.85 | 84.03 | - |
| YUV | 154.11 | 174.78 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 237 | 0.32 | 0.43 | 0 | 0.07 | 256.31 | 0.74 | 0.73 |
| Hex | A2 | 86 | ED | 20 | 2B | 0 | 7 | 100 | 4A | 49 |
| Octal | 242 | 206 | 355 | 40 | 53 | 0 | 7 | 400 | 112 | 111 |
| Binary | 10100010 | 10000110 | 11101101 | 100000 | 101011 | 0 | 111 | 100000000 | 1001010 | 1001001 |
Color Harmonies of #A286ED
Complementary color
Monochromatic Colors of #A286ED
Black with #A286ED
Text Example
Text Example
White with #A286ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A286ED; }
p { color: rgb(162,134,237); }
H1.HeaderClassName
{
color: #A286ED;
}
.AnyTagClassName
{
color: #A286ED;
}
</style>
background-color css
<style>
a { background-color: #A286ED; }
a { background-color: rgb(162,134,237); }
div.DivClassName
{
background-color: #A286ED;
}
.BgClassName
{
background-color: #A286ED;
}
</style>
border-color css
<style>
span { border-color: #A286ED; }
span { border-color: rgb(162,134,237); }
td.TdClassName
{
border-color: #A286ED;
}
.TagClassName
{
border-color: #A286ED;
}
</style>