Shades of Medium Purple #A179F4
Tints of Medium Purple #A179F4
RGB
CMYK
RGB Variations
Color information
#A179F4 (or 0xA179F4) is known color: Medium Purple. HEX triplet: A1, 79 and F4. RGB value is (161,121,244). Sum of RGB (Red+Green+Blue) = 161+121+244=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 244 (95.70% from 255 or 46.39% from 526); Max value from RGB is 244 - color contains mainly: blue. Hex color #A179F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A179F4 is #5E860B. Grayscale: #929292. Windows color (decimal): -6194700 or 16021921. OLE color: 16021921.
HSL color Cylindrical-coordinate representation of color #A179F4: hue angle of 259.51º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A179F4 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 121 | 244 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.04 |
| HSL | 259.51º | 0.85% | 0.72% | - |
| HSV(B) | 259.51º | 0.5% | 0.96% | - |
| XYZ | 37.86 | 27.78 | 88.96 | - |
| YUV | 146.98 | 182.75 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 244 | 0.34 | 0.50 | 0 | 0.04 | 259.51 | 0.85 | 0.72 |
| Hex | A1 | 79 | F4 | 22 | 32 | 0 | 4 | 104 | 55 | 48 |
| Octal | 241 | 171 | 364 | 42 | 62 | 0 | 4 | 404 | 125 | 110 |
| Binary | 10100001 | 1111001 | 11110100 | 100010 | 110010 | 0 | 100 | 100000100 | 1010101 | 1001000 |
Color Harmonies of #A179F4
Complementary color
Monochromatic Colors of #A179F4
Black with #A179F4
Text Example
Text Example
White with #A179F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A179F4; }
p { color: rgb(161,121,244); }
H1.HeaderClassName
{
color: #A179F4;
}
.AnyTagClassName
{
color: #A179F4;
}
</style>
background-color css
<style>
a { background-color: #A179F4; }
a { background-color: rgb(161,121,244); }
div.DivClassName
{
background-color: #A179F4;
}
.BgClassName
{
background-color: #A179F4;
}
</style>
border-color css
<style>
span { border-color: #A179F4; }
span { border-color: rgb(161,121,244); }
td.TdClassName
{
border-color: #A179F4;
}
.TagClassName
{
border-color: #A179F4;
}
</style>