Shades of Medium Purple #A178DF
Tints of Medium Purple #A178DF
RGB
CMYK
RGB Variations
Color information
#A178DF (or 0xA178DF) is known color: Medium Purple. HEX triplet: A1, 78 and DF. RGB value is (161,120,223). Sum of RGB (Red+Green+Blue) = 161+120+223=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #A178DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178DF is #5E8720. Grayscale: #8F8F8F. Windows color (decimal): -6194977 or 14645409. OLE color: 14645409.
HSL color Cylindrical-coordinate representation of color #A178DF: hue angle of 263.88º degrees, saturation: 0.62, 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 #A178DF is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 120 | 223 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.13 |
| HSL | 263.88º | 0.62% | 0.67% | - |
| HSV(B) | 263.88º | 0.46% | 0.87% | - |
| XYZ | 34.73 | 26.34 | 73.07 | - |
| YUV | 144 | 172.58 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 223 | 0.28 | 0.46 | 0 | 0.13 | 263.88 | 0.62 | 0.67 |
| Hex | A1 | 78 | DF | 1C | 2E | 0 | D | 108 | 3E | 43 |
| Octal | 241 | 170 | 337 | 34 | 56 | 0 | 15 | 410 | 76 | 103 |
| Binary | 10100001 | 1111000 | 11011111 | 11100 | 101110 | 0 | 1101 | 100001000 | 111110 | 1000011 |
Color Harmonies of #A178DF
Complementary color
Monochromatic Colors of #A178DF
Black with #A178DF
Text Example
Text Example
White with #A178DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A178DF; }
p { color: rgb(161,120,223); }
H1.HeaderClassName
{
color: #A178DF;
}
.AnyTagClassName
{
color: #A178DF;
}
</style>
background-color css
<style>
a { background-color: #A178DF; }
a { background-color: rgb(161,120,223); }
div.DivClassName
{
background-color: #A178DF;
}
.BgClassName
{
background-color: #A178DF;
}
</style>
border-color css
<style>
span { border-color: #A178DF; }
span { border-color: rgb(161,120,223); }
td.TdClassName
{
border-color: #A178DF;
}
.TagClassName
{
border-color: #A178DF;
}
</style>