Shades of Medium Purple #A178DD
Tints of Medium Purple #A178DD
RGB
CMYK
RGB Variations
Color information
#A178DD (or 0xA178DD) is known color: Medium Purple. HEX triplet: A1, 78 and DD. RGB value is (161,120,221). Sum of RGB (Red+Green+Blue) = 161+120+221=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #A178DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178DD is #5E8722. Grayscale: #8F8F8F. Windows color (decimal): -6194979 or 14514337. OLE color: 14514337.
HSL color Cylindrical-coordinate representation of color #A178DD: hue angle of 264.36º degrees, saturation: 0.6, 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 #A178DD is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 120 | 221 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.13 |
| HSL | 264.36º | 0.6% | 0.67% | - |
| HSV(B) | 264.36º | 0.46% | 0.87% | - |
| XYZ | 34.47 | 26.23 | 71.65 | - |
| YUV | 143.77 | 171.58 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 221 | 0.27 | 0.46 | 0 | 0.13 | 264.36 | 0.6 | 0.67 |
| Hex | A1 | 78 | DD | 1B | 2E | 0 | D | 108 | 3C | 43 |
| Octal | 241 | 170 | 335 | 33 | 56 | 0 | 15 | 410 | 74 | 103 |
| Binary | 10100001 | 1111000 | 11011101 | 11011 | 101110 | 0 | 1101 | 100001000 | 111100 | 1000011 |
Color Harmonies of #A178DD
Complementary color
Monochromatic Colors of #A178DD
Black with #A178DD
Text Example
Text Example
White with #A178DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A178DD; }
p { color: rgb(161,120,221); }
H1.HeaderClassName
{
color: #A178DD;
}
.AnyTagClassName
{
color: #A178DD;
}
</style>
background-color css
<style>
a { background-color: #A178DD; }
a { background-color: rgb(161,120,221); }
div.DivClassName
{
background-color: #A178DD;
}
.BgClassName
{
background-color: #A178DD;
}
</style>
border-color css
<style>
span { border-color: #A178DD; }
span { border-color: rgb(161,120,221); }
td.TdClassName
{
border-color: #A178DD;
}
.TagClassName
{
border-color: #A178DD;
}
</style>