Shades of Medium Purple #A874E3
Tints of Medium Purple #A874E3
RGB
CMYK
RGB Variations
Color information
#A874E3 (or 0xA874E3) is known color: Medium Purple. HEX triplet: A8, 74 and E3. RGB value is (168,116,227). Sum of RGB (Red+Green+Blue) = 168+116+227=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 227 (89.06% from 255 or 44.42% from 511); Max value from RGB is 227 - color contains mainly: blue. Hex color #A874E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A874E3 is #578B1C. Grayscale: #8F8F8F. Windows color (decimal): -5737245 or 14906536. OLE color: 14906536.
HSL color Cylindrical-coordinate representation of color #A874E3: hue angle of 268.11º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A874E3 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 116 | 227 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.11 |
| HSL | 268.11º | 0.66% | 0.67% | - |
| HSV(B) | 268.11º | 0.49% | 0.89% | - |
| XYZ | 36.26 | 26.36 | 75.85 | - |
| YUV | 144.2 | 174.73 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 227 | 0.26 | 0.49 | 0 | 0.11 | 268.11 | 0.66 | 0.67 |
| Hex | A8 | 74 | E3 | 1A | 31 | 0 | B | 10C | 42 | 43 |
| Octal | 250 | 164 | 343 | 32 | 61 | 0 | 13 | 414 | 102 | 103 |
| Binary | 10101000 | 1110100 | 11100011 | 11010 | 110001 | 0 | 1011 | 100001100 | 1000010 | 1000011 |
Color Harmonies of #A874E3
Complementary color
Monochromatic Colors of #A874E3
Black with #A874E3
Text Example
Text Example
White with #A874E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A874E3; }
p { color: rgb(168,116,227); }
H1.HeaderClassName
{
color: #A874E3;
}
.AnyTagClassName
{
color: #A874E3;
}
</style>
background-color css
<style>
a { background-color: #A874E3; }
a { background-color: rgb(168,116,227); }
div.DivClassName
{
background-color: #A874E3;
}
.BgClassName
{
background-color: #A874E3;
}
</style>
border-color css
<style>
span { border-color: #A874E3; }
span { border-color: rgb(168,116,227); }
td.TdClassName
{
border-color: #A874E3;
}
.TagClassName
{
border-color: #A874E3;
}
</style>