Shades of Medium Purple #A76FF0
Tints of Medium Purple #A76FF0
RGB
CMYK
RGB Variations
Color information
#A76FF0 (or 0xA76FF0) is known color: Medium Purple. HEX triplet: A7, 6F and F0. RGB value is (167,111,240). Sum of RGB (Red+Green+Blue) = 167+111+240=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #A76FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76FF0 is #58900F. Grayscale: #8D8D8D. Windows color (decimal): -5804048 or 15757223. OLE color: 15757223.
HSL color Cylindrical-coordinate representation of color #A76FF0: hue angle of 266.05º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A76FF0 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 111 | 240 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.06 |
| HSL | 266.05º | 0.81% | 0.69% | - |
| HSV(B) | 266.05º | 0.54% | 0.94% | - |
| XYZ | 37.35 | 25.88 | 85.46 | - |
| YUV | 142.45 | 183.05 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 240 | 0.30 | 0.54 | 0 | 0.06 | 266.05 | 0.81 | 0.69 |
| Hex | A7 | 6F | F0 | 1E | 36 | 0 | 6 | 10A | 51 | 45 |
| Octal | 247 | 157 | 360 | 36 | 66 | 0 | 6 | 412 | 121 | 105 |
| Binary | 10100111 | 1101111 | 11110000 | 11110 | 110110 | 0 | 110 | 100001010 | 1010001 | 1000101 |
Color Harmonies of #A76FF0
Complementary color
Monochromatic Colors of #A76FF0
Black with #A76FF0
Text Example
Text Example
White with #A76FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76FF0; }
p { color: rgb(167,111,240); }
H1.HeaderClassName
{
color: #A76FF0;
}
.AnyTagClassName
{
color: #A76FF0;
}
</style>
background-color css
<style>
a { background-color: #A76FF0; }
a { background-color: rgb(167,111,240); }
div.DivClassName
{
background-color: #A76FF0;
}
.BgClassName
{
background-color: #A76FF0;
}
</style>
border-color css
<style>
span { border-color: #A76FF0; }
span { border-color: rgb(167,111,240); }
td.TdClassName
{
border-color: #A76FF0;
}
.TagClassName
{
border-color: #A76FF0;
}
</style>