Shades of Medium Purple #A179DF
Tints of Medium Purple #A179DF
RGB
CMYK
RGB Variations
Color information
#A179DF (or 0xA179DF) is known color: Medium Purple. HEX triplet: A1, 79 and DF. RGB value is (161,121,223). Sum of RGB (Red+Green+Blue) = 161+121+223=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #A179DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179DF is #5E8620. Grayscale: #909090. Windows color (decimal): -6194721 or 14645665. OLE color: 14645665.
HSL color Cylindrical-coordinate representation of color #A179DF: hue angle of 263.53º 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 #A179DF is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 121 | 223 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.13 |
| HSL | 263.53º | 0.61% | 0.67% | - |
| HSV(B) | 263.53º | 0.46% | 0.87% | - |
| XYZ | 34.85 | 26.58 | 73.11 | - |
| YUV | 144.59 | 172.25 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 223 | 0.28 | 0.46 | 0 | 0.13 | 263.53 | 0.61 | 0.67 |
| Hex | A1 | 79 | DF | 1C | 2E | 0 | D | 108 | 3D | 43 |
| Octal | 241 | 171 | 337 | 34 | 56 | 0 | 15 | 410 | 75 | 103 |
| Binary | 10100001 | 1111001 | 11011111 | 11100 | 101110 | 0 | 1101 | 100001000 | 111101 | 1000011 |
Color Harmonies of #A179DF
Complementary color
Monochromatic Colors of #A179DF
Black with #A179DF
Text Example
Text Example
White with #A179DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A179DF; }
p { color: rgb(161,121,223); }
H1.HeaderClassName
{
color: #A179DF;
}
.AnyTagClassName
{
color: #A179DF;
}
</style>
background-color css
<style>
a { background-color: #A179DF; }
a { background-color: rgb(161,121,223); }
div.DivClassName
{
background-color: #A179DF;
}
.BgClassName
{
background-color: #A179DF;
}
</style>
border-color css
<style>
span { border-color: #A179DF; }
span { border-color: rgb(161,121,223); }
td.TdClassName
{
border-color: #A179DF;
}
.TagClassName
{
border-color: #A179DF;
}
</style>