Shades of Medium Purple #A177F9
Tints of Medium Purple #A177F9
RGB
CMYK
RGB Variations
Color information
#A177F9 (or 0xA177F9) is known color: Medium Purple. HEX triplet: A1, 77 and F9. RGB value is (161,119,249). Sum of RGB (Red+Green+Blue) = 161+119+249=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #A177F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A177F9 is #5E8806. Grayscale: #919191. Windows color (decimal): -6195207 or 16349089. OLE color: 16349089.
HSL color Cylindrical-coordinate representation of color #A177F9: hue angle of 259.38º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A177F9 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 119 | 249 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.02 |
| HSL | 259.38º | 0.92% | 0.72% | - |
| HSV(B) | 259.38º | 0.52% | 0.98% | - |
| XYZ | 38.39 | 27.61 | 92.93 | - |
| YUV | 146.38 | 185.91 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 249 | 0.35 | 0.52 | 0 | 0.02 | 259.38 | 0.92 | 0.72 |
| Hex | A1 | 77 | F9 | 23 | 34 | 0 | 2 | 103 | 5C | 48 |
| Octal | 241 | 167 | 371 | 43 | 64 | 0 | 2 | 403 | 134 | 110 |
| Binary | 10100001 | 1110111 | 11111001 | 100011 | 110100 | 0 | 10 | 100000011 | 1011100 | 1001000 |
Color Harmonies of #A177F9
Complementary color
Monochromatic Colors of #A177F9
Black with #A177F9
Text Example
Text Example
White with #A177F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A177F9; }
p { color: rgb(161,119,249); }
H1.HeaderClassName
{
color: #A177F9;
}
.AnyTagClassName
{
color: #A177F9;
}
</style>
background-color css
<style>
a { background-color: #A177F9; }
a { background-color: rgb(161,119,249); }
div.DivClassName
{
background-color: #A177F9;
}
.BgClassName
{
background-color: #A177F9;
}
</style>
border-color css
<style>
span { border-color: #A177F9; }
span { border-color: rgb(161,119,249); }
td.TdClassName
{
border-color: #A177F9;
}
.TagClassName
{
border-color: #A177F9;
}
</style>