Shades of Medium Purple #A27ED9
Tints of Medium Purple #A27ED9
RGB
CMYK
RGB Variations
Color information
#A27ED9 (or 0xA27ED9) is known color: Medium Purple. HEX triplet: A2, 7E and D9. RGB value is (162,126,217). Sum of RGB (Red+Green+Blue) = 162+126+217=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 217 - color contains mainly: blue. Hex color #A27ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ED9 is #5D8126. Grayscale: #929292. Windows color (decimal): -6127911 or 14253730. OLE color: 14253730.
HSL color Cylindrical-coordinate representation of color #A27ED9: hue angle of 263.74º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A27ED9 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 126 | 217 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.15 |
| HSL | 263.74º | 0.54% | 0.67% | - |
| HSV(B) | 263.74º | 0.42% | 0.85% | - |
| XYZ | 34.89 | 27.61 | 69.14 | - |
| YUV | 147.14 | 167.43 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 217 | 0.25 | 0.42 | 0 | 0.15 | 263.74 | 0.54 | 0.67 |
| Hex | A2 | 7E | D9 | 19 | 2A | 0 | F | 108 | 36 | 43 |
| Octal | 242 | 176 | 331 | 31 | 52 | 0 | 17 | 410 | 66 | 103 |
| Binary | 10100010 | 1111110 | 11011001 | 11001 | 101010 | 0 | 1111 | 100001000 | 110110 | 1000011 |
Color Harmonies of #A27ED9
Complementary color
Monochromatic Colors of #A27ED9
Black with #A27ED9
Text Example
Text Example
White with #A27ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27ED9; }
p { color: rgb(162,126,217); }
H1.HeaderClassName
{
color: #A27ED9;
}
.AnyTagClassName
{
color: #A27ED9;
}
</style>
background-color css
<style>
a { background-color: #A27ED9; }
a { background-color: rgb(162,126,217); }
div.DivClassName
{
background-color: #A27ED9;
}
.BgClassName
{
background-color: #A27ED9;
}
</style>
border-color css
<style>
span { border-color: #A27ED9; }
span { border-color: rgb(162,126,217); }
td.TdClassName
{
border-color: #A27ED9;
}
.TagClassName
{
border-color: #A27ED9;
}
</style>