Shades of Medium Purple #A27FD8
Tints of Medium Purple #A27FD8
RGB
CMYK
RGB Variations
Color information
#A27FD8 (or 0xA27FD8) is known color: Medium Purple. HEX triplet: A2, 7F and D8. RGB value is (162,127,216). Sum of RGB (Red+Green+Blue) = 162+127+216=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #A27FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FD8 is #5D8027. Grayscale: #939393. Windows color (decimal): -6127656 or 14188450. OLE color: 14188450.
HSL color Cylindrical-coordinate representation of color #A27FD8: hue angle of 263.6º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A27FD8 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 127 | 216 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.15 |
| HSL | 263.6º | 0.53% | 0.67% | - |
| HSV(B) | 263.6º | 0.41% | 0.85% | - |
| XYZ | 34.88 | 27.82 | 68.5 | - |
| YUV | 147.61 | 166.6 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 216 | 0.25 | 0.41 | 0 | 0.15 | 263.6 | 0.53 | 0.67 |
| Hex | A2 | 7F | D8 | 19 | 29 | 0 | F | 108 | 35 | 43 |
| Octal | 242 | 177 | 330 | 31 | 51 | 0 | 17 | 410 | 65 | 103 |
| Binary | 10100010 | 1111111 | 11011000 | 11001 | 101001 | 0 | 1111 | 100001000 | 110101 | 1000011 |
Color Harmonies of #A27FD8
Complementary color
Monochromatic Colors of #A27FD8
Black with #A27FD8
Text Example
Text Example
White with #A27FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FD8; }
p { color: rgb(162,127,216); }
H1.HeaderClassName
{
color: #A27FD8;
}
.AnyTagClassName
{
color: #A27FD8;
}
</style>
background-color css
<style>
a { background-color: #A27FD8; }
a { background-color: rgb(162,127,216); }
div.DivClassName
{
background-color: #A27FD8;
}
.BgClassName
{
background-color: #A27FD8;
}
</style>
border-color css
<style>
span { border-color: #A27FD8; }
span { border-color: rgb(162,127,216); }
td.TdClassName
{
border-color: #A27FD8;
}
.TagClassName
{
border-color: #A27FD8;
}
</style>