Shades of Medium Purple #A76FE8
Tints of Medium Purple #A76FE8
RGB
CMYK
RGB Variations
Color information
#A76FE8 (or 0xA76FE8) is known color: Medium Purple. HEX triplet: A7, 6F and E8. RGB value is (167,111,232). Sum of RGB (Red+Green+Blue) = 167+111+232=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 232 - color contains mainly: blue. Hex color #A76FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76FE8 is #589017. Grayscale: #8D8D8D. Windows color (decimal): -5804056 or 15232935. OLE color: 15232935.
HSL color Cylindrical-coordinate representation of color #A76FE8: hue angle of 267.77º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A76FE8 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 111 | 232 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.09 |
| HSL | 267.77º | 0.72% | 0.67% | - |
| HSV(B) | 267.77º | 0.52% | 0.91% | - |
| XYZ | 36.19 | 25.41 | 79.34 | - |
| YUV | 141.54 | 179.05 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 232 | 0.28 | 0.52 | 0 | 0.09 | 267.77 | 0.72 | 0.67 |
| Hex | A7 | 6F | E8 | 1C | 34 | 0 | 9 | 10C | 48 | 43 |
| Octal | 247 | 157 | 350 | 34 | 64 | 0 | 11 | 414 | 110 | 103 |
| Binary | 10100111 | 1101111 | 11101000 | 11100 | 110100 | 0 | 1001 | 100001100 | 1001000 | 1000011 |
Color Harmonies of #A76FE8
Complementary color
Monochromatic Colors of #A76FE8
Black with #A76FE8
Text Example
Text Example
White with #A76FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76FE8; }
p { color: rgb(167,111,232); }
H1.HeaderClassName
{
color: #A76FE8;
}
.AnyTagClassName
{
color: #A76FE8;
}
</style>
background-color css
<style>
a { background-color: #A76FE8; }
a { background-color: rgb(167,111,232); }
div.DivClassName
{
background-color: #A76FE8;
}
.BgClassName
{
background-color: #A76FE8;
}
</style>
border-color css
<style>
span { border-color: #A76FE8; }
span { border-color: rgb(167,111,232); }
td.TdClassName
{
border-color: #A76FE8;
}
.TagClassName
{
border-color: #A76FE8;
}
</style>