Shades of Medium Purple #A178F8
Tints of Medium Purple #A178F8
RGB
CMYK
RGB Variations
Color information
#A178F8 (or 0xA178F8) is known color: Medium Purple. HEX triplet: A1, 78 and F8. RGB value is (161,120,248). Sum of RGB (Red+Green+Blue) = 161+120+248=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #A178F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A178F8 is #5E8707. Grayscale: #929292. Windows color (decimal): -6194952 or 16283809. OLE color: 16283809.
HSL color Cylindrical-coordinate representation of color #A178F8: hue angle of 259.22º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A178F8 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 120 | 248 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.03 |
| HSL | 259.22º | 0.9% | 0.72% | - |
| HSV(B) | 259.22º | 0.52% | 0.97% | - |
| XYZ | 38.36 | 27.79 | 92.15 | - |
| YUV | 146.85 | 185.08 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 248 | 0.35 | 0.52 | 0 | 0.03 | 259.22 | 0.9 | 0.72 |
| Hex | A1 | 78 | F8 | 23 | 34 | 0 | 3 | 103 | 5A | 48 |
| Octal | 241 | 170 | 370 | 43 | 64 | 0 | 3 | 403 | 132 | 110 |
| Binary | 10100001 | 1111000 | 11111000 | 100011 | 110100 | 0 | 11 | 100000011 | 1011010 | 1001000 |
Color Harmonies of #A178F8
Complementary color
Monochromatic Colors of #A178F8
Black with #A178F8
Text Example
Text Example
White with #A178F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A178F8; }
p { color: rgb(161,120,248); }
H1.HeaderClassName
{
color: #A178F8;
}
.AnyTagClassName
{
color: #A178F8;
}
</style>
background-color css
<style>
a { background-color: #A178F8; }
a { background-color: rgb(161,120,248); }
div.DivClassName
{
background-color: #A178F8;
}
.BgClassName
{
background-color: #A178F8;
}
</style>
border-color css
<style>
span { border-color: #A178F8; }
span { border-color: rgb(161,120,248); }
td.TdClassName
{
border-color: #A178F8;
}
.TagClassName
{
border-color: #A178F8;
}
</style>