Shades of Medium Purple #A873EB
Tints of Medium Purple #A873EB
RGB
CMYK
RGB Variations
Color information
#A873EB (or 0xA873EB) is known color: Medium Purple. HEX triplet: A8, 73 and EB. RGB value is (168,115,235). Sum of RGB (Red+Green+Blue) = 168+115+235=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #A873EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A873EB is #578C14. Grayscale: #909090. Windows color (decimal): -5737493 or 15430568. OLE color: 15430568.
HSL color Cylindrical-coordinate representation of color #A873EB: hue angle of 266.5º 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 #A873EB is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 115 | 235 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.08 |
| HSL | 266.5º | 0.75% | 0.69% | - |
| HSV(B) | 266.5º | 0.51% | 0.92% | - |
| XYZ | 37.27 | 26.58 | 81.76 | - |
| YUV | 144.53 | 179.06 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 235 | 0.29 | 0.51 | 0 | 0.08 | 266.5 | 0.75 | 0.69 |
| Hex | A8 | 73 | EB | 1D | 33 | 0 | 8 | 10A | 4B | 45 |
| Octal | 250 | 163 | 353 | 35 | 63 | 0 | 10 | 412 | 113 | 105 |
| Binary | 10101000 | 1110011 | 11101011 | 11101 | 110011 | 0 | 1000 | 100001010 | 1001011 | 1000101 |
Color Harmonies of #A873EB
Complementary color
Monochromatic Colors of #A873EB
Black with #A873EB
Text Example
Text Example
White with #A873EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873EB; }
p { color: rgb(168,115,235); }
H1.HeaderClassName
{
color: #A873EB;
}
.AnyTagClassName
{
color: #A873EB;
}
</style>
background-color css
<style>
a { background-color: #A873EB; }
a { background-color: rgb(168,115,235); }
div.DivClassName
{
background-color: #A873EB;
}
.BgClassName
{
background-color: #A873EB;
}
</style>
border-color css
<style>
span { border-color: #A873EB; }
span { border-color: rgb(168,115,235); }
td.TdClassName
{
border-color: #A873EB;
}
.TagClassName
{
border-color: #A873EB;
}
</style>