Shades of Medium Purple #A76EFC
Tints of Medium Purple #A76EFC
RGB
CMYK
RGB Variations
Color information
#A76EFC (or 0xA76EFC) is known color: Medium Purple. HEX triplet: A7, 6E and FC. RGB value is (167,110,252). Sum of RGB (Red+Green+Blue) = 167+110+252=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #A76EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76EFC is #589103. Grayscale: #8E8E8E. Windows color (decimal): -5804292 or 16543399. OLE color: 16543399.
HSL color Cylindrical-coordinate representation of color #A76EFC: hue angle of 264.08º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A76EFC is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 110 | 252 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.01 |
| HSL | 264.08º | 0.96% | 0.71% | - |
| HSV(B) | 264.08º | 0.56% | 0.99% | - |
| XYZ | 39.08 | 26.4 | 95.13 | - |
| YUV | 143.23 | 189.38 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 110 | 252 | 0.34 | 0.56 | 0 | 0.01 | 264.08 | 0.96 | 0.71 |
| Hex | A7 | 6E | FC | 22 | 38 | 0 | 1 | 108 | 60 | 47 |
| Octal | 247 | 156 | 374 | 42 | 70 | 0 | 1 | 410 | 140 | 107 |
| Binary | 10100111 | 1101110 | 11111100 | 100010 | 111000 | 0 | 1 | 100001000 | 1100000 | 1000111 |
Color Harmonies of #A76EFC
Complementary color
Monochromatic Colors of #A76EFC
Black with #A76EFC
Text Example
Text Example
White with #A76EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76EFC; }
p { color: rgb(167,110,252); }
H1.HeaderClassName
{
color: #A76EFC;
}
.AnyTagClassName
{
color: #A76EFC;
}
</style>
background-color css
<style>
a { background-color: #A76EFC; }
a { background-color: rgb(167,110,252); }
div.DivClassName
{
background-color: #A76EFC;
}
.BgClassName
{
background-color: #A76EFC;
}
</style>
border-color css
<style>
span { border-color: #A76EFC; }
span { border-color: rgb(167,110,252); }
td.TdClassName
{
border-color: #A76EFC;
}
.TagClassName
{
border-color: #A76EFC;
}
</style>