Shades of Medium Purple #A76DEF
Tints of Medium Purple #A76DEF
RGB
CMYK
RGB Variations
Color information
#A76DEF (or 0xA76DEF) is known color: Medium Purple. HEX triplet: A7, 6D and EF. RGB value is (167,109,239). Sum of RGB (Red+Green+Blue) = 167+109+239=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #A76DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76DEF is #589210. Grayscale: #8C8C8C. Windows color (decimal): -5804561 or 15691175. OLE color: 15691175.
HSL color Cylindrical-coordinate representation of color #A76DEF: hue angle of 266.77º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A76DEF is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 109 | 239 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.06 |
| HSL | 266.77º | 0.8% | 0.68% | - |
| HSV(B) | 266.77º | 0.54% | 0.94% | - |
| XYZ | 36.98 | 25.38 | 84.61 | - |
| YUV | 141.16 | 183.22 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 239 | 0.30 | 0.54 | 0 | 0.06 | 266.77 | 0.8 | 0.68 |
| Hex | A7 | 6D | EF | 1E | 36 | 0 | 6 | 10B | 50 | 44 |
| Octal | 247 | 155 | 357 | 36 | 66 | 0 | 6 | 413 | 120 | 104 |
| Binary | 10100111 | 1101101 | 11101111 | 11110 | 110110 | 0 | 110 | 100001011 | 1010000 | 1000100 |
Color Harmonies of #A76DEF
Complementary color
Monochromatic Colors of #A76DEF
Black with #A76DEF
Text Example
Text Example
White with #A76DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76DEF; }
p { color: rgb(167,109,239); }
H1.HeaderClassName
{
color: #A76DEF;
}
.AnyTagClassName
{
color: #A76DEF;
}
</style>
background-color css
<style>
a { background-color: #A76DEF; }
a { background-color: rgb(167,109,239); }
div.DivClassName
{
background-color: #A76DEF;
}
.BgClassName
{
background-color: #A76DEF;
}
</style>
border-color css
<style>
span { border-color: #A76DEF; }
span { border-color: rgb(167,109,239); }
td.TdClassName
{
border-color: #A76DEF;
}
.TagClassName
{
border-color: #A76DEF;
}
</style>