Shades of Medium Purple #A177E7
Tints of Medium Purple #A177E7
RGB
CMYK
RGB Variations
Color information
#A177E7 (or 0xA177E7) is known color: Medium Purple. HEX triplet: A1, 77 and E7. RGB value is (161,119,231). Sum of RGB (Red+Green+Blue) = 161+119+231=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 231 (90.62% from 255 or 45.21% from 511); Max value from RGB is 231 - color contains mainly: blue. Hex color #A177E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A177E7 is #5E8818. Grayscale: #8F8F8F. Windows color (decimal): -6195225 or 15169441. OLE color: 15169441.
HSL color Cylindrical-coordinate representation of color #A177E7: hue angle of 262.5º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A177E7 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 119 | 231 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.09 |
| HSL | 262.5º | 0.7% | 0.69% | - |
| HSV(B) | 262.5º | 0.48% | 0.91% | - |
| XYZ | 35.72 | 26.54 | 78.84 | - |
| YUV | 144.33 | 176.91 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 231 | 0.30 | 0.48 | 0 | 0.09 | 262.5 | 0.7 | 0.69 |
| Hex | A1 | 77 | E7 | 1E | 30 | 0 | 9 | 106 | 46 | 45 |
| Octal | 241 | 167 | 347 | 36 | 60 | 0 | 11 | 406 | 106 | 105 |
| Binary | 10100001 | 1110111 | 11100111 | 11110 | 110000 | 0 | 1001 | 100000110 | 1000110 | 1000101 |
Color Harmonies of #A177E7
Complementary color
Monochromatic Colors of #A177E7
Black with #A177E7
Text Example
Text Example
White with #A177E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A177E7; }
p { color: rgb(161,119,231); }
H1.HeaderClassName
{
color: #A177E7;
}
.AnyTagClassName
{
color: #A177E7;
}
</style>
background-color css
<style>
a { background-color: #A177E7; }
a { background-color: rgb(161,119,231); }
div.DivClassName
{
background-color: #A177E7;
}
.BgClassName
{
background-color: #A177E7;
}
</style>
border-color css
<style>
span { border-color: #A177E7; }
span { border-color: rgb(161,119,231); }
td.TdClassName
{
border-color: #A177E7;
}
.TagClassName
{
border-color: #A177E7;
}
</style>