Shades of Medium Purple #A76DFB
Tints of Medium Purple #A76DFB
RGB
CMYK
RGB Variations
Color information
#A76DFB (or 0xA76DFB) is known color: Medium Purple. HEX triplet: A7, 6D and FB. RGB value is (167,109,251). Sum of RGB (Red+Green+Blue) = 167+109+251=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #A76DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76DFB is #589204. Grayscale: #8E8E8E. Windows color (decimal): -5804549 or 16477607. OLE color: 16477607.
HSL color Cylindrical-coordinate representation of color #A76DFB: hue angle of 264.51º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A76DFB is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 109 | 251 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.02 |
| HSL | 264.51º | 0.95% | 0.71% | - |
| HSV(B) | 264.51º | 0.57% | 0.98% | - |
| XYZ | 38.82 | 26.12 | 94.26 | - |
| YUV | 142.53 | 189.22 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 251 | 0.33 | 0.57 | 0 | 0.02 | 264.51 | 0.95 | 0.71 |
| Hex | A7 | 6D | FB | 21 | 39 | 0 | 2 | 109 | 5F | 47 |
| Octal | 247 | 155 | 373 | 41 | 71 | 0 | 2 | 411 | 137 | 107 |
| Binary | 10100111 | 1101101 | 11111011 | 100001 | 111001 | 0 | 10 | 100001001 | 1011111 | 1000111 |
Color Harmonies of #A76DFB
Complementary color
Monochromatic Colors of #A76DFB
Black with #A76DFB
Text Example
Text Example
White with #A76DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76DFB; }
p { color: rgb(167,109,251); }
H1.HeaderClassName
{
color: #A76DFB;
}
.AnyTagClassName
{
color: #A76DFB;
}
</style>
background-color css
<style>
a { background-color: #A76DFB; }
a { background-color: rgb(167,109,251); }
div.DivClassName
{
background-color: #A76DFB;
}
.BgClassName
{
background-color: #A76DFB;
}
</style>
border-color css
<style>
span { border-color: #A76DFB; }
span { border-color: rgb(167,109,251); }
td.TdClassName
{
border-color: #A76DFB;
}
.TagClassName
{
border-color: #A76DFB;
}
</style>