Shades of Medium Purple #A27FEC
Tints of Medium Purple #A27FEC
RGB
CMYK
RGB Variations
Color information
#A27FEC (or 0xA27FEC) is known color: Medium Purple. HEX triplet: A2, 7F and EC. RGB value is (162,127,236). Sum of RGB (Red+Green+Blue) = 162+127+236=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #A27FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27FEC is #5D8013. Grayscale: #959595. Windows color (decimal): -6127636 or 15499170. OLE color: 15499170.
HSL color Cylindrical-coordinate representation of color #A27FEC: hue angle of 259.27º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A27FEC is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 127 | 236 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.07 |
| HSL | 259.27º | 0.74% | 0.71% | - |
| HSV(B) | 259.27º | 0.46% | 0.93% | - |
| XYZ | 37.63 | 28.92 | 82.95 | - |
| YUV | 149.89 | 176.6 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 236 | 0.31 | 0.46 | 0 | 0.07 | 259.27 | 0.74 | 0.71 |
| Hex | A2 | 7F | EC | 1F | 2E | 0 | 7 | 103 | 4A | 47 |
| Octal | 242 | 177 | 354 | 37 | 56 | 0 | 7 | 403 | 112 | 107 |
| Binary | 10100010 | 1111111 | 11101100 | 11111 | 101110 | 0 | 111 | 100000011 | 1001010 | 1000111 |
Color Harmonies of #A27FEC
Complementary color
Monochromatic Colors of #A27FEC
Black with #A27FEC
Text Example
Text Example
White with #A27FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FEC; }
p { color: rgb(162,127,236); }
H1.HeaderClassName
{
color: #A27FEC;
}
.AnyTagClassName
{
color: #A27FEC;
}
</style>
background-color css
<style>
a { background-color: #A27FEC; }
a { background-color: rgb(162,127,236); }
div.DivClassName
{
background-color: #A27FEC;
}
.BgClassName
{
background-color: #A27FEC;
}
</style>
border-color css
<style>
span { border-color: #A27FEC; }
span { border-color: rgb(162,127,236); }
td.TdClassName
{
border-color: #A27FEC;
}
.TagClassName
{
border-color: #A27FEC;
}
</style>