Shades of Medium Purple #A27CDE
Tints of Medium Purple #A27CDE
RGB
CMYK
RGB Variations
Color information
#A27CDE (or 0xA27CDE) is known color: Medium Purple. HEX triplet: A2, 7C and DE. RGB value is (162,124,222). Sum of RGB (Red+Green+Blue) = 162+124+222=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #A27CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CDE is #5D8321. Grayscale: #929292. Windows color (decimal): -6128418 or 14580898. OLE color: 14580898.
HSL color Cylindrical-coordinate representation of color #A27CDE: hue angle of 263.27º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A27CDE is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 124 | 222 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.13 |
| HSL | 263.27º | 0.6% | 0.68% | - |
| HSV(B) | 263.27º | 0.44% | 0.87% | - |
| XYZ | 35.29 | 27.37 | 72.53 | - |
| YUV | 146.53 | 170.59 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 222 | 0.27 | 0.44 | 0 | 0.13 | 263.27 | 0.6 | 0.68 |
| Hex | A2 | 7C | DE | 1B | 2C | 0 | D | 107 | 3C | 44 |
| Octal | 242 | 174 | 336 | 33 | 54 | 0 | 15 | 407 | 74 | 104 |
| Binary | 10100010 | 1111100 | 11011110 | 11011 | 101100 | 0 | 1101 | 100000111 | 111100 | 1000100 |
Color Harmonies of #A27CDE
Complementary color
Monochromatic Colors of #A27CDE
Black with #A27CDE
Text Example
Text Example
White with #A27CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27CDE; }
p { color: rgb(162,124,222); }
H1.HeaderClassName
{
color: #A27CDE;
}
.AnyTagClassName
{
color: #A27CDE;
}
</style>
background-color css
<style>
a { background-color: #A27CDE; }
a { background-color: rgb(162,124,222); }
div.DivClassName
{
background-color: #A27CDE;
}
.BgClassName
{
background-color: #A27CDE;
}
</style>
border-color css
<style>
span { border-color: #A27CDE; }
span { border-color: rgb(162,124,222); }
td.TdClassName
{
border-color: #A27CDE;
}
.TagClassName
{
border-color: #A27CDE;
}
</style>