Shades of Medium Purple #A874EB
Tints of Medium Purple #A874EB
RGB
CMYK
RGB Variations
Color information
#A874EB (or 0xA874EB) is known color: Medium Purple. HEX triplet: A8, 74 and EB. RGB value is (168,116,235). Sum of RGB (Red+Green+Blue) = 168+116+235=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #A874EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A874EB is #578B14. Grayscale: #909090. Windows color (decimal): -5737237 or 15430824. OLE color: 15430824.
HSL color Cylindrical-coordinate representation of color #A874EB: hue angle of 266.22º 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 #A874EB is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 116 | 235 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.08 |
| HSL | 266.22º | 0.75% | 0.69% | - |
| HSV(B) | 266.22º | 0.51% | 0.92% | - |
| XYZ | 37.39 | 26.81 | 81.8 | - |
| YUV | 145.11 | 178.73 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 235 | 0.29 | 0.51 | 0 | 0.08 | 266.22 | 0.75 | 0.69 |
| Hex | A8 | 74 | EB | 1D | 33 | 0 | 8 | 10A | 4B | 45 |
| Octal | 250 | 164 | 353 | 35 | 63 | 0 | 10 | 412 | 113 | 105 |
| Binary | 10101000 | 1110100 | 11101011 | 11101 | 110011 | 0 | 1000 | 100001010 | 1001011 | 1000101 |
Color Harmonies of #A874EB
Complementary color
Monochromatic Colors of #A874EB
Black with #A874EB
Text Example
Text Example
White with #A874EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A874EB; }
p { color: rgb(168,116,235); }
H1.HeaderClassName
{
color: #A874EB;
}
.AnyTagClassName
{
color: #A874EB;
}
</style>
background-color css
<style>
a { background-color: #A874EB; }
a { background-color: rgb(168,116,235); }
div.DivClassName
{
background-color: #A874EB;
}
.BgClassName
{
background-color: #A874EB;
}
</style>
border-color css
<style>
span { border-color: #A874EB; }
span { border-color: rgb(168,116,235); }
td.TdClassName
{
border-color: #A874EB;
}
.TagClassName
{
border-color: #A874EB;
}
</style>