Shades of Medium Purple #A178DC
Tints of Medium Purple #A178DC
RGB
CMYK
RGB Variations
Color information
#A178DC (or 0xA178DC) is known color: Medium Purple. HEX triplet: A1, 78 and DC. RGB value is (161,120,220). Sum of RGB (Red+Green+Blue) = 161+120+220=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #A178DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178DC is #5E8723. Grayscale: #8F8F8F. Windows color (decimal): -6194980 or 14448801. OLE color: 14448801.
HSL color Cylindrical-coordinate representation of color #A178DC: hue angle of 264.6º degrees, saturation: 0.59, 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 #A178DC is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 120 | 220 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.14 |
| HSL | 264.6º | 0.59% | 0.67% | - |
| HSV(B) | 264.6º | 0.45% | 0.86% | - |
| XYZ | 34.33 | 26.18 | 70.95 | - |
| YUV | 143.66 | 171.08 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 220 | 0.27 | 0.45 | 0 | 0.14 | 264.6 | 0.59 | 0.67 |
| Hex | A1 | 78 | DC | 1B | 2D | 0 | E | 109 | 3B | 43 |
| Octal | 241 | 170 | 334 | 33 | 55 | 0 | 16 | 411 | 73 | 103 |
| Binary | 10100001 | 1111000 | 11011100 | 11011 | 101101 | 0 | 1110 | 100001001 | 111011 | 1000011 |
Color Harmonies of #A178DC
Complementary color
Monochromatic Colors of #A178DC
Black with #A178DC
Text Example
Text Example
White with #A178DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A178DC; }
p { color: rgb(161,120,220); }
H1.HeaderClassName
{
color: #A178DC;
}
.AnyTagClassName
{
color: #A178DC;
}
</style>
background-color css
<style>
a { background-color: #A178DC; }
a { background-color: rgb(161,120,220); }
div.DivClassName
{
background-color: #A178DC;
}
.BgClassName
{
background-color: #A178DC;
}
</style>
border-color css
<style>
span { border-color: #A178DC; }
span { border-color: rgb(161,120,220); }
td.TdClassName
{
border-color: #A178DC;
}
.TagClassName
{
border-color: #A178DC;
}
</style>