Shades of Medium Purple #A17EE5
Tints of Medium Purple #A17EE5
RGB
CMYK
RGB Variations
Color information
#A17EE5 (or 0xA17EE5) is known color: Medium Purple. HEX triplet: A1, 7E and E5. RGB value is (161,126,229). Sum of RGB (Red+Green+Blue) = 161+126+229=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 229 - color contains mainly: blue. Hex color #A17EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EE5 is #5E811A. Grayscale: #939393. Windows color (decimal): -6193435 or 15040161. OLE color: 15040161.
HSL color Cylindrical-coordinate representation of color #A17EE5: hue angle of 260.39º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A17EE5 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 126 | 229 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.10 |
| HSL | 260.39º | 0.66% | 0.7% | - |
| HSV(B) | 260.39º | 0.45% | 0.9% | - |
| XYZ | 36.3 | 28.16 | 77.65 | - |
| YUV | 148.21 | 173.6 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 229 | 0.30 | 0.45 | 0 | 0.10 | 260.39 | 0.66 | 0.7 |
| Hex | A1 | 7E | E5 | 1E | 2D | 0 | A | 104 | 42 | 46 |
| Octal | 241 | 176 | 345 | 36 | 55 | 0 | 12 | 404 | 102 | 106 |
| Binary | 10100001 | 1111110 | 11100101 | 11110 | 101101 | 0 | 1010 | 100000100 | 1000010 | 1000110 |
Color Harmonies of #A17EE5
Complementary color
Monochromatic Colors of #A17EE5
Black with #A17EE5
Text Example
Text Example
White with #A17EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17EE5; }
p { color: rgb(161,126,229); }
H1.HeaderClassName
{
color: #A17EE5;
}
.AnyTagClassName
{
color: #A17EE5;
}
</style>
background-color css
<style>
a { background-color: #A17EE5; }
a { background-color: rgb(161,126,229); }
div.DivClassName
{
background-color: #A17EE5;
}
.BgClassName
{
background-color: #A17EE5;
}
</style>
border-color css
<style>
span { border-color: #A17EE5; }
span { border-color: rgb(161,126,229); }
td.TdClassName
{
border-color: #A17EE5;
}
.TagClassName
{
border-color: #A17EE5;
}
</style>