Shades of Medium Purple #A27DDD
Tints of Medium Purple #A27DDD
RGB
CMYK
RGB Variations
Color information
#A27DDD (or 0xA27DDD) is known color: Medium Purple. HEX triplet: A2, 7D and DD. RGB value is (162,125,221). Sum of RGB (Red+Green+Blue) = 162+125+221=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #A27DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DDD is #5D8222. Grayscale: #929292. Windows color (decimal): -6128163 or 14515618. OLE color: 14515618.
HSL color Cylindrical-coordinate representation of color #A27DDD: hue angle of 263.12º degrees, saturation: 0.59, 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 #A27DDD is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 125 | 221 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.13 |
| HSL | 263.13º | 0.59% | 0.68% | - |
| HSV(B) | 263.13º | 0.43% | 0.87% | - |
| XYZ | 35.29 | 27.57 | 71.87 | - |
| YUV | 147.01 | 169.76 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 221 | 0.27 | 0.43 | 0 | 0.13 | 263.13 | 0.59 | 0.68 |
| Hex | A2 | 7D | DD | 1B | 2B | 0 | D | 107 | 3B | 44 |
| Octal | 242 | 175 | 335 | 33 | 53 | 0 | 15 | 407 | 73 | 104 |
| Binary | 10100010 | 1111101 | 11011101 | 11011 | 101011 | 0 | 1101 | 100000111 | 111011 | 1000100 |
Color Harmonies of #A27DDD
Complementary color
Monochromatic Colors of #A27DDD
Black with #A27DDD
Text Example
Text Example
White with #A27DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27DDD; }
p { color: rgb(162,125,221); }
H1.HeaderClassName
{
color: #A27DDD;
}
.AnyTagClassName
{
color: #A27DDD;
}
</style>
background-color css
<style>
a { background-color: #A27DDD; }
a { background-color: rgb(162,125,221); }
div.DivClassName
{
background-color: #A27DDD;
}
.BgClassName
{
background-color: #A27DDD;
}
</style>
border-color css
<style>
span { border-color: #A27DDD; }
span { border-color: rgb(162,125,221); }
td.TdClassName
{
border-color: #A27DDD;
}
.TagClassName
{
border-color: #A27DDD;
}
</style>