Shades of Medium Purple #A27FDD
Tints of Medium Purple #A27FDD
RGB
CMYK
RGB Variations
Color information
#A27FDD (or 0xA27FDD) is known color: Medium Purple. HEX triplet: A2, 7F and DD. RGB value is (162,127,221). Sum of RGB (Red+Green+Blue) = 162+127+221=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #A27FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FDD is #5D8022. Grayscale: #939393. Windows color (decimal): -6127651 or 14516130. OLE color: 14516130.
HSL color Cylindrical-coordinate representation of color #A27FDD: hue angle of 262.34º degrees, saturation: 0.58, 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 #A27FDD is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 127 | 221 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.13 |
| HSL | 262.34º | 0.58% | 0.68% | - |
| HSV(B) | 262.34º | 0.43% | 0.87% | - |
| XYZ | 35.54 | 28.08 | 71.95 | - |
| YUV | 148.18 | 169.1 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 221 | 0.27 | 0.43 | 0 | 0.13 | 262.34 | 0.58 | 0.68 |
| Hex | A2 | 7F | DD | 1B | 2B | 0 | D | 106 | 3A | 44 |
| Octal | 242 | 177 | 335 | 33 | 53 | 0 | 15 | 406 | 72 | 104 |
| Binary | 10100010 | 1111111 | 11011101 | 11011 | 101011 | 0 | 1101 | 100000110 | 111010 | 1000100 |
Color Harmonies of #A27FDD
Complementary color
Monochromatic Colors of #A27FDD
Black with #A27FDD
Text Example
Text Example
White with #A27FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FDD; }
p { color: rgb(162,127,221); }
H1.HeaderClassName
{
color: #A27FDD;
}
.AnyTagClassName
{
color: #A27FDD;
}
</style>
background-color css
<style>
a { background-color: #A27FDD; }
a { background-color: rgb(162,127,221); }
div.DivClassName
{
background-color: #A27FDD;
}
.BgClassName
{
background-color: #A27FDD;
}
</style>
border-color css
<style>
span { border-color: #A27FDD; }
span { border-color: rgb(162,127,221); }
td.TdClassName
{
border-color: #A27FDD;
}
.TagClassName
{
border-color: #A27FDD;
}
</style>