Shades of Medium Purple #A179DE
Tints of Medium Purple #A179DE
RGB
CMYK
RGB Variations
Color information
#A179DE (or 0xA179DE) is known color: Medium Purple. HEX triplet: A1, 79 and DE. RGB value is (161,121,222). Sum of RGB (Red+Green+Blue) = 161+121+222=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #A179DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179DE is #5E8621. Grayscale: #909090. Windows color (decimal): -6194722 or 14580129. OLE color: 14580129.
HSL color Cylindrical-coordinate representation of color #A179DE: hue angle of 263.76º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A179DE is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 121 | 222 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.13 |
| HSL | 263.76º | 0.6% | 0.67% | - |
| HSV(B) | 263.76º | 0.45% | 0.87% | - |
| XYZ | 34.72 | 26.53 | 72.4 | - |
| YUV | 144.47 | 171.75 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 222 | 0.27 | 0.45 | 0 | 0.13 | 263.76 | 0.6 | 0.67 |
| Hex | A1 | 79 | DE | 1B | 2D | 0 | D | 108 | 3C | 43 |
| Octal | 241 | 171 | 336 | 33 | 55 | 0 | 15 | 410 | 74 | 103 |
| Binary | 10100001 | 1111001 | 11011110 | 11011 | 101101 | 0 | 1101 | 100001000 | 111100 | 1000011 |
Color Harmonies of #A179DE
Complementary color
Monochromatic Colors of #A179DE
Black with #A179DE
Text Example
Text Example
White with #A179DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A179DE; }
p { color: rgb(161,121,222); }
H1.HeaderClassName
{
color: #A179DE;
}
.AnyTagClassName
{
color: #A179DE;
}
</style>
background-color css
<style>
a { background-color: #A179DE; }
a { background-color: rgb(161,121,222); }
div.DivClassName
{
background-color: #A179DE;
}
.BgClassName
{
background-color: #A179DE;
}
</style>
border-color css
<style>
span { border-color: #A179DE; }
span { border-color: rgb(161,121,222); }
td.TdClassName
{
border-color: #A179DE;
}
.TagClassName
{
border-color: #A179DE;
}
</style>