Shades of Medium Purple #A874E0
Tints of Medium Purple #A874E0
RGB
CMYK
RGB Variations
Color information
#A874E0 (or 0xA874E0) is known color: Medium Purple. HEX triplet: A8, 74 and E0. RGB value is (168,116,224). Sum of RGB (Red+Green+Blue) = 168+116+224=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #A874E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A874E0 is #578B1F. Grayscale: #8F8F8F. Windows color (decimal): -5737248 or 14709928. OLE color: 14709928.
HSL color Cylindrical-coordinate representation of color #A874E0: hue angle of 268.89º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A874E0 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 116 | 224 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.12 |
| HSL | 268.89º | 0.64% | 0.67% | - |
| HSV(B) | 268.89º | 0.48% | 0.88% | - |
| XYZ | 35.85 | 26.2 | 73.69 | - |
| YUV | 143.86 | 173.23 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 224 | 0.25 | 0.48 | 0 | 0.12 | 268.89 | 0.64 | 0.67 |
| Hex | A8 | 74 | E0 | 19 | 30 | 0 | C | 10D | 40 | 43 |
| Octal | 250 | 164 | 340 | 31 | 60 | 0 | 14 | 415 | 100 | 103 |
| Binary | 10101000 | 1110100 | 11100000 | 11001 | 110000 | 0 | 1100 | 100001101 | 1000000 | 1000011 |
Color Harmonies of #A874E0
Complementary color
Monochromatic Colors of #A874E0
Black with #A874E0
Text Example
Text Example
White with #A874E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A874E0; }
p { color: rgb(168,116,224); }
H1.HeaderClassName
{
color: #A874E0;
}
.AnyTagClassName
{
color: #A874E0;
}
</style>
background-color css
<style>
a { background-color: #A874E0; }
a { background-color: rgb(168,116,224); }
div.DivClassName
{
background-color: #A874E0;
}
.BgClassName
{
background-color: #A874E0;
}
</style>
border-color css
<style>
span { border-color: #A874E0; }
span { border-color: rgb(168,116,224); }
td.TdClassName
{
border-color: #A874E0;
}
.TagClassName
{
border-color: #A874E0;
}
</style>