Shades of Medium Purple #A76DFC
Tints of Medium Purple #A76DFC
RGB
CMYK
RGB Variations
Color information
#A76DFC (or 0xA76DFC) is known color: Medium Purple. HEX triplet: A7, 6D and FC. RGB value is (167,109,252). Sum of RGB (Red+Green+Blue) = 167+109+252=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #A76DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76DFC is #589203. Grayscale: #8E8E8E. Windows color (decimal): -5804548 or 16543143. OLE color: 16543143.
HSL color Cylindrical-coordinate representation of color #A76DFC: hue angle of 264.34º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A76DFC is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 109 | 252 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.01 |
| HSL | 264.34º | 0.96% | 0.71% | - |
| HSV(B) | 264.34º | 0.57% | 0.99% | - |
| XYZ | 38.98 | 26.18 | 95.09 | - |
| YUV | 142.64 | 189.72 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 252 | 0.34 | 0.57 | 0 | 0.01 | 264.34 | 0.96 | 0.71 |
| Hex | A7 | 6D | FC | 22 | 39 | 0 | 1 | 108 | 60 | 47 |
| Octal | 247 | 155 | 374 | 42 | 71 | 0 | 1 | 410 | 140 | 107 |
| Binary | 10100111 | 1101101 | 11111100 | 100010 | 111001 | 0 | 1 | 100001000 | 1100000 | 1000111 |
Color Harmonies of #A76DFC
Complementary color
Monochromatic Colors of #A76DFC
Black with #A76DFC
Text Example
Text Example
White with #A76DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76DFC; }
p { color: rgb(167,109,252); }
H1.HeaderClassName
{
color: #A76DFC;
}
.AnyTagClassName
{
color: #A76DFC;
}
</style>
background-color css
<style>
a { background-color: #A76DFC; }
a { background-color: rgb(167,109,252); }
div.DivClassName
{
background-color: #A76DFC;
}
.BgClassName
{
background-color: #A76DFC;
}
</style>
border-color css
<style>
span { border-color: #A76DFC; }
span { border-color: rgb(167,109,252); }
td.TdClassName
{
border-color: #A76DFC;
}
.TagClassName
{
border-color: #A76DFC;
}
</style>