Shades of Medium Purple #A173EA
Tints of Medium Purple #A173EA
RGB
CMYK
RGB Variations
Color information
#A173EA (or 0xA173EA) is known color: Medium Purple. HEX triplet: A1, 73 and EA. RGB value is (161,115,234). Sum of RGB (Red+Green+Blue) = 161+115+234=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #A173EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A173EA is #5E8C15. Grayscale: #8D8D8D. Windows color (decimal): -6196246 or 15365025. OLE color: 15365025.
HSL color Cylindrical-coordinate representation of color #A173EA: hue angle of 263.19º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A173EA is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 115 | 234 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.08 |
| HSL | 263.19º | 0.74% | 0.68% | - |
| HSV(B) | 263.19º | 0.51% | 0.92% | - |
| XYZ | 35.68 | 25.78 | 80.94 | - |
| YUV | 142.32 | 179.74 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 234 | 0.31 | 0.51 | 0 | 0.08 | 263.19 | 0.74 | 0.68 |
| Hex | A1 | 73 | EA | 1F | 33 | 0 | 8 | 107 | 4A | 44 |
| Octal | 241 | 163 | 352 | 37 | 63 | 0 | 10 | 407 | 112 | 104 |
| Binary | 10100001 | 1110011 | 11101010 | 11111 | 110011 | 0 | 1000 | 100000111 | 1001010 | 1000100 |
Color Harmonies of #A173EA
Complementary color
Monochromatic Colors of #A173EA
Black with #A173EA
Text Example
Text Example
White with #A173EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A173EA; }
p { color: rgb(161,115,234); }
H1.HeaderClassName
{
color: #A173EA;
}
.AnyTagClassName
{
color: #A173EA;
}
</style>
background-color css
<style>
a { background-color: #A173EA; }
a { background-color: rgb(161,115,234); }
div.DivClassName
{
background-color: #A173EA;
}
.BgClassName
{
background-color: #A173EA;
}
</style>
border-color css
<style>
span { border-color: #A173EA; }
span { border-color: rgb(161,115,234); }
td.TdClassName
{
border-color: #A173EA;
}
.TagClassName
{
border-color: #A173EA;
}
</style>