Shades of Medium Purple #A873E1
Tints of Medium Purple #A873E1
RGB
CMYK
RGB Variations
Color information
#A873E1 (or 0xA873E1) is known color: Medium Purple. HEX triplet: A8, 73 and E1. RGB value is (168,115,225). Sum of RGB (Red+Green+Blue) = 168+115+225=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #A873E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873E1 is #578C1E. Grayscale: #8F8F8F. Windows color (decimal): -5737503 or 14775208. OLE color: 14775208.
HSL color Cylindrical-coordinate representation of color #A873E1: hue angle of 268.91º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A873E1 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 115 | 225 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.12 |
| HSL | 268.91º | 0.65% | 0.67% | - |
| HSV(B) | 268.91º | 0.49% | 0.88% | - |
| XYZ | 35.87 | 26.02 | 74.37 | - |
| YUV | 143.39 | 174.06 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 225 | 0.25 | 0.49 | 0 | 0.12 | 268.91 | 0.65 | 0.67 |
| Hex | A8 | 73 | E1 | 19 | 31 | 0 | C | 10D | 41 | 43 |
| Octal | 250 | 163 | 341 | 31 | 61 | 0 | 14 | 415 | 101 | 103 |
| Binary | 10101000 | 1110011 | 11100001 | 11001 | 110001 | 0 | 1100 | 100001101 | 1000001 | 1000011 |
Color Harmonies of #A873E1
Complementary color
Monochromatic Colors of #A873E1
Black with #A873E1
Text Example
Text Example
White with #A873E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873E1; }
p { color: rgb(168,115,225); }
H1.HeaderClassName
{
color: #A873E1;
}
.AnyTagClassName
{
color: #A873E1;
}
</style>
background-color css
<style>
a { background-color: #A873E1; }
a { background-color: rgb(168,115,225); }
div.DivClassName
{
background-color: #A873E1;
}
.BgClassName
{
background-color: #A873E1;
}
</style>
border-color css
<style>
span { border-color: #A873E1; }
span { border-color: rgb(168,115,225); }
td.TdClassName
{
border-color: #A873E1;
}
.TagClassName
{
border-color: #A873E1;
}
</style>