Shades of Medium Purple #A27EDC
Tints of Medium Purple #A27EDC
RGB
CMYK
RGB Variations
Color information
#A27EDC (or 0xA27EDC) is known color: Medium Purple. HEX triplet: A2, 7E and DC. RGB value is (162,126,220). Sum of RGB (Red+Green+Blue) = 162+126+220=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #A27EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27EDC is #5D8123. Grayscale: #939393. Windows color (decimal): -6127908 or 14450338. OLE color: 14450338.
HSL color Cylindrical-coordinate representation of color #A27EDC: hue angle of 262.98º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A27EDC is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 126 | 220 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.14 |
| HSL | 262.98º | 0.57% | 0.68% | - |
| HSV(B) | 262.98º | 0.43% | 0.86% | - |
| XYZ | 35.28 | 27.77 | 71.21 | - |
| YUV | 147.48 | 168.93 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 220 | 0.26 | 0.43 | 0 | 0.14 | 262.98 | 0.57 | 0.68 |
| Hex | A2 | 7E | DC | 1A | 2B | 0 | E | 107 | 39 | 44 |
| Octal | 242 | 176 | 334 | 32 | 53 | 0 | 16 | 407 | 71 | 104 |
| Binary | 10100010 | 1111110 | 11011100 | 11010 | 101011 | 0 | 1110 | 100000111 | 111001 | 1000100 |
Color Harmonies of #A27EDC
Complementary color
Monochromatic Colors of #A27EDC
Black with #A27EDC
Text Example
Text Example
White with #A27EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27EDC; }
p { color: rgb(162,126,220); }
H1.HeaderClassName
{
color: #A27EDC;
}
.AnyTagClassName
{
color: #A27EDC;
}
</style>
background-color css
<style>
a { background-color: #A27EDC; }
a { background-color: rgb(162,126,220); }
div.DivClassName
{
background-color: #A27EDC;
}
.BgClassName
{
background-color: #A27EDC;
}
</style>
border-color css
<style>
span { border-color: #A27EDC; }
span { border-color: rgb(162,126,220); }
td.TdClassName
{
border-color: #A27EDC;
}
.TagClassName
{
border-color: #A27EDC;
}
</style>