Shades of Medium Purple #A875FD
Tints of Medium Purple #A875FD
RGB
CMYK
RGB Variations
Color information
#A875FD (or 0xA875FD) is known color: Medium Purple. HEX triplet: A8, 75 and FD. RGB value is (168,117,253). Sum of RGB (Red+Green+Blue) = 168+117+253=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #A875FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A875FD is #578A02. Grayscale: #939393. Windows color (decimal): -5736963 or 16610728. OLE color: 16610728.
HSL color Cylindrical-coordinate representation of color #A875FD: hue angle of 262.5º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A875FD is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 117 | 253 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.01 |
| HSL | 262.5º | 0.97% | 0.73% | - |
| HSV(B) | 262.5º | 0.54% | 0.99% | - |
| XYZ | 40.24 | 28.14 | 96.24 | - |
| YUV | 147.75 | 187.4 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 253 | 0.34 | 0.54 | 0 | 0.01 | 262.5 | 0.97 | 0.73 |
| Hex | A8 | 75 | FD | 22 | 36 | 0 | 1 | 106 | 61 | 49 |
| Octal | 250 | 165 | 375 | 42 | 66 | 0 | 1 | 406 | 141 | 111 |
| Binary | 10101000 | 1110101 | 11111101 | 100010 | 110110 | 0 | 1 | 100000110 | 1100001 | 1001001 |
Color Harmonies of #A875FD
Complementary color
Monochromatic Colors of #A875FD
Black with #A875FD
Text Example
Text Example
White with #A875FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A875FD; }
p { color: rgb(168,117,253); }
H1.HeaderClassName
{
color: #A875FD;
}
.AnyTagClassName
{
color: #A875FD;
}
</style>
background-color css
<style>
a { background-color: #A875FD; }
a { background-color: rgb(168,117,253); }
div.DivClassName
{
background-color: #A875FD;
}
.BgClassName
{
background-color: #A875FD;
}
</style>
border-color css
<style>
span { border-color: #A875FD; }
span { border-color: rgb(168,117,253); }
td.TdClassName
{
border-color: #A875FD;
}
.TagClassName
{
border-color: #A875FD;
}
</style>