Shades of Medium Purple #A76AF2
Tints of Medium Purple #A76AF2
RGB
CMYK
RGB Variations
Color information
#A76AF2 (or 0xA76AF2) is known color: Medium Purple. HEX triplet: A7, 6A and F2. RGB value is (167,106,242). Sum of RGB (Red+Green+Blue) = 167+106+242=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #A76AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76AF2 is #58950D. Grayscale: #8B8B8B. Windows color (decimal): -5805326 or 15887015. OLE color: 15887015.
HSL color Cylindrical-coordinate representation of color #A76AF2: hue angle of 266.91º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A76AF2 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 106 | 242 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.05 |
| HSL | 266.91º | 0.84% | 0.68% | - |
| HSV(B) | 266.91º | 0.56% | 0.95% | - |
| XYZ | 37.12 | 24.93 | 86.86 | - |
| YUV | 139.74 | 185.71 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 106 | 242 | 0.31 | 0.56 | 0 | 0.05 | 266.91 | 0.84 | 0.68 |
| Hex | A7 | 6A | F2 | 1F | 38 | 0 | 5 | 10B | 54 | 44 |
| Octal | 247 | 152 | 362 | 37 | 70 | 0 | 5 | 413 | 124 | 104 |
| Binary | 10100111 | 1101010 | 11110010 | 11111 | 111000 | 0 | 101 | 100001011 | 1010100 | 1000100 |
Color Harmonies of #A76AF2
Complementary color
Monochromatic Colors of #A76AF2
Black with #A76AF2
Text Example
Text Example
White with #A76AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76AF2; }
p { color: rgb(167,106,242); }
H1.HeaderClassName
{
color: #A76AF2;
}
.AnyTagClassName
{
color: #A76AF2;
}
</style>
background-color css
<style>
a { background-color: #A76AF2; }
a { background-color: rgb(167,106,242); }
div.DivClassName
{
background-color: #A76AF2;
}
.BgClassName
{
background-color: #A76AF2;
}
</style>
border-color css
<style>
span { border-color: #A76AF2; }
span { border-color: rgb(167,106,242); }
td.TdClassName
{
border-color: #A76AF2;
}
.TagClassName
{
border-color: #A76AF2;
}
</style>