Shades of Medium Purple #A76CF1
Tints of Medium Purple #A76CF1
RGB
CMYK
RGB Variations
Color information
#A76CF1 (or 0xA76CF1) is known color: Medium Purple. HEX triplet: A7, 6C and F1. RGB value is (167,108,241). Sum of RGB (Red+Green+Blue) = 167+108+241=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #A76CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76CF1 is #58930E. Grayscale: #8C8C8C. Windows color (decimal): -5804815 or 15821991. OLE color: 15821991.
HSL color Cylindrical-coordinate representation of color #A76CF1: hue angle of 266.62º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A76CF1 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 108 | 241 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.05 |
| HSL | 266.62º | 0.83% | 0.68% | - |
| HSV(B) | 266.62º | 0.55% | 0.95% | - |
| XYZ | 37.18 | 25.29 | 86.14 | - |
| YUV | 140.8 | 184.55 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 241 | 0.31 | 0.55 | 0 | 0.05 | 266.62 | 0.83 | 0.68 |
| Hex | A7 | 6C | F1 | 1F | 37 | 0 | 5 | 10B | 53 | 44 |
| Octal | 247 | 154 | 361 | 37 | 67 | 0 | 5 | 413 | 123 | 104 |
| Binary | 10100111 | 1101100 | 11110001 | 11111 | 110111 | 0 | 101 | 100001011 | 1010011 | 1000100 |
Color Harmonies of #A76CF1
Complementary color
Monochromatic Colors of #A76CF1
Black with #A76CF1
Text Example
Text Example
White with #A76CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76CF1; }
p { color: rgb(167,108,241); }
H1.HeaderClassName
{
color: #A76CF1;
}
.AnyTagClassName
{
color: #A76CF1;
}
</style>
background-color css
<style>
a { background-color: #A76CF1; }
a { background-color: rgb(167,108,241); }
div.DivClassName
{
background-color: #A76CF1;
}
.BgClassName
{
background-color: #A76CF1;
}
</style>
border-color css
<style>
span { border-color: #A76CF1; }
span { border-color: rgb(167,108,241); }
td.TdClassName
{
border-color: #A76CF1;
}
.TagClassName
{
border-color: #A76CF1;
}
</style>