Shades of Medium Purple #A874EF
Tints of Medium Purple #A874EF
RGB
CMYK
RGB Variations
Color information
#A874EF (or 0xA874EF) is known color: Medium Purple. HEX triplet: A8, 74 and EF. RGB value is (168,116,239). Sum of RGB (Red+Green+Blue) = 168+116+239=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #A874EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A874EF is #578B10. Grayscale: #919191. Windows color (decimal): -5737233 or 15692968. OLE color: 15692968.
HSL color Cylindrical-coordinate representation of color #A874EF: hue angle of 265.37º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A874EF is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 116 | 239 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.06 |
| HSL | 265.37º | 0.79% | 0.7% | - |
| HSV(B) | 265.37º | 0.51% | 0.94% | - |
| XYZ | 37.97 | 27.05 | 84.88 | - |
| YUV | 145.57 | 180.73 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 239 | 0.30 | 0.51 | 0 | 0.06 | 265.37 | 0.79 | 0.7 |
| Hex | A8 | 74 | EF | 1E | 33 | 0 | 6 | 109 | 4F | 46 |
| Octal | 250 | 164 | 357 | 36 | 63 | 0 | 6 | 411 | 117 | 106 |
| Binary | 10101000 | 1110100 | 11101111 | 11110 | 110011 | 0 | 110 | 100001001 | 1001111 | 1000110 |
Color Harmonies of #A874EF
Complementary color
Monochromatic Colors of #A874EF
Black with #A874EF
Text Example
Text Example
White with #A874EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A874EF; }
p { color: rgb(168,116,239); }
H1.HeaderClassName
{
color: #A874EF;
}
.AnyTagClassName
{
color: #A874EF;
}
</style>
background-color css
<style>
a { background-color: #A874EF; }
a { background-color: rgb(168,116,239); }
div.DivClassName
{
background-color: #A874EF;
}
.BgClassName
{
background-color: #A874EF;
}
</style>
border-color css
<style>
span { border-color: #A874EF; }
span { border-color: rgb(168,116,239); }
td.TdClassName
{
border-color: #A874EF;
}
.TagClassName
{
border-color: #A874EF;
}
</style>