Shades of Medium Purple #A875F9
Tints of Medium Purple #A875F9
RGB
CMYK
RGB Variations
Color information
#A875F9 (or 0xA875F9) is known color: Medium Purple. HEX triplet: A8, 75 and F9. RGB value is (168,117,249). Sum of RGB (Red+Green+Blue) = 168+117+249=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #A875F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A875F9 is #578A06. Grayscale: #929292. Windows color (decimal): -5736967 or 16348584. OLE color: 16348584.
HSL color Cylindrical-coordinate representation of color #A875F9: hue angle of 263.18º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A875F9 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 117 | 249 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.02 |
| HSL | 263.18º | 0.92% | 0.72% | - |
| HSV(B) | 263.18º | 0.53% | 0.98% | - |
| XYZ | 39.61 | 27.89 | 92.92 | - |
| YUV | 147.3 | 185.4 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 249 | 0.33 | 0.53 | 0 | 0.02 | 263.18 | 0.92 | 0.72 |
| Hex | A8 | 75 | F9 | 21 | 35 | 0 | 2 | 107 | 5C | 48 |
| Octal | 250 | 165 | 371 | 41 | 65 | 0 | 2 | 407 | 134 | 110 |
| Binary | 10101000 | 1110101 | 11111001 | 100001 | 110101 | 0 | 10 | 100000111 | 1011100 | 1001000 |
Color Harmonies of #A875F9
Complementary color
Monochromatic Colors of #A875F9
Black with #A875F9
Text Example
Text Example
White with #A875F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A875F9; }
p { color: rgb(168,117,249); }
H1.HeaderClassName
{
color: #A875F9;
}
.AnyTagClassName
{
color: #A875F9;
}
</style>
background-color css
<style>
a { background-color: #A875F9; }
a { background-color: rgb(168,117,249); }
div.DivClassName
{
background-color: #A875F9;
}
.BgClassName
{
background-color: #A875F9;
}
</style>
border-color css
<style>
span { border-color: #A875F9; }
span { border-color: rgb(168,117,249); }
td.TdClassName
{
border-color: #A875F9;
}
.TagClassName
{
border-color: #A875F9;
}
</style>