Shades of Medium Purple #A17EDC
Tints of Medium Purple #A17EDC
RGB
CMYK
RGB Variations
Color information
#A17EDC (or 0xA17EDC) is known color: Medium Purple. HEX triplet: A1, 7E and DC. RGB value is (161,126,220). Sum of RGB (Red+Green+Blue) = 161+126+220=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #A17EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EDC is #5E8123. Grayscale: #929292. Windows color (decimal): -6193444 or 14450337. OLE color: 14450337.
HSL color Cylindrical-coordinate representation of color #A17EDC: hue angle of 262.34º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A17EDC is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 126 | 220 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.14 |
| HSL | 262.34º | 0.57% | 0.68% | - |
| HSV(B) | 262.34º | 0.43% | 0.86% | - |
| XYZ | 35.08 | 27.67 | 71.2 | - |
| YUV | 147.18 | 169.1 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 220 | 0.27 | 0.43 | 0 | 0.14 | 262.34 | 0.57 | 0.68 |
| Hex | A1 | 7E | DC | 1B | 2B | 0 | E | 106 | 39 | 44 |
| Octal | 241 | 176 | 334 | 33 | 53 | 0 | 16 | 406 | 71 | 104 |
| Binary | 10100001 | 1111110 | 11011100 | 11011 | 101011 | 0 | 1110 | 100000110 | 111001 | 1000100 |
Color Harmonies of #A17EDC
Complementary color
Monochromatic Colors of #A17EDC
Black with #A17EDC
Text Example
Text Example
White with #A17EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17EDC; }
p { color: rgb(161,126,220); }
H1.HeaderClassName
{
color: #A17EDC;
}
.AnyTagClassName
{
color: #A17EDC;
}
</style>
background-color css
<style>
a { background-color: #A17EDC; }
a { background-color: rgb(161,126,220); }
div.DivClassName
{
background-color: #A17EDC;
}
.BgClassName
{
background-color: #A17EDC;
}
</style>
border-color css
<style>
span { border-color: #A17EDC; }
span { border-color: rgb(161,126,220); }
td.TdClassName
{
border-color: #A17EDC;
}
.TagClassName
{
border-color: #A17EDC;
}
</style>