Shades of Medium Purple #A876EB
Tints of Medium Purple #A876EB
RGB
CMYK
RGB Variations
Color information
#A876EB (or 0xA876EB) is known color: Medium Purple. HEX triplet: A8, 76 and EB. RGB value is (168,118,235). Sum of RGB (Red+Green+Blue) = 168+118+235=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #A876EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A876EB is #578914. Grayscale: #919191. Windows color (decimal): -5736725 or 15431336. OLE color: 15431336.
HSL color Cylindrical-coordinate representation of color #A876EB: hue angle of 265.64º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A876EB is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 118 | 235 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.08 |
| HSL | 265.64º | 0.75% | 0.69% | - |
| HSV(B) | 265.64º | 0.5% | 0.92% | - |
| XYZ | 37.62 | 27.28 | 81.88 | - |
| YUV | 146.29 | 178.07 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 235 | 0.29 | 0.50 | 0 | 0.08 | 265.64 | 0.75 | 0.69 |
| Hex | A8 | 76 | EB | 1D | 32 | 0 | 8 | 10A | 4B | 45 |
| Octal | 250 | 166 | 353 | 35 | 62 | 0 | 10 | 412 | 113 | 105 |
| Binary | 10101000 | 1110110 | 11101011 | 11101 | 110010 | 0 | 1000 | 100001010 | 1001011 | 1000101 |
Color Harmonies of #A876EB
Complementary color
Monochromatic Colors of #A876EB
Black with #A876EB
Text Example
Text Example
White with #A876EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876EB; }
p { color: rgb(168,118,235); }
H1.HeaderClassName
{
color: #A876EB;
}
.AnyTagClassName
{
color: #A876EB;
}
</style>
background-color css
<style>
a { background-color: #A876EB; }
a { background-color: rgb(168,118,235); }
div.DivClassName
{
background-color: #A876EB;
}
.BgClassName
{
background-color: #A876EB;
}
</style>
border-color css
<style>
span { border-color: #A876EB; }
span { border-color: rgb(168,118,235); }
td.TdClassName
{
border-color: #A876EB;
}
.TagClassName
{
border-color: #A876EB;
}
</style>