Shades of Medium Purple #A77DF4
Tints of Medium Purple #A77DF4
RGB
CMYK
RGB Variations
Color information
#A77DF4 (or 0xA77DF4) is known color: Medium Purple. HEX triplet: A7, 7D and F4. RGB value is (167,125,244). Sum of RGB (Red+Green+Blue) = 167+125+244=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #A77DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77DF4 is #58820B. Grayscale: #969696. Windows color (decimal): -5800460 or 16022951. OLE color: 16022951.
HSL color Cylindrical-coordinate representation of color #A77DF4: hue angle of 261.18º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A77DF4 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 125 | 244 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.04 |
| HSL | 261.18º | 0.84% | 0.72% | - |
| HSV(B) | 261.18º | 0.49% | 0.96% | - |
| XYZ | 39.6 | 29.41 | 89.18 | - |
| YUV | 151.12 | 180.41 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 244 | 0.32 | 0.49 | 0 | 0.04 | 261.18 | 0.84 | 0.72 |
| Hex | A7 | 7D | F4 | 20 | 31 | 0 | 4 | 105 | 54 | 48 |
| Octal | 247 | 175 | 364 | 40 | 61 | 0 | 4 | 405 | 124 | 110 |
| Binary | 10100111 | 1111101 | 11110100 | 100000 | 110001 | 0 | 100 | 100000101 | 1010100 | 1001000 |
Color Harmonies of #A77DF4
Complementary color
Monochromatic Colors of #A77DF4
Black with #A77DF4
Text Example
Text Example
White with #A77DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77DF4; }
p { color: rgb(167,125,244); }
H1.HeaderClassName
{
color: #A77DF4;
}
.AnyTagClassName
{
color: #A77DF4;
}
</style>
background-color css
<style>
a { background-color: #A77DF4; }
a { background-color: rgb(167,125,244); }
div.DivClassName
{
background-color: #A77DF4;
}
.BgClassName
{
background-color: #A77DF4;
}
</style>
border-color css
<style>
span { border-color: #A77DF4; }
span { border-color: rgb(167,125,244); }
td.TdClassName
{
border-color: #A77DF4;
}
.TagClassName
{
border-color: #A77DF4;
}
</style>