Shades of Medium Purple #A77DF2
Tints of Medium Purple #A77DF2
RGB
CMYK
RGB Variations
Color information
#A77DF2 (or 0xA77DF2) is known color: Medium Purple. HEX triplet: A7, 7D and F2. RGB value is (167,125,242). Sum of RGB (Red+Green+Blue) = 167+125+242=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #A77DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77DF2 is #58820D. Grayscale: #969696. Windows color (decimal): -5800462 or 15891879. OLE color: 15891879.
HSL color Cylindrical-coordinate representation of color #A77DF2: hue angle of 261.54º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A77DF2 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 125 | 242 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.05 |
| HSL | 261.54º | 0.82% | 0.72% | - |
| HSV(B) | 261.54º | 0.48% | 0.95% | - |
| XYZ | 39.3 | 29.29 | 87.59 | - |
| YUV | 150.9 | 179.41 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 242 | 0.31 | 0.48 | 0 | 0.05 | 261.54 | 0.82 | 0.72 |
| Hex | A7 | 7D | F2 | 1F | 30 | 0 | 5 | 106 | 52 | 48 |
| Octal | 247 | 175 | 362 | 37 | 60 | 0 | 5 | 406 | 122 | 110 |
| Binary | 10100111 | 1111101 | 11110010 | 11111 | 110000 | 0 | 101 | 100000110 | 1010010 | 1001000 |
Color Harmonies of #A77DF2
Complementary color
Monochromatic Colors of #A77DF2
Black with #A77DF2
Text Example
Text Example
White with #A77DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77DF2; }
p { color: rgb(167,125,242); }
H1.HeaderClassName
{
color: #A77DF2;
}
.AnyTagClassName
{
color: #A77DF2;
}
</style>
background-color css
<style>
a { background-color: #A77DF2; }
a { background-color: rgb(167,125,242); }
div.DivClassName
{
background-color: #A77DF2;
}
.BgClassName
{
background-color: #A77DF2;
}
</style>
border-color css
<style>
span { border-color: #A77DF2; }
span { border-color: rgb(167,125,242); }
td.TdClassName
{
border-color: #A77DF2;
}
.TagClassName
{
border-color: #A77DF2;
}
</style>