Shades of Medium Purple #A778E7
Tints of Medium Purple #A778E7
RGB
CMYK
RGB Variations
Color information
#A778E7 (or 0xA778E7) is known color: Medium Purple. HEX triplet: A7, 78 and E7. RGB value is (167,120,231). Sum of RGB (Red+Green+Blue) = 167+120+231=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 231 - color contains mainly: blue. Hex color #A778E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A778E7 is #588718. Grayscale: #929292. Windows color (decimal): -5801753 or 15169703. OLE color: 15169703.
HSL color Cylindrical-coordinate representation of color #A778E7: hue angle of 265.41º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A778E7 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 120 | 231 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.09 |
| HSL | 265.41º | 0.7% | 0.69% | - |
| HSV(B) | 265.41º | 0.48% | 0.91% | - |
| XYZ | 37.08 | 27.42 | 78.94 | - |
| YUV | 146.71 | 175.57 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 120 | 231 | 0.28 | 0.48 | 0 | 0.09 | 265.41 | 0.7 | 0.69 |
| Hex | A7 | 78 | E7 | 1C | 30 | 0 | 9 | 109 | 46 | 45 |
| Octal | 247 | 170 | 347 | 34 | 60 | 0 | 11 | 411 | 106 | 105 |
| Binary | 10100111 | 1111000 | 11100111 | 11100 | 110000 | 0 | 1001 | 100001001 | 1000110 | 1000101 |
Color Harmonies of #A778E7
Complementary color
Monochromatic Colors of #A778E7
Black with #A778E7
Text Example
Text Example
White with #A778E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A778E7; }
p { color: rgb(167,120,231); }
H1.HeaderClassName
{
color: #A778E7;
}
.AnyTagClassName
{
color: #A778E7;
}
</style>
background-color css
<style>
a { background-color: #A778E7; }
a { background-color: rgb(167,120,231); }
div.DivClassName
{
background-color: #A778E7;
}
.BgClassName
{
background-color: #A778E7;
}
</style>
border-color css
<style>
span { border-color: #A778E7; }
span { border-color: rgb(167,120,231); }
td.TdClassName
{
border-color: #A778E7;
}
.TagClassName
{
border-color: #A778E7;
}
</style>