Shades of Medium Purple #A77CF2
Tints of Medium Purple #A77CF2
RGB
CMYK
RGB Variations
Color information
#A77CF2 (or 0xA77CF2) is known color: Medium Purple. HEX triplet: A7, 7C and F2. RGB value is (167,124,242). Sum of RGB (Red+Green+Blue) = 167+124+242=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #A77CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77CF2 is #58830D. Grayscale: #959595. Windows color (decimal): -5800718 or 15891623. OLE color: 15891623.
HSL color Cylindrical-coordinate representation of color #A77CF2: hue angle of 261.86º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A77CF2 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 124 | 242 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.05 |
| HSL | 261.86º | 0.82% | 0.72% | - |
| HSV(B) | 261.86º | 0.49% | 0.95% | - |
| XYZ | 39.17 | 29.04 | 87.55 | - |
| YUV | 150.31 | 179.75 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 242 | 0.31 | 0.49 | 0 | 0.05 | 261.86 | 0.82 | 0.72 |
| Hex | A7 | 7C | F2 | 1F | 31 | 0 | 5 | 106 | 52 | 48 |
| Octal | 247 | 174 | 362 | 37 | 61 | 0 | 5 | 406 | 122 | 110 |
| Binary | 10100111 | 1111100 | 11110010 | 11111 | 110001 | 0 | 101 | 100000110 | 1010010 | 1001000 |
Color Harmonies of #A77CF2
Complementary color
Monochromatic Colors of #A77CF2
Black with #A77CF2
Text Example
Text Example
White with #A77CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CF2; }
p { color: rgb(167,124,242); }
H1.HeaderClassName
{
color: #A77CF2;
}
.AnyTagClassName
{
color: #A77CF2;
}
</style>
background-color css
<style>
a { background-color: #A77CF2; }
a { background-color: rgb(167,124,242); }
div.DivClassName
{
background-color: #A77CF2;
}
.BgClassName
{
background-color: #A77CF2;
}
</style>
border-color css
<style>
span { border-color: #A77CF2; }
span { border-color: rgb(167,124,242); }
td.TdClassName
{
border-color: #A77CF2;
}
.TagClassName
{
border-color: #A77CF2;
}
</style>