Shades of Medium Purple #A76DFE
Tints of Medium Purple #A76DFE
RGB
CMYK
RGB Variations
Color information
#A76DFE (or 0xA76DFE) is known color: Medium Purple. HEX triplet: A7, 6D and FE. RGB value is (167,109,254). Sum of RGB (Red+Green+Blue) = 167+109+254=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #A76DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76DFE is #589201. Grayscale: #8E8E8E. Windows color (decimal): -5804546 or 16674215. OLE color: 16674215.
HSL color Cylindrical-coordinate representation of color #A76DFE: hue angle of 264º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A76DFE is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 109 | 254 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.00 |
| HSL | 264º | 0.99% | 0.71% | - |
| HSV(B) | 264º | 0.57% | 1% | - |
| XYZ | 39.29 | 26.31 | 96.77 | - |
| YUV | 142.87 | 190.72 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 254 | 0.34 | 0.57 | 0 | 0.00 | 264 | 0.99 | 0.71 |
| Hex | A7 | 6D | FE | 22 | 39 | 0 | 0 | 108 | 63 | 47 |
| Octal | 247 | 155 | 376 | 42 | 71 | 0 | 0 | 410 | 143 | 107 |
| Binary | 10100111 | 1101101 | 11111110 | 100010 | 111001 | 0 | 0 | 100001000 | 1100011 | 1000111 |
Color Harmonies of #A76DFE
Complementary color
Monochromatic Colors of #A76DFE
Black with #A76DFE
Text Example
Text Example
White with #A76DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76DFE; }
p { color: rgb(167,109,254); }
H1.HeaderClassName
{
color: #A76DFE;
}
.AnyTagClassName
{
color: #A76DFE;
}
</style>
background-color css
<style>
a { background-color: #A76DFE; }
a { background-color: rgb(167,109,254); }
div.DivClassName
{
background-color: #A76DFE;
}
.BgClassName
{
background-color: #A76DFE;
}
</style>
border-color css
<style>
span { border-color: #A76DFE; }
span { border-color: rgb(167,109,254); }
td.TdClassName
{
border-color: #A76DFE;
}
.TagClassName
{
border-color: #A76DFE;
}
</style>