Shades of Medium Purple #A778DA
Tints of Medium Purple #A778DA
RGB
CMYK
RGB Variations
Color information
#A778DA (or 0xA778DA) is known color: Medium Purple. HEX triplet: A7, 78 and DA. RGB value is (167,120,218). Sum of RGB (Red+Green+Blue) = 167+120+218=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #A778DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A778DA is #588725. Grayscale: #909090. Windows color (decimal): -5801766 or 14317735. OLE color: 14317735.
HSL color Cylindrical-coordinate representation of color #A778DA: hue angle of 268.78º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A778DA is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 120 | 218 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.15 |
| HSL | 268.78º | 0.57% | 0.66% | - |
| HSV(B) | 268.78º | 0.45% | 0.85% | - |
| XYZ | 35.31 | 26.71 | 69.62 | - |
| YUV | 145.23 | 169.07 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 120 | 218 | 0.23 | 0.45 | 0 | 0.15 | 268.78 | 0.57 | 0.66 |
| Hex | A7 | 78 | DA | 17 | 2D | 0 | F | 10D | 39 | 42 |
| Octal | 247 | 170 | 332 | 27 | 55 | 0 | 17 | 415 | 71 | 102 |
| Binary | 10100111 | 1111000 | 11011010 | 10111 | 101101 | 0 | 1111 | 100001101 | 111001 | 1000010 |
Color Harmonies of #A778DA
Complementary color
Monochromatic Colors of #A778DA
Black with #A778DA
Text Example
Text Example
White with #A778DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A778DA; }
p { color: rgb(167,120,218); }
H1.HeaderClassName
{
color: #A778DA;
}
.AnyTagClassName
{
color: #A778DA;
}
</style>
background-color css
<style>
a { background-color: #A778DA; }
a { background-color: rgb(167,120,218); }
div.DivClassName
{
background-color: #A778DA;
}
.BgClassName
{
background-color: #A778DA;
}
</style>
border-color css
<style>
span { border-color: #A778DA; }
span { border-color: rgb(167,120,218); }
td.TdClassName
{
border-color: #A778DA;
}
.TagClassName
{
border-color: #A778DA;
}
</style>