Shades of Medium Purple #A876EF
Tints of Medium Purple #A876EF
RGB
CMYK
RGB Variations
Color information
#A876EF (or 0xA876EF) is known color: Medium Purple. HEX triplet: A8, 76 and EF. RGB value is (168,118,239). Sum of RGB (Red+Green+Blue) = 168+118+239=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #A876EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A876EF is #578910. Grayscale: #929292. Windows color (decimal): -5736721 or 15693480. OLE color: 15693480.
HSL color Cylindrical-coordinate representation of color #A876EF: hue angle of 264.79º 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 #A876EF is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 118 | 239 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.06 |
| HSL | 264.79º | 0.79% | 0.7% | - |
| HSV(B) | 264.79º | 0.51% | 0.94% | - |
| XYZ | 38.21 | 27.51 | 84.96 | - |
| YUV | 146.74 | 180.07 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 239 | 0.30 | 0.51 | 0 | 0.06 | 264.79 | 0.79 | 0.7 |
| Hex | A8 | 76 | EF | 1E | 33 | 0 | 6 | 109 | 4F | 46 |
| Octal | 250 | 166 | 357 | 36 | 63 | 0 | 6 | 411 | 117 | 106 |
| Binary | 10101000 | 1110110 | 11101111 | 11110 | 110011 | 0 | 110 | 100001001 | 1001111 | 1000110 |
Color Harmonies of #A876EF
Complementary color
Monochromatic Colors of #A876EF
Black with #A876EF
Text Example
Text Example
White with #A876EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876EF; }
p { color: rgb(168,118,239); }
H1.HeaderClassName
{
color: #A876EF;
}
.AnyTagClassName
{
color: #A876EF;
}
</style>
background-color css
<style>
a { background-color: #A876EF; }
a { background-color: rgb(168,118,239); }
div.DivClassName
{
background-color: #A876EF;
}
.BgClassName
{
background-color: #A876EF;
}
</style>
border-color css
<style>
span { border-color: #A876EF; }
span { border-color: rgb(168,118,239); }
td.TdClassName
{
border-color: #A876EF;
}
.TagClassName
{
border-color: #A876EF;
}
</style>