Shades of Medium Purple #A76AF1
Tints of Medium Purple #A76AF1
RGB
CMYK
RGB Variations
Color information
#A76AF1 (or 0xA76AF1) is known color: Medium Purple. HEX triplet: A7, 6A and F1. RGB value is (167,106,241). Sum of RGB (Red+Green+Blue) = 167+106+241=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #A76AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76AF1 is #58950E. Grayscale: #8B8B8B. Windows color (decimal): -5805327 or 15821479. OLE color: 15821479.
HSL color Cylindrical-coordinate representation of color #A76AF1: hue angle of 267.11º degrees, saturation: 0.83, 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 #A76AF1 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 106 | 241 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.05 |
| HSL | 267.11º | 0.83% | 0.68% | - |
| HSV(B) | 267.11º | 0.56% | 0.95% | - |
| XYZ | 36.97 | 24.87 | 86.07 | - |
| YUV | 139.63 | 185.21 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 106 | 241 | 0.31 | 0.56 | 0 | 0.05 | 267.11 | 0.83 | 0.68 |
| Hex | A7 | 6A | F1 | 1F | 38 | 0 | 5 | 10B | 53 | 44 |
| Octal | 247 | 152 | 361 | 37 | 70 | 0 | 5 | 413 | 123 | 104 |
| Binary | 10100111 | 1101010 | 11110001 | 11111 | 111000 | 0 | 101 | 100001011 | 1010011 | 1000100 |
Color Harmonies of #A76AF1
Complementary color
Monochromatic Colors of #A76AF1
Black with #A76AF1
Text Example
Text Example
White with #A76AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76AF1; }
p { color: rgb(167,106,241); }
H1.HeaderClassName
{
color: #A76AF1;
}
.AnyTagClassName
{
color: #A76AF1;
}
</style>
background-color css
<style>
a { background-color: #A76AF1; }
a { background-color: rgb(167,106,241); }
div.DivClassName
{
background-color: #A76AF1;
}
.BgClassName
{
background-color: #A76AF1;
}
</style>
border-color css
<style>
span { border-color: #A76AF1; }
span { border-color: rgb(167,106,241); }
td.TdClassName
{
border-color: #A76AF1;
}
.TagClassName
{
border-color: #A76AF1;
}
</style>