Shades of Medium Purple #A761F5
Tints of Medium Purple #A761F5
RGB
CMYK
RGB Variations
Color information
#A761F5 (or 0xA761F5) is known color: Medium Purple. HEX triplet: A7, 61 and F5. RGB value is (167,97,245). Sum of RGB (Red+Green+Blue) = 167+97+245=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 245 (96.09% from 255 or 48.13% from 509); Max value from RGB is 245 - color contains mainly: blue. Hex color #A761F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A761F5 is #589E0A. Grayscale: #868686. Windows color (decimal): -5807627 or 16081319. OLE color: 16081319.
HSL color Cylindrical-coordinate representation of color #A761F5: hue angle of 268.38º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A761F5 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 97 | 245 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.04 |
| HSL | 268.38º | 0.88% | 0.67% | - |
| HSV(B) | 268.38º | 0.6% | 0.96% | - |
| XYZ | 36.69 | 23.36 | 88.96 | - |
| YUV | 134.8 | 190.19 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 97 | 245 | 0.32 | 0.60 | 0 | 0.04 | 268.38 | 0.88 | 0.67 |
| Hex | A7 | 61 | F5 | 20 | 3C | 0 | 4 | 10C | 58 | 43 |
| Octal | 247 | 141 | 365 | 40 | 74 | 0 | 4 | 414 | 130 | 103 |
| Binary | 10100111 | 1100001 | 11110101 | 100000 | 111100 | 0 | 100 | 100001100 | 1011000 | 1000011 |
Color Harmonies of #A761F5
Complementary color
Monochromatic Colors of #A761F5
Black with #A761F5
Text Example
Text Example
White with #A761F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A761F5; }
p { color: rgb(167,97,245); }
H1.HeaderClassName
{
color: #A761F5;
}
.AnyTagClassName
{
color: #A761F5;
}
</style>
background-color css
<style>
a { background-color: #A761F5; }
a { background-color: rgb(167,97,245); }
div.DivClassName
{
background-color: #A761F5;
}
.BgClassName
{
background-color: #A761F5;
}
</style>
border-color css
<style>
span { border-color: #A761F5; }
span { border-color: rgb(167,97,245); }
td.TdClassName
{
border-color: #A761F5;
}
.TagClassName
{
border-color: #A761F5;
}
</style>