Shades of Medium Purple #A173EB
Tints of Medium Purple #A173EB
RGB
CMYK
RGB Variations
Color information
#A173EB (or 0xA173EB) is known color: Medium Purple. HEX triplet: A1, 73 and EB. RGB value is (161,115,235). Sum of RGB (Red+Green+Blue) = 161+115+235=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #A173EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A173EB is #5E8C14. Grayscale: #8E8E8E. Windows color (decimal): -6196245 or 15430561. OLE color: 15430561.
HSL color Cylindrical-coordinate representation of color #A173EB: hue angle of 263º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A173EB is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 115 | 235 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.08 |
| HSL | 263º | 0.75% | 0.69% | - |
| HSV(B) | 263º | 0.51% | 0.92% | - |
| XYZ | 35.82 | 25.84 | 81.7 | - |
| YUV | 142.43 | 180.24 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 235 | 0.31 | 0.51 | 0 | 0.08 | 263 | 0.75 | 0.69 |
| Hex | A1 | 73 | EB | 1F | 33 | 0 | 8 | 107 | 4B | 45 |
| Octal | 241 | 163 | 353 | 37 | 63 | 0 | 10 | 407 | 113 | 105 |
| Binary | 10100001 | 1110011 | 11101011 | 11111 | 110011 | 0 | 1000 | 100000111 | 1001011 | 1000101 |
Color Harmonies of #A173EB
Complementary color
Monochromatic Colors of #A173EB
Black with #A173EB
Text Example
Text Example
White with #A173EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A173EB; }
p { color: rgb(161,115,235); }
H1.HeaderClassName
{
color: #A173EB;
}
.AnyTagClassName
{
color: #A173EB;
}
</style>
background-color css
<style>
a { background-color: #A173EB; }
a { background-color: rgb(161,115,235); }
div.DivClassName
{
background-color: #A173EB;
}
.BgClassName
{
background-color: #A173EB;
}
</style>
border-color css
<style>
span { border-color: #A173EB; }
span { border-color: rgb(161,115,235); }
td.TdClassName
{
border-color: #A173EB;
}
.TagClassName
{
border-color: #A173EB;
}
</style>