Shades of Medium Purple #A27DDF
Tints of Medium Purple #A27DDF
RGB
CMYK
RGB Variations
Color information
#A27DDF (or 0xA27DDF) is known color: Medium Purple. HEX triplet: A2, 7D and DF. RGB value is (162,125,223). Sum of RGB (Red+Green+Blue) = 162+125+223=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #A27DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DDF is #5D8220. Grayscale: #929292. Windows color (decimal): -6128161 or 14646690. OLE color: 14646690.
HSL color Cylindrical-coordinate representation of color #A27DDF: hue angle of 262.65º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A27DDF is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 125 | 223 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.13 |
| HSL | 262.65º | 0.6% | 0.68% | - |
| HSV(B) | 262.65º | 0.44% | 0.87% | - |
| XYZ | 35.55 | 27.68 | 73.28 | - |
| YUV | 147.24 | 170.76 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 223 | 0.27 | 0.44 | 0 | 0.13 | 262.65 | 0.6 | 0.68 |
| Hex | A2 | 7D | DF | 1B | 2C | 0 | D | 107 | 3C | 44 |
| Octal | 242 | 175 | 337 | 33 | 54 | 0 | 15 | 407 | 74 | 104 |
| Binary | 10100010 | 1111101 | 11011111 | 11011 | 101100 | 0 | 1101 | 100000111 | 111100 | 1000100 |
Color Harmonies of #A27DDF
Complementary color
Monochromatic Colors of #A27DDF
Black with #A27DDF
Text Example
Text Example
White with #A27DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27DDF; }
p { color: rgb(162,125,223); }
H1.HeaderClassName
{
color: #A27DDF;
}
.AnyTagClassName
{
color: #A27DDF;
}
</style>
background-color css
<style>
a { background-color: #A27DDF; }
a { background-color: rgb(162,125,223); }
div.DivClassName
{
background-color: #A27DDF;
}
.BgClassName
{
background-color: #A27DDF;
}
</style>
border-color css
<style>
span { border-color: #A27DDF; }
span { border-color: rgb(162,125,223); }
td.TdClassName
{
border-color: #A27DDF;
}
.TagClassName
{
border-color: #A27DDF;
}
</style>