Shades of Medium Purple #A27EDA
Tints of Medium Purple #A27EDA
RGB
CMYK
RGB Variations
Color information
#A27EDA (or 0xA27EDA) is known color: Medium Purple. HEX triplet: A2, 7E and DA. RGB value is (162,126,218). Sum of RGB (Red+Green+Blue) = 162+126+218=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #A27EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27EDA is #5D8125. Grayscale: #929292. Windows color (decimal): -6127910 or 14319266. OLE color: 14319266.
HSL color Cylindrical-coordinate representation of color #A27EDA: hue angle of 263.48º degrees, saturation: 0.55, 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 #A27EDA is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 126 | 218 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.15 |
| HSL | 263.48º | 0.55% | 0.67% | - |
| HSV(B) | 263.48º | 0.42% | 0.85% | - |
| XYZ | 35.02 | 27.67 | 69.82 | - |
| YUV | 147.25 | 167.93 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 218 | 0.26 | 0.42 | 0 | 0.15 | 263.48 | 0.55 | 0.67 |
| Hex | A2 | 7E | DA | 1A | 2A | 0 | F | 107 | 37 | 43 |
| Octal | 242 | 176 | 332 | 32 | 52 | 0 | 17 | 407 | 67 | 103 |
| Binary | 10100010 | 1111110 | 11011010 | 11010 | 101010 | 0 | 1111 | 100000111 | 110111 | 1000011 |
Color Harmonies of #A27EDA
Complementary color
Monochromatic Colors of #A27EDA
Black with #A27EDA
Text Example
Text Example
White with #A27EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27EDA; }
p { color: rgb(162,126,218); }
H1.HeaderClassName
{
color: #A27EDA;
}
.AnyTagClassName
{
color: #A27EDA;
}
</style>
background-color css
<style>
a { background-color: #A27EDA; }
a { background-color: rgb(162,126,218); }
div.DivClassName
{
background-color: #A27EDA;
}
.BgClassName
{
background-color: #A27EDA;
}
</style>
border-color css
<style>
span { border-color: #A27EDA; }
span { border-color: rgb(162,126,218); }
td.TdClassName
{
border-color: #A27EDA;
}
.TagClassName
{
border-color: #A27EDA;
}
</style>