Shades of Medium Purple #A27FDC
Tints of Medium Purple #A27FDC
RGB
CMYK
RGB Variations
Color information
#A27FDC (or 0xA27FDC) is known color: Medium Purple. HEX triplet: A2, 7F and DC. RGB value is (162,127,220). Sum of RGB (Red+Green+Blue) = 162+127+220=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #A27FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FDC is #5D8023. Grayscale: #939393. Windows color (decimal): -6127652 or 14450594. OLE color: 14450594.
HSL color Cylindrical-coordinate representation of color #A27FDC: hue angle of 262.58º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A27FDC is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 127 | 220 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.14 |
| HSL | 262.58º | 0.57% | 0.68% | - |
| HSV(B) | 262.58º | 0.42% | 0.86% | - |
| XYZ | 35.41 | 28.03 | 71.25 | - |
| YUV | 148.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 220 | 0.26 | 0.42 | 0 | 0.14 | 262.58 | 0.57 | 0.68 |
| Hex | A2 | 7F | DC | 1A | 2A | 0 | E | 107 | 39 | 44 |
| Octal | 242 | 177 | 334 | 32 | 52 | 0 | 16 | 407 | 71 | 104 |
| Binary | 10100010 | 1111111 | 11011100 | 11010 | 101010 | 0 | 1110 | 100000111 | 111001 | 1000100 |
Color Harmonies of #A27FDC
Complementary color
Monochromatic Colors of #A27FDC
Black with #A27FDC
Text Example
Text Example
White with #A27FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FDC; }
p { color: rgb(162,127,220); }
H1.HeaderClassName
{
color: #A27FDC;
}
.AnyTagClassName
{
color: #A27FDC;
}
</style>
background-color css
<style>
a { background-color: #A27FDC; }
a { background-color: rgb(162,127,220); }
div.DivClassName
{
background-color: #A27FDC;
}
.BgClassName
{
background-color: #A27FDC;
}
</style>
border-color css
<style>
span { border-color: #A27FDC; }
span { border-color: rgb(162,127,220); }
td.TdClassName
{
border-color: #A27FDC;
}
.TagClassName
{
border-color: #A27FDC;
}
</style>