Shades of Medium Purple #A27FDE
Tints of Medium Purple #A27FDE
RGB
CMYK
RGB Variations
Color information
#A27FDE (or 0xA27FDE) is known color: Medium Purple. HEX triplet: A2, 7F and DE. RGB value is (162,127,222). Sum of RGB (Red+Green+Blue) = 162+127+222=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #A27FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FDE is #5D8021. Grayscale: #939393. Windows color (decimal): -6127650 or 14581666. OLE color: 14581666.
HSL color Cylindrical-coordinate representation of color #A27FDE: hue angle of 262.11º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A27FDE is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 127 | 222 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.13 |
| HSL | 262.11º | 0.59% | 0.68% | - |
| HSV(B) | 262.11º | 0.43% | 0.87% | - |
| XYZ | 35.67 | 28.13 | 72.66 | - |
| YUV | 148.3 | 169.6 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 222 | 0.27 | 0.43 | 0 | 0.13 | 262.11 | 0.59 | 0.68 |
| Hex | A2 | 7F | DE | 1B | 2B | 0 | D | 106 | 3B | 44 |
| Octal | 242 | 177 | 336 | 33 | 53 | 0 | 15 | 406 | 73 | 104 |
| Binary | 10100010 | 1111111 | 11011110 | 11011 | 101011 | 0 | 1101 | 100000110 | 111011 | 1000100 |
Color Harmonies of #A27FDE
Complementary color
Monochromatic Colors of #A27FDE
Black with #A27FDE
Text Example
Text Example
White with #A27FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FDE; }
p { color: rgb(162,127,222); }
H1.HeaderClassName
{
color: #A27FDE;
}
.AnyTagClassName
{
color: #A27FDE;
}
</style>
background-color css
<style>
a { background-color: #A27FDE; }
a { background-color: rgb(162,127,222); }
div.DivClassName
{
background-color: #A27FDE;
}
.BgClassName
{
background-color: #A27FDE;
}
</style>
border-color css
<style>
span { border-color: #A27FDE; }
span { border-color: rgb(162,127,222); }
td.TdClassName
{
border-color: #A27FDE;
}
.TagClassName
{
border-color: #A27FDE;
}
</style>