Shades of Medium Purple #A178F3
Tints of Medium Purple #A178F3
RGB
CMYK
RGB Variations
Color information
#A178F3 (or 0xA178F3) is known color: Medium Purple. HEX triplet: A1, 78 and F3. RGB value is (161,120,243). Sum of RGB (Red+Green+Blue) = 161+120+243=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 243 (95.31% from 255 or 46.37% from 524); Max value from RGB is 243 - color contains mainly: blue. Hex color #A178F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A178F3 is #5E870C. Grayscale: #919191. Windows color (decimal): -6194957 or 15956129. OLE color: 15956129.
HSL color Cylindrical-coordinate representation of color #A178F3: hue angle of 260º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A178F3 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 120 | 243 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.05 |
| HSL | 260º | 0.84% | 0.71% | - |
| HSV(B) | 260º | 0.51% | 0.95% | - |
| XYZ | 37.59 | 27.48 | 88.12 | - |
| YUV | 146.28 | 182.58 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 243 | 0.34 | 0.51 | 0 | 0.05 | 260 | 0.84 | 0.71 |
| Hex | A1 | 78 | F3 | 22 | 33 | 0 | 5 | 104 | 54 | 47 |
| Octal | 241 | 170 | 363 | 42 | 63 | 0 | 5 | 404 | 124 | 107 |
| Binary | 10100001 | 1111000 | 11110011 | 100010 | 110011 | 0 | 101 | 100000100 | 1010100 | 1000111 |
Color Harmonies of #A178F3
Complementary color
Monochromatic Colors of #A178F3
Black with #A178F3
Text Example
Text Example
White with #A178F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A178F3; }
p { color: rgb(161,120,243); }
H1.HeaderClassName
{
color: #A178F3;
}
.AnyTagClassName
{
color: #A178F3;
}
</style>
background-color css
<style>
a { background-color: #A178F3; }
a { background-color: rgb(161,120,243); }
div.DivClassName
{
background-color: #A178F3;
}
.BgClassName
{
background-color: #A178F3;
}
</style>
border-color css
<style>
span { border-color: #A178F3; }
span { border-color: rgb(161,120,243); }
td.TdClassName
{
border-color: #A178F3;
}
.TagClassName
{
border-color: #A178F3;
}
</style>