Shades of Medium Purple #A873DD
Tints of Medium Purple #A873DD
RGB
CMYK
RGB Variations
Color information
#A873DD (or 0xA873DD) is known color: Medium Purple. HEX triplet: A8, 73 and DD. RGB value is (168,115,221). Sum of RGB (Red+Green+Blue) = 168+115+221=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #A873DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873DD is #578C22. Grayscale: #8E8E8E. Windows color (decimal): -5737507 or 14513064. OLE color: 14513064.
HSL color Cylindrical-coordinate representation of color #A873DD: hue angle of 270º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A873DD is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 115 | 221 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.13 |
| HSL | 270º | 0.61% | 0.66% | - |
| HSV(B) | 270º | 0.48% | 0.87% | - |
| XYZ | 35.33 | 25.81 | 71.53 | - |
| YUV | 142.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 221 | 0.24 | 0.48 | 0 | 0.13 | 270 | 0.61 | 0.66 |
| Hex | A8 | 73 | DD | 18 | 30 | 0 | D | 10E | 3D | 42 |
| Octal | 250 | 163 | 335 | 30 | 60 | 0 | 15 | 416 | 75 | 102 |
| Binary | 10101000 | 1110011 | 11011101 | 11000 | 110000 | 0 | 1101 | 100001110 | 111101 | 1000010 |
Color Harmonies of #A873DD
Complementary color
Monochromatic Colors of #A873DD
Black with #A873DD
Text Example
Text Example
White with #A873DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873DD; }
p { color: rgb(168,115,221); }
H1.HeaderClassName
{
color: #A873DD;
}
.AnyTagClassName
{
color: #A873DD;
}
</style>
background-color css
<style>
a { background-color: #A873DD; }
a { background-color: rgb(168,115,221); }
div.DivClassName
{
background-color: #A873DD;
}
.BgClassName
{
background-color: #A873DD;
}
</style>
border-color css
<style>
span { border-color: #A873DD; }
span { border-color: rgb(168,115,221); }
td.TdClassName
{
border-color: #A873DD;
}
.TagClassName
{
border-color: #A873DD;
}
</style>