Shades of Medium Purple #A176E8
Tints of Medium Purple #A176E8
RGB
CMYK
RGB Variations
Color information
#A176E8 (or 0xA176E8) is known color: Medium Purple. HEX triplet: A1, 76 and E8. RGB value is (161,118,232). Sum of RGB (Red+Green+Blue) = 161+118+232=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #A176E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A176E8 is #5E8917. Grayscale: #8F8F8F. Windows color (decimal): -6195480 or 15234721. OLE color: 15234721.
HSL color Cylindrical-coordinate representation of color #A176E8: hue angle of 262.63º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A176E8 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 118 | 232 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.09 |
| HSL | 262.63º | 0.71% | 0.69% | - |
| HSV(B) | 262.63º | 0.49% | 0.91% | - |
| XYZ | 35.74 | 26.36 | 79.55 | - |
| YUV | 143.85 | 177.75 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 232 | 0.31 | 0.49 | 0 | 0.09 | 262.63 | 0.71 | 0.69 |
| Hex | A1 | 76 | E8 | 1F | 31 | 0 | 9 | 107 | 47 | 45 |
| Octal | 241 | 166 | 350 | 37 | 61 | 0 | 11 | 407 | 107 | 105 |
| Binary | 10100001 | 1110110 | 11101000 | 11111 | 110001 | 0 | 1001 | 100000111 | 1000111 | 1000101 |
Color Harmonies of #A176E8
Complementary color
Monochromatic Colors of #A176E8
Black with #A176E8
Text Example
Text Example
White with #A176E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A176E8; }
p { color: rgb(161,118,232); }
H1.HeaderClassName
{
color: #A176E8;
}
.AnyTagClassName
{
color: #A176E8;
}
</style>
background-color css
<style>
a { background-color: #A176E8; }
a { background-color: rgb(161,118,232); }
div.DivClassName
{
background-color: #A176E8;
}
.BgClassName
{
background-color: #A176E8;
}
</style>
border-color css
<style>
span { border-color: #A176E8; }
span { border-color: rgb(161,118,232); }
td.TdClassName
{
border-color: #A176E8;
}
.TagClassName
{
border-color: #A176E8;
}
</style>