Shades of Medium Purple #A778DC
Tints of Medium Purple #A778DC
RGB
CMYK
RGB Variations
Color information
#A778DC (or 0xA778DC) is known color: Medium Purple. HEX triplet: A7, 78 and DC. RGB value is (167,120,220). Sum of RGB (Red+Green+Blue) = 167+120+220=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #A778DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A778DC is #588723. Grayscale: #919191. Windows color (decimal): -5801764 or 14448807. OLE color: 14448807.
HSL color Cylindrical-coordinate representation of color #A778DC: hue angle of 268.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A778DC is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 120 | 220 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.14 |
| HSL | 268.2º | 0.59% | 0.67% | - |
| HSV(B) | 268.2º | 0.45% | 0.86% | - |
| XYZ | 35.57 | 26.82 | 71.01 | - |
| YUV | 145.45 | 170.07 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 120 | 220 | 0.24 | 0.45 | 0 | 0.14 | 268.2 | 0.59 | 0.67 |
| Hex | A7 | 78 | DC | 18 | 2D | 0 | E | 10C | 3B | 43 |
| Octal | 247 | 170 | 334 | 30 | 55 | 0 | 16 | 414 | 73 | 103 |
| Binary | 10100111 | 1111000 | 11011100 | 11000 | 101101 | 0 | 1110 | 100001100 | 111011 | 1000011 |
Color Harmonies of #A778DC
Complementary color
Monochromatic Colors of #A778DC
Black with #A778DC
Text Example
Text Example
White with #A778DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A778DC; }
p { color: rgb(167,120,220); }
H1.HeaderClassName
{
color: #A778DC;
}
.AnyTagClassName
{
color: #A778DC;
}
</style>
background-color css
<style>
a { background-color: #A778DC; }
a { background-color: rgb(167,120,220); }
div.DivClassName
{
background-color: #A778DC;
}
.BgClassName
{
background-color: #A778DC;
}
</style>
border-color css
<style>
span { border-color: #A778DC; }
span { border-color: rgb(167,120,220); }
td.TdClassName
{
border-color: #A778DC;
}
.TagClassName
{
border-color: #A778DC;
}
</style>