Shades of Medium Purple #A177F0
Tints of Medium Purple #A177F0
RGB
CMYK
RGB Variations
Color information
#A177F0 (or 0xA177F0) is known color: Medium Purple. HEX triplet: A1, 77 and F0. RGB value is (161,119,240). Sum of RGB (Red+Green+Blue) = 161+119+240=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #A177F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A177F0 is #5E880F. Grayscale: #909090. Windows color (decimal): -6195216 or 15759265. OLE color: 15759265.
HSL color Cylindrical-coordinate representation of color #A177F0: hue angle of 260.83º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A177F0 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 119 | 240 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.06 |
| HSL | 260.83º | 0.8% | 0.7% | - |
| HSV(B) | 260.83º | 0.5% | 0.94% | - |
| XYZ | 37.02 | 27.06 | 85.71 | - |
| YUV | 145.35 | 181.41 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 240 | 0.33 | 0.50 | 0 | 0.06 | 260.83 | 0.8 | 0.7 |
| Hex | A1 | 77 | F0 | 21 | 32 | 0 | 6 | 105 | 50 | 46 |
| Octal | 241 | 167 | 360 | 41 | 62 | 0 | 6 | 405 | 120 | 106 |
| Binary | 10100001 | 1110111 | 11110000 | 100001 | 110010 | 0 | 110 | 100000101 | 1010000 | 1000110 |
Color Harmonies of #A177F0
Complementary color
Monochromatic Colors of #A177F0
Black with #A177F0
Text Example
Text Example
White with #A177F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A177F0; }
p { color: rgb(161,119,240); }
H1.HeaderClassName
{
color: #A177F0;
}
.AnyTagClassName
{
color: #A177F0;
}
</style>
background-color css
<style>
a { background-color: #A177F0; }
a { background-color: rgb(161,119,240); }
div.DivClassName
{
background-color: #A177F0;
}
.BgClassName
{
background-color: #A177F0;
}
</style>
border-color css
<style>
span { border-color: #A177F0; }
span { border-color: rgb(161,119,240); }
td.TdClassName
{
border-color: #A177F0;
}
.TagClassName
{
border-color: #A177F0;
}
</style>