Shades of Medium Purple #A76FE6
Tints of Medium Purple #A76FE6
RGB
CMYK
RGB Variations
Color information
#A76FE6 (or 0xA76FE6) is known color: Medium Purple. HEX triplet: A7, 6F and E6. RGB value is (167,111,230). Sum of RGB (Red+Green+Blue) = 167+111+230=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #A76FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76FE6 is #589019. Grayscale: #8C8C8C. Windows color (decimal): -5804058 or 15101863. OLE color: 15101863.
HSL color Cylindrical-coordinate representation of color #A76FE6: hue angle of 268.24º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A76FE6 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 111 | 230 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.10 |
| HSL | 268.24º | 0.7% | 0.67% | - |
| HSV(B) | 268.24º | 0.52% | 0.9% | - |
| XYZ | 35.9 | 25.3 | 77.85 | - |
| YUV | 141.31 | 178.05 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 230 | 0.27 | 0.52 | 0 | 0.10 | 268.24 | 0.7 | 0.67 |
| Hex | A7 | 6F | E6 | 1B | 34 | 0 | A | 10C | 46 | 43 |
| Octal | 247 | 157 | 346 | 33 | 64 | 0 | 12 | 414 | 106 | 103 |
| Binary | 10100111 | 1101111 | 11100110 | 11011 | 110100 | 0 | 1010 | 100001100 | 1000110 | 1000011 |
Color Harmonies of #A76FE6
Complementary color
Monochromatic Colors of #A76FE6
Black with #A76FE6
Text Example
Text Example
White with #A76FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76FE6; }
p { color: rgb(167,111,230); }
H1.HeaderClassName
{
color: #A76FE6;
}
.AnyTagClassName
{
color: #A76FE6;
}
</style>
background-color css
<style>
a { background-color: #A76FE6; }
a { background-color: rgb(167,111,230); }
div.DivClassName
{
background-color: #A76FE6;
}
.BgClassName
{
background-color: #A76FE6;
}
</style>
border-color css
<style>
span { border-color: #A76FE6; }
span { border-color: rgb(167,111,230); }
td.TdClassName
{
border-color: #A76FE6;
}
.TagClassName
{
border-color: #A76FE6;
}
</style>