Shades of Medium Purple #A765F6
Tints of Medium Purple #A765F6
RGB
CMYK
RGB Variations
Color information
#A765F6 (or 0xA765F6) is known color: Medium Purple. HEX triplet: A7, 65 and F6. RGB value is (167,101,246). Sum of RGB (Red+Green+Blue) = 167+101+246=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #A765F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A765F6 is #589A09. Grayscale: #888888. Windows color (decimal): -5806602 or 16147879. OLE color: 16147879.
HSL color Cylindrical-coordinate representation of color #A765F6: hue angle of 267.31º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A765F6 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 101 | 246 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.04 |
| HSL | 267.31º | 0.89% | 0.68% | - |
| HSV(B) | 267.31º | 0.59% | 0.96% | - |
| XYZ | 37.22 | 24.18 | 89.89 | - |
| YUV | 137.26 | 189.37 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 246 | 0.32 | 0.59 | 0 | 0.04 | 267.31 | 0.89 | 0.68 |
| Hex | A7 | 65 | F6 | 20 | 3B | 0 | 4 | 10B | 59 | 44 |
| Octal | 247 | 145 | 366 | 40 | 73 | 0 | 4 | 413 | 131 | 104 |
| Binary | 10100111 | 1100101 | 11110110 | 100000 | 111011 | 0 | 100 | 100001011 | 1011001 | 1000100 |
Color Harmonies of #A765F6
Complementary color
Monochromatic Colors of #A765F6
Black with #A765F6
Text Example
Text Example
White with #A765F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A765F6; }
p { color: rgb(167,101,246); }
H1.HeaderClassName
{
color: #A765F6;
}
.AnyTagClassName
{
color: #A765F6;
}
</style>
background-color css
<style>
a { background-color: #A765F6; }
a { background-color: rgb(167,101,246); }
div.DivClassName
{
background-color: #A765F6;
}
.BgClassName
{
background-color: #A765F6;
}
</style>
border-color css
<style>
span { border-color: #A765F6; }
span { border-color: rgb(167,101,246); }
td.TdClassName
{
border-color: #A765F6;
}
.TagClassName
{
border-color: #A765F6;
}
</style>