Shades of Medium Purple #A76BF4
Tints of Medium Purple #A76BF4
RGB
CMYK
RGB Variations
Color information
#A76BF4 (or 0xA76BF4) is known color: Medium Purple. HEX triplet: A7, 6B and F4. RGB value is (167,107,244). Sum of RGB (Red+Green+Blue) = 167+107+244=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #A76BF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76BF4 is #58940B. Grayscale: #8C8C8C. Windows color (decimal): -5805068 or 16018343. OLE color: 16018343.
HSL color Cylindrical-coordinate representation of color #A76BF4: hue angle of 266.28º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A76BF4 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 107 | 244 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.04 |
| HSL | 266.28º | 0.86% | 0.69% | - |
| HSV(B) | 266.28º | 0.56% | 0.96% | - |
| XYZ | 37.52 | 25.26 | 88.49 | - |
| YUV | 140.56 | 186.38 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 107 | 244 | 0.32 | 0.56 | 0 | 0.04 | 266.28 | 0.86 | 0.69 |
| Hex | A7 | 6B | F4 | 20 | 38 | 0 | 4 | 10A | 56 | 45 |
| Octal | 247 | 153 | 364 | 40 | 70 | 0 | 4 | 412 | 126 | 105 |
| Binary | 10100111 | 1101011 | 11110100 | 100000 | 111000 | 0 | 100 | 100001010 | 1010110 | 1000101 |
Color Harmonies of #A76BF4
Complementary color
Monochromatic Colors of #A76BF4
Black with #A76BF4
Text Example
Text Example
White with #A76BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76BF4; }
p { color: rgb(167,107,244); }
H1.HeaderClassName
{
color: #A76BF4;
}
.AnyTagClassName
{
color: #A76BF4;
}
</style>
background-color css
<style>
a { background-color: #A76BF4; }
a { background-color: rgb(167,107,244); }
div.DivClassName
{
background-color: #A76BF4;
}
.BgClassName
{
background-color: #A76BF4;
}
</style>
border-color css
<style>
span { border-color: #A76BF4; }
span { border-color: rgb(167,107,244); }
td.TdClassName
{
border-color: #A76BF4;
}
.TagClassName
{
border-color: #A76BF4;
}
</style>