Shades of Medium Purple #A17DEA
Tints of Medium Purple #A17DEA
RGB
CMYK
RGB Variations
Color information
#A17DEA (or 0xA17DEA) is known color: Medium Purple. HEX triplet: A1, 7D and EA. RGB value is (161,125,234). Sum of RGB (Red+Green+Blue) = 161+125+234=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #A17DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17DEA is #5E8215. Grayscale: #939393. Windows color (decimal): -6193686 or 15367585. OLE color: 15367585.
HSL color Cylindrical-coordinate representation of color #A17DEA: hue angle of 259.82º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A17DEA is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 125 | 234 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.08 |
| HSL | 259.82º | 0.72% | 0.7% | - |
| HSV(B) | 259.82º | 0.47% | 0.92% | - |
| XYZ | 36.88 | 28.18 | 81.34 | - |
| YUV | 148.19 | 176.43 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 234 | 0.31 | 0.47 | 0 | 0.08 | 259.82 | 0.72 | 0.7 |
| Hex | A1 | 7D | EA | 1F | 2F | 0 | 8 | 104 | 48 | 46 |
| Octal | 241 | 175 | 352 | 37 | 57 | 0 | 10 | 404 | 110 | 106 |
| Binary | 10100001 | 1111101 | 11101010 | 11111 | 101111 | 0 | 1000 | 100000100 | 1001000 | 1000110 |
Color Harmonies of #A17DEA
Complementary color
Monochromatic Colors of #A17DEA
Black with #A17DEA
Text Example
Text Example
White with #A17DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17DEA; }
p { color: rgb(161,125,234); }
H1.HeaderClassName
{
color: #A17DEA;
}
.AnyTagClassName
{
color: #A17DEA;
}
</style>
background-color css
<style>
a { background-color: #A17DEA; }
a { background-color: rgb(161,125,234); }
div.DivClassName
{
background-color: #A17DEA;
}
.BgClassName
{
background-color: #A17DEA;
}
</style>
border-color css
<style>
span { border-color: #A17DEA; }
span { border-color: rgb(161,125,234); }
td.TdClassName
{
border-color: #A17DEA;
}
.TagClassName
{
border-color: #A17DEA;
}
</style>