Shades of Medium Purple #A875EE
Tints of Medium Purple #A875EE
RGB
CMYK
RGB Variations
Color information
#A875EE (or 0xA875EE) is known color: Medium Purple. HEX triplet: A8, 75 and EE. RGB value is (168,117,238). Sum of RGB (Red+Green+Blue) = 168+117+238=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #A875EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A875EE is #578A11. Grayscale: #919191. Windows color (decimal): -5736978 or 15627688. OLE color: 15627688.
HSL color Cylindrical-coordinate representation of color #A875EE: hue angle of 265.29º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A875EE is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 117 | 238 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.07 |
| HSL | 265.29º | 0.78% | 0.7% | - |
| HSV(B) | 265.29º | 0.51% | 0.93% | - |
| XYZ | 37.94 | 27.22 | 84.14 | - |
| YUV | 146.04 | 179.9 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 238 | 0.29 | 0.51 | 0 | 0.07 | 265.29 | 0.78 | 0.7 |
| Hex | A8 | 75 | EE | 1D | 33 | 0 | 7 | 109 | 4E | 46 |
| Octal | 250 | 165 | 356 | 35 | 63 | 0 | 7 | 411 | 116 | 106 |
| Binary | 10101000 | 1110101 | 11101110 | 11101 | 110011 | 0 | 111 | 100001001 | 1001110 | 1000110 |
Color Harmonies of #A875EE
Complementary color
Monochromatic Colors of #A875EE
Black with #A875EE
Text Example
Text Example
White with #A875EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A875EE; }
p { color: rgb(168,117,238); }
H1.HeaderClassName
{
color: #A875EE;
}
.AnyTagClassName
{
color: #A875EE;
}
</style>
background-color css
<style>
a { background-color: #A875EE; }
a { background-color: rgb(168,117,238); }
div.DivClassName
{
background-color: #A875EE;
}
.BgClassName
{
background-color: #A875EE;
}
</style>
border-color css
<style>
span { border-color: #A875EE; }
span { border-color: rgb(168,117,238); }
td.TdClassName
{
border-color: #A875EE;
}
.TagClassName
{
border-color: #A875EE;
}
</style>