Shades of Medium Purple #A27ED5
Tints of Medium Purple #A27ED5
RGB
CMYK
RGB Variations
Color information
#A27ED5 (or 0xA27ED5) is known color: Medium Purple. HEX triplet: A2, 7E and D5. RGB value is (162,126,213). Sum of RGB (Red+Green+Blue) = 162+126+213=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #A27ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ED5 is #5D812A. Grayscale: #929292. Windows color (decimal): -6127915 or 13991586. OLE color: 13991586.
HSL color Cylindrical-coordinate representation of color #A27ED5: hue angle of 264.83º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A27ED5 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 126 | 213 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.16 |
| HSL | 264.83º | 0.51% | 0.66% | - |
| HSV(B) | 264.83º | 0.41% | 0.84% | - |
| XYZ | 34.37 | 27.41 | 66.43 | - |
| YUV | 146.68 | 165.43 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 213 | 0.24 | 0.41 | 0 | 0.16 | 264.83 | 0.51 | 0.66 |
| Hex | A2 | 7E | D5 | 18 | 29 | 0 | 10 | 109 | 33 | 42 |
| Octal | 242 | 176 | 325 | 30 | 51 | 0 | 20 | 411 | 63 | 102 |
| Binary | 10100010 | 1111110 | 11010101 | 11000 | 101001 | 0 | 10000 | 100001001 | 110011 | 1000010 |
Color Harmonies of #A27ED5
Complementary color
Monochromatic Colors of #A27ED5
Black with #A27ED5
Text Example
Text Example
White with #A27ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27ED5; }
p { color: rgb(162,126,213); }
H1.HeaderClassName
{
color: #A27ED5;
}
.AnyTagClassName
{
color: #A27ED5;
}
</style>
background-color css
<style>
a { background-color: #A27ED5; }
a { background-color: rgb(162,126,213); }
div.DivClassName
{
background-color: #A27ED5;
}
.BgClassName
{
background-color: #A27ED5;
}
</style>
border-color css
<style>
span { border-color: #A27ED5; }
span { border-color: rgb(162,126,213); }
td.TdClassName
{
border-color: #A27ED5;
}
.TagClassName
{
border-color: #A27ED5;
}
</style>