Shades of Medium Purple #A178E5
Tints of Medium Purple #A178E5
RGB
CMYK
RGB Variations
Color information
#A178E5 (or 0xA178E5) is known color: Medium Purple. HEX triplet: A1, 78 and E5. RGB value is (161,120,229). Sum of RGB (Red+Green+Blue) = 161+120+229=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #A178E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178E5 is #5E871A. Grayscale: #909090. Windows color (decimal): -6194971 or 15038625. OLE color: 15038625.
HSL color Cylindrical-coordinate representation of color #A178E5: hue angle of 262.57º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A178E5 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 120 | 229 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.10 |
| HSL | 262.57º | 0.68% | 0.68% | - |
| HSV(B) | 262.57º | 0.48% | 0.9% | - |
| XYZ | 35.56 | 26.67 | 77.4 | - |
| YUV | 144.69 | 175.58 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 229 | 0.30 | 0.48 | 0 | 0.10 | 262.57 | 0.68 | 0.68 |
| Hex | A1 | 78 | E5 | 1E | 30 | 0 | A | 107 | 44 | 44 |
| Octal | 241 | 170 | 345 | 36 | 60 | 0 | 12 | 407 | 104 | 104 |
| Binary | 10100001 | 1111000 | 11100101 | 11110 | 110000 | 0 | 1010 | 100000111 | 1000100 | 1000100 |
Color Harmonies of #A178E5
Complementary color
Monochromatic Colors of #A178E5
Black with #A178E5
Text Example
Text Example
White with #A178E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A178E5; }
p { color: rgb(161,120,229); }
H1.HeaderClassName
{
color: #A178E5;
}
.AnyTagClassName
{
color: #A178E5;
}
</style>
background-color css
<style>
a { background-color: #A178E5; }
a { background-color: rgb(161,120,229); }
div.DivClassName
{
background-color: #A178E5;
}
.BgClassName
{
background-color: #A178E5;
}
</style>
border-color css
<style>
span { border-color: #A178E5; }
span { border-color: rgb(161,120,229); }
td.TdClassName
{
border-color: #A178E5;
}
.TagClassName
{
border-color: #A178E5;
}
</style>