Shades of Medium Purple #A179DB
Tints of Medium Purple #A179DB
RGB
CMYK
RGB Variations
Color information
#A179DB (or 0xA179DB) is known color: Medium Purple. HEX triplet: A1, 79 and DB. RGB value is (161,121,219). Sum of RGB (Red+Green+Blue) = 161+121+219=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #A179DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179DB is #5E8624. Grayscale: #8F8F8F. Windows color (decimal): -6194725 or 14383521. OLE color: 14383521.
HSL color Cylindrical-coordinate representation of color #A179DB: hue angle of 264.49º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A179DB is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 121 | 219 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.14 |
| HSL | 264.49º | 0.58% | 0.67% | - |
| HSV(B) | 264.49º | 0.45% | 0.86% | - |
| XYZ | 34.32 | 26.37 | 70.3 | - |
| YUV | 144.13 | 170.25 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 219 | 0.26 | 0.45 | 0 | 0.14 | 264.49 | 0.58 | 0.67 |
| Hex | A1 | 79 | DB | 1A | 2D | 0 | E | 108 | 3A | 43 |
| Octal | 241 | 171 | 333 | 32 | 55 | 0 | 16 | 410 | 72 | 103 |
| Binary | 10100001 | 1111001 | 11011011 | 11010 | 101101 | 0 | 1110 | 100001000 | 111010 | 1000011 |
Color Harmonies of #A179DB
Complementary color
Monochromatic Colors of #A179DB
Black with #A179DB
Text Example
Text Example
White with #A179DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A179DB; }
p { color: rgb(161,121,219); }
H1.HeaderClassName
{
color: #A179DB;
}
.AnyTagClassName
{
color: #A179DB;
}
</style>
background-color css
<style>
a { background-color: #A179DB; }
a { background-color: rgb(161,121,219); }
div.DivClassName
{
background-color: #A179DB;
}
.BgClassName
{
background-color: #A179DB;
}
</style>
border-color css
<style>
span { border-color: #A179DB; }
span { border-color: rgb(161,121,219); }
td.TdClassName
{
border-color: #A179DB;
}
.TagClassName
{
border-color: #A179DB;
}
</style>