Shades of Medium Purple #A177DE
Tints of Medium Purple #A177DE
RGB
CMYK
RGB Variations
Color information
#A177DE (or 0xA177DE) is known color: Medium Purple. HEX triplet: A1, 77 and DE. RGB value is (161,119,222). Sum of RGB (Red+Green+Blue) = 161+119+222=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #A177DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177DE is #5E8821. Grayscale: #8E8E8E. Windows color (decimal): -6195234 or 14579617. OLE color: 14579617.
HSL color Cylindrical-coordinate representation of color #A177DE: hue angle of 264.47º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A177DE is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 119 | 222 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.13 |
| HSL | 264.47º | 0.61% | 0.67% | - |
| HSV(B) | 264.47º | 0.46% | 0.87% | - |
| XYZ | 34.48 | 26.04 | 72.32 | - |
| YUV | 143.3 | 172.41 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 222 | 0.27 | 0.46 | 0 | 0.13 | 264.47 | 0.61 | 0.67 |
| Hex | A1 | 77 | DE | 1B | 2E | 0 | D | 108 | 3D | 43 |
| Octal | 241 | 167 | 336 | 33 | 56 | 0 | 15 | 410 | 75 | 103 |
| Binary | 10100001 | 1110111 | 11011110 | 11011 | 101110 | 0 | 1101 | 100001000 | 111101 | 1000011 |
Color Harmonies of #A177DE
Complementary color
Monochromatic Colors of #A177DE
Black with #A177DE
Text Example
Text Example
White with #A177DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A177DE; }
p { color: rgb(161,119,222); }
H1.HeaderClassName
{
color: #A177DE;
}
.AnyTagClassName
{
color: #A177DE;
}
</style>
background-color css
<style>
a { background-color: #A177DE; }
a { background-color: rgb(161,119,222); }
div.DivClassName
{
background-color: #A177DE;
}
.BgClassName
{
background-color: #A177DE;
}
</style>
border-color css
<style>
span { border-color: #A177DE; }
span { border-color: rgb(161,119,222); }
td.TdClassName
{
border-color: #A177DE;
}
.TagClassName
{
border-color: #A177DE;
}
</style>