Shades of Medium Purple #A76BF7
Tints of Medium Purple #A76BF7
RGB
CMYK
RGB Variations
Color information
#A76BF7 (or 0xA76BF7) is known color: Medium Purple. HEX triplet: A7, 6B and F7. RGB value is (167,107,247). Sum of RGB (Red+Green+Blue) = 167+107+247=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #A76BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76BF7 is #589408. Grayscale: #8C8C8C. Windows color (decimal): -5805065 or 16214951. OLE color: 16214951.
HSL color Cylindrical-coordinate representation of color #A76BF7: hue angle of 265.71º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A76BF7 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 107 | 247 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.03 |
| HSL | 265.71º | 0.9% | 0.69% | - |
| HSV(B) | 265.71º | 0.57% | 0.97% | - |
| XYZ | 37.98 | 25.45 | 90.91 | - |
| YUV | 140.9 | 187.88 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 107 | 247 | 0.32 | 0.57 | 0 | 0.03 | 265.71 | 0.9 | 0.69 |
| Hex | A7 | 6B | F7 | 20 | 39 | 0 | 3 | 10A | 5A | 45 |
| Octal | 247 | 153 | 367 | 40 | 71 | 0 | 3 | 412 | 132 | 105 |
| Binary | 10100111 | 1101011 | 11110111 | 100000 | 111001 | 0 | 11 | 100001010 | 1011010 | 1000101 |
Color Harmonies of #A76BF7
Complementary color
Monochromatic Colors of #A76BF7
Black with #A76BF7
Text Example
Text Example
White with #A76BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76BF7; }
p { color: rgb(167,107,247); }
H1.HeaderClassName
{
color: #A76BF7;
}
.AnyTagClassName
{
color: #A76BF7;
}
</style>
background-color css
<style>
a { background-color: #A76BF7; }
a { background-color: rgb(167,107,247); }
div.DivClassName
{
background-color: #A76BF7;
}
.BgClassName
{
background-color: #A76BF7;
}
</style>
border-color css
<style>
span { border-color: #A76BF7; }
span { border-color: rgb(167,107,247); }
td.TdClassName
{
border-color: #A76BF7;
}
.TagClassName
{
border-color: #A76BF7;
}
</style>