Shades of Medium Purple #A17DDE
Tints of Medium Purple #A17DDE
RGB
CMYK
RGB Variations
Color information
#A17DDE (or 0xA17DDE) is known color: Medium Purple. HEX triplet: A1, 7D and DE. RGB value is (161,125,222). Sum of RGB (Red+Green+Blue) = 161+125+222=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #A17DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17DDE is #5E8221. Grayscale: #929292. Windows color (decimal): -6193698 or 14581153. OLE color: 14581153.
HSL color Cylindrical-coordinate representation of color #A17DDE: hue angle of 262.27º 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 #A17DDE is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 125 | 222 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.13 |
| HSL | 262.27º | 0.6% | 0.68% | - |
| HSV(B) | 262.27º | 0.44% | 0.87% | - |
| XYZ | 35.22 | 27.52 | 72.56 | - |
| YUV | 146.82 | 170.43 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 222 | 0.27 | 0.44 | 0 | 0.13 | 262.27 | 0.6 | 0.68 |
| Hex | A1 | 7D | DE | 1B | 2C | 0 | D | 106 | 3C | 44 |
| Octal | 241 | 175 | 336 | 33 | 54 | 0 | 15 | 406 | 74 | 104 |
| Binary | 10100001 | 1111101 | 11011110 | 11011 | 101100 | 0 | 1101 | 100000110 | 111100 | 1000100 |
Color Harmonies of #A17DDE
Complementary color
Monochromatic Colors of #A17DDE
Black with #A17DDE
Text Example
Text Example
White with #A17DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17DDE; }
p { color: rgb(161,125,222); }
H1.HeaderClassName
{
color: #A17DDE;
}
.AnyTagClassName
{
color: #A17DDE;
}
</style>
background-color css
<style>
a { background-color: #A17DDE; }
a { background-color: rgb(161,125,222); }
div.DivClassName
{
background-color: #A17DDE;
}
.BgClassName
{
background-color: #A17DDE;
}
</style>
border-color css
<style>
span { border-color: #A17DDE; }
span { border-color: rgb(161,125,222); }
td.TdClassName
{
border-color: #A17DDE;
}
.TagClassName
{
border-color: #A17DDE;
}
</style>