Shades of Medium Purple #A77FEA
Tints of Medium Purple #A77FEA
RGB
CMYK
RGB Variations
Color information
#A77FEA (or 0xA77FEA) is known color: Medium Purple. HEX triplet: A7, 7F and EA. RGB value is (167,127,234). Sum of RGB (Red+Green+Blue) = 167+127+234=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #A77FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77FEA is #588015. Grayscale: #969696. Windows color (decimal): -5799958 or 15368103. OLE color: 15368103.
HSL color Cylindrical-coordinate representation of color #A77FEA: hue angle of 262.43º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A77FEA is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 127 | 234 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.08 |
| HSL | 262.43º | 0.72% | 0.71% | - |
| HSV(B) | 262.43º | 0.46% | 0.92% | - |
| XYZ | 38.38 | 29.33 | 81.48 | - |
| YUV | 151.16 | 174.75 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 234 | 0.29 | 0.46 | 0 | 0.08 | 262.43 | 0.72 | 0.71 |
| Hex | A7 | 7F | EA | 1D | 2E | 0 | 8 | 106 | 48 | 47 |
| Octal | 247 | 177 | 352 | 35 | 56 | 0 | 10 | 406 | 110 | 107 |
| Binary | 10100111 | 1111111 | 11101010 | 11101 | 101110 | 0 | 1000 | 100000110 | 1001000 | 1000111 |
Color Harmonies of #A77FEA
Complementary color
Monochromatic Colors of #A77FEA
Black with #A77FEA
Text Example
Text Example
White with #A77FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77FEA; }
p { color: rgb(167,127,234); }
H1.HeaderClassName
{
color: #A77FEA;
}
.AnyTagClassName
{
color: #A77FEA;
}
</style>
background-color css
<style>
a { background-color: #A77FEA; }
a { background-color: rgb(167,127,234); }
div.DivClassName
{
background-color: #A77FEA;
}
.BgClassName
{
background-color: #A77FEA;
}
</style>
border-color css
<style>
span { border-color: #A77FEA; }
span { border-color: rgb(167,127,234); }
td.TdClassName
{
border-color: #A77FEA;
}
.TagClassName
{
border-color: #A77FEA;
}
</style>