Shades of Medium Purple #A27CDD
Tints of Medium Purple #A27CDD
RGB
CMYK
RGB Variations
Color information
#A27CDD (or 0xA27CDD) is known color: Medium Purple. HEX triplet: A2, 7C and DD. RGB value is (162,124,221). Sum of RGB (Red+Green+Blue) = 162+124+221=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #A27CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CDD is #5D8322. Grayscale: #929292. Windows color (decimal): -6128419 or 14515362. OLE color: 14515362.
HSL color Cylindrical-coordinate representation of color #A27CDD: hue angle of 263.51º degrees, saturation: 0.59, 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 #A27CDD is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 124 | 221 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.13 |
| HSL | 263.51º | 0.59% | 0.68% | - |
| HSV(B) | 263.51º | 0.44% | 0.87% | - |
| XYZ | 35.16 | 27.32 | 71.83 | - |
| YUV | 146.42 | 170.09 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 221 | 0.27 | 0.44 | 0 | 0.13 | 263.51 | 0.59 | 0.68 |
| Hex | A2 | 7C | DD | 1B | 2C | 0 | D | 108 | 3B | 44 |
| Octal | 242 | 174 | 335 | 33 | 54 | 0 | 15 | 410 | 73 | 104 |
| Binary | 10100010 | 1111100 | 11011101 | 11011 | 101100 | 0 | 1101 | 100001000 | 111011 | 1000100 |
Color Harmonies of #A27CDD
Complementary color
Monochromatic Colors of #A27CDD
Black with #A27CDD
Text Example
Text Example
White with #A27CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27CDD; }
p { color: rgb(162,124,221); }
H1.HeaderClassName
{
color: #A27CDD;
}
.AnyTagClassName
{
color: #A27CDD;
}
</style>
background-color css
<style>
a { background-color: #A27CDD; }
a { background-color: rgb(162,124,221); }
div.DivClassName
{
background-color: #A27CDD;
}
.BgClassName
{
background-color: #A27CDD;
}
</style>
border-color css
<style>
span { border-color: #A27CDD; }
span { border-color: rgb(162,124,221); }
td.TdClassName
{
border-color: #A27CDD;
}
.TagClassName
{
border-color: #A27CDD;
}
</style>