Shades of Medium Purple #A77DFC
Tints of Medium Purple #A77DFC
RGB
CMYK
RGB Variations
Color information
#A77DFC (or 0xA77DFC) is known color: Medium Purple. HEX triplet: A7, 7D and FC. RGB value is (167,125,252). Sum of RGB (Red+Green+Blue) = 167+125+252=544 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.70% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #A77DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77DFC is #588203. Grayscale: #979797. Windows color (decimal): -5800452 or 16547239. OLE color: 16547239.
HSL color Cylindrical-coordinate representation of color #A77DFC: hue angle of 259.84º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A77DFC is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 125 | 252 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.01 |
| HSL | 259.84º | 0.95% | 0.74% | - |
| HSV(B) | 259.84º | 0.5% | 0.99% | - |
| XYZ | 40.84 | 29.91 | 95.72 | - |
| YUV | 152.04 | 184.41 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 252 | 0.34 | 0.50 | 0 | 0.01 | 259.84 | 0.95 | 0.74 |
| Hex | A7 | 7D | FC | 22 | 32 | 0 | 1 | 104 | 5F | 4A |
| Octal | 247 | 175 | 374 | 42 | 62 | 0 | 1 | 404 | 137 | 112 |
| Binary | 10100111 | 1111101 | 11111100 | 100010 | 110010 | 0 | 1 | 100000100 | 1011111 | 1001010 |
Color Harmonies of #A77DFC
Complementary color
Monochromatic Colors of #A77DFC
Black with #A77DFC
Text Example
Text Example
White with #A77DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77DFC; }
p { color: rgb(167,125,252); }
H1.HeaderClassName
{
color: #A77DFC;
}
.AnyTagClassName
{
color: #A77DFC;
}
</style>
background-color css
<style>
a { background-color: #A77DFC; }
a { background-color: rgb(167,125,252); }
div.DivClassName
{
background-color: #A77DFC;
}
.BgClassName
{
background-color: #A77DFC;
}
</style>
border-color css
<style>
span { border-color: #A77DFC; }
span { border-color: rgb(167,125,252); }
td.TdClassName
{
border-color: #A77DFC;
}
.TagClassName
{
border-color: #A77DFC;
}
</style>