Shades of Medium Purple #A76CEF
Tints of Medium Purple #A76CEF
RGB
CMYK
RGB Variations
Color information
#A76CEF (or 0xA76CEF) is known color: Medium Purple. HEX triplet: A7, 6C and EF. RGB value is (167,108,239). Sum of RGB (Red+Green+Blue) = 167+108+239=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #A76CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76CEF is #589310. Grayscale: #8C8C8C. Windows color (decimal): -5804817 or 15690919. OLE color: 15690919.
HSL color Cylindrical-coordinate representation of color #A76CEF: hue angle of 267.02º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A76CEF is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 108 | 239 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.06 |
| HSL | 267.02º | 0.8% | 0.68% | - |
| HSV(B) | 267.02º | 0.55% | 0.94% | - |
| XYZ | 36.88 | 25.17 | 84.58 | - |
| YUV | 140.58 | 183.55 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 239 | 0.30 | 0.55 | 0 | 0.06 | 267.02 | 0.8 | 0.68 |
| Hex | A7 | 6C | EF | 1E | 37 | 0 | 6 | 10B | 50 | 44 |
| Octal | 247 | 154 | 357 | 36 | 67 | 0 | 6 | 413 | 120 | 104 |
| Binary | 10100111 | 1101100 | 11101111 | 11110 | 110111 | 0 | 110 | 100001011 | 1010000 | 1000100 |
Color Harmonies of #A76CEF
Complementary color
Monochromatic Colors of #A76CEF
Black with #A76CEF
Text Example
Text Example
White with #A76CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76CEF; }
p { color: rgb(167,108,239); }
H1.HeaderClassName
{
color: #A76CEF;
}
.AnyTagClassName
{
color: #A76CEF;
}
</style>
background-color css
<style>
a { background-color: #A76CEF; }
a { background-color: rgb(167,108,239); }
div.DivClassName
{
background-color: #A76CEF;
}
.BgClassName
{
background-color: #A76CEF;
}
</style>
border-color css
<style>
span { border-color: #A76CEF; }
span { border-color: rgb(167,108,239); }
td.TdClassName
{
border-color: #A76CEF;
}
.TagClassName
{
border-color: #A76CEF;
}
</style>