Shades of Medium Purple #A77DF5
Tints of Medium Purple #A77DF5
RGB
CMYK
RGB Variations
Color information
#A77DF5 (or 0xA77DF5) is known color: Medium Purple. HEX triplet: A7, 7D and F5. RGB value is (167,125,245). Sum of RGB (Red+Green+Blue) = 167+125+245=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 245 - color contains mainly: blue. Hex color #A77DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77DF5 is #58820A. Grayscale: #969696. Windows color (decimal): -5800459 or 16088487. OLE color: 16088487.
HSL color Cylindrical-coordinate representation of color #A77DF5: hue angle of 261º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A77DF5 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 125 | 245 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.04 |
| HSL | 261º | 0.86% | 0.73% | - |
| HSV(B) | 261º | 0.49% | 0.96% | - |
| XYZ | 39.75 | 29.48 | 89.98 | - |
| YUV | 151.24 | 180.91 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 245 | 0.32 | 0.49 | 0 | 0.04 | 261 | 0.86 | 0.73 |
| Hex | A7 | 7D | F5 | 20 | 31 | 0 | 4 | 105 | 56 | 49 |
| Octal | 247 | 175 | 365 | 40 | 61 | 0 | 4 | 405 | 126 | 111 |
| Binary | 10100111 | 1111101 | 11110101 | 100000 | 110001 | 0 | 100 | 100000101 | 1010110 | 1001001 |
Color Harmonies of #A77DF5
Complementary color
Monochromatic Colors of #A77DF5
Black with #A77DF5
Text Example
Text Example
White with #A77DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77DF5; }
p { color: rgb(167,125,245); }
H1.HeaderClassName
{
color: #A77DF5;
}
.AnyTagClassName
{
color: #A77DF5;
}
</style>
background-color css
<style>
a { background-color: #A77DF5; }
a { background-color: rgb(167,125,245); }
div.DivClassName
{
background-color: #A77DF5;
}
.BgClassName
{
background-color: #A77DF5;
}
</style>
border-color css
<style>
span { border-color: #A77DF5; }
span { border-color: rgb(167,125,245); }
td.TdClassName
{
border-color: #A77DF5;
}
.TagClassName
{
border-color: #A77DF5;
}
</style>