Shades of Medium Purple #A27DED
Tints of Medium Purple #A27DED
RGB
CMYK
RGB Variations
Color information
#A27DED (or 0xA27DED) is known color: Medium Purple. HEX triplet: A2, 7D and ED. RGB value is (162,125,237). Sum of RGB (Red+Green+Blue) = 162+125+237=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #A27DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27DED is #5D8212. Grayscale: #949494. Windows color (decimal): -6128147 or 15564194. OLE color: 15564194.
HSL color Cylindrical-coordinate representation of color #A27DED: hue angle of 259.82º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A27DED is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 125 | 237 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.07 |
| HSL | 259.82º | 0.76% | 0.71% | - |
| HSV(B) | 259.82º | 0.47% | 0.93% | - |
| XYZ | 37.52 | 28.46 | 83.64 | - |
| YUV | 148.83 | 177.76 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 237 | 0.32 | 0.47 | 0 | 0.07 | 259.82 | 0.76 | 0.71 |
| Hex | A2 | 7D | ED | 20 | 2F | 0 | 7 | 104 | 4C | 47 |
| Octal | 242 | 175 | 355 | 40 | 57 | 0 | 7 | 404 | 114 | 107 |
| Binary | 10100010 | 1111101 | 11101101 | 100000 | 101111 | 0 | 111 | 100000100 | 1001100 | 1000111 |
Color Harmonies of #A27DED
Complementary color
Monochromatic Colors of #A27DED
Black with #A27DED
Text Example
Text Example
White with #A27DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27DED; }
p { color: rgb(162,125,237); }
H1.HeaderClassName
{
color: #A27DED;
}
.AnyTagClassName
{
color: #A27DED;
}
</style>
background-color css
<style>
a { background-color: #A27DED; }
a { background-color: rgb(162,125,237); }
div.DivClassName
{
background-color: #A27DED;
}
.BgClassName
{
background-color: #A27DED;
}
</style>
border-color css
<style>
span { border-color: #A27DED; }
span { border-color: rgb(162,125,237); }
td.TdClassName
{
border-color: #A27DED;
}
.TagClassName
{
border-color: #A27DED;
}
</style>