Shades of Medium Purple #A874F0
Tints of Medium Purple #A874F0
RGB
CMYK
RGB Variations
Color information
#A874F0 (or 0xA874F0) is known color: Medium Purple. HEX triplet: A8, 74 and F0. RGB value is (168,116,240). Sum of RGB (Red+Green+Blue) = 168+116+240=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #A874F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A874F0 is #578B0F. Grayscale: #919191. Windows color (decimal): -5737232 or 15758504. OLE color: 15758504.
HSL color Cylindrical-coordinate representation of color #A874F0: hue angle of 265.16º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A874F0 is Cyan = 0.3, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 116 | 240 | - |
| CMYK | 0.3 | 0.52 | 0 | 0.06 |
| HSL | 265.16º | 0.81% | 0.7% | - |
| HSV(B) | 265.16º | 0.52% | 0.94% | - |
| XYZ | 38.12 | 27.11 | 85.66 | - |
| YUV | 145.68 | 181.23 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 240 | 0.3 | 0.52 | 0 | 0.06 | 265.16 | 0.81 | 0.7 |
| Hex | A8 | 74 | F0 | 1E | 34 | 0 | 6 | 109 | 51 | 46 |
| Octal | 250 | 164 | 360 | 36 | 64 | 0 | 6 | 411 | 121 | 106 |
| Binary | 10101000 | 1110100 | 11110000 | 11110 | 110100 | 0 | 110 | 100001001 | 1010001 | 1000110 |
Color Harmonies of #A874F0
Complementary color
Monochromatic Colors of #A874F0
Black with #A874F0
Text Example
Text Example
White with #A874F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A874F0; }
p { color: rgb(168,116,240); }
H1.HeaderClassName
{
color: #A874F0;
}
.AnyTagClassName
{
color: #A874F0;
}
</style>
background-color css
<style>
a { background-color: #A874F0; }
a { background-color: rgb(168,116,240); }
div.DivClassName
{
background-color: #A874F0;
}
.BgClassName
{
background-color: #A874F0;
}
</style>
border-color css
<style>
span { border-color: #A874F0; }
span { border-color: rgb(168,116,240); }
td.TdClassName
{
border-color: #A874F0;
}
.TagClassName
{
border-color: #A874F0;
}
</style>