Shades of Medium Purple #A27FDF
Tints of Medium Purple #A27FDF
RGB
CMYK
RGB Variations
Color information
#A27FDF (or 0xA27FDF) is known color: Medium Purple. HEX triplet: A2, 7F and DF. RGB value is (162,127,223). Sum of RGB (Red+Green+Blue) = 162+127+223=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #A27FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FDF is #5D8020. Grayscale: #949494. Windows color (decimal): -6127649 or 14647202. OLE color: 14647202.
HSL color Cylindrical-coordinate representation of color #A27FDF: hue angle of 261.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A27FDF is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 127 | 223 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.13 |
| HSL | 261.88º | 0.6% | 0.69% | - |
| HSV(B) | 261.88º | 0.43% | 0.87% | - |
| XYZ | 35.81 | 28.19 | 73.37 | - |
| YUV | 148.41 | 170.1 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 223 | 0.27 | 0.43 | 0 | 0.13 | 261.88 | 0.6 | 0.69 |
| Hex | A2 | 7F | DF | 1B | 2B | 0 | D | 106 | 3C | 45 |
| Octal | 242 | 177 | 337 | 33 | 53 | 0 | 15 | 406 | 74 | 105 |
| Binary | 10100010 | 1111111 | 11011111 | 11011 | 101011 | 0 | 1101 | 100000110 | 111100 | 1000101 |
Color Harmonies of #A27FDF
Complementary color
Monochromatic Colors of #A27FDF
Black with #A27FDF
Text Example
Text Example
White with #A27FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FDF; }
p { color: rgb(162,127,223); }
H1.HeaderClassName
{
color: #A27FDF;
}
.AnyTagClassName
{
color: #A27FDF;
}
</style>
background-color css
<style>
a { background-color: #A27FDF; }
a { background-color: rgb(162,127,223); }
div.DivClassName
{
background-color: #A27FDF;
}
.BgClassName
{
background-color: #A27FDF;
}
</style>
border-color css
<style>
span { border-color: #A27FDF; }
span { border-color: rgb(162,127,223); }
td.TdClassName
{
border-color: #A27FDF;
}
.TagClassName
{
border-color: #A27FDF;
}
</style>