Shades of East Side #A78DAF
Tints of East Side #A78DAF
RGB
CMYK
RGB Variations
Color information
#A78DAF (or 0xA78DAF) is known color: East Side. HEX triplet: A7, 8D and AF. RGB value is (167,141,175). Sum of RGB (Red+Green+Blue) = 167+141+175=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #A78DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78DAF is #587250. Grayscale: #989898. Windows color (decimal): -5796433 or 11505063. OLE color: 11505063.
HSL color Cylindrical-coordinate representation of color #A78DAF: hue angle of 285.88º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A78DAF is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 141 | 175 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.31 |
| HSL | 285.88º | 0.18% | 0.62% | - |
| HSV(B) | 285.88º | 0.19% | 0.69% | - |
| XYZ | 33.2 | 30.36 | 44.67 | - |
| YUV | 152.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 175 | 0.05 | 0.19 | 0 | 0.31 | 285.88 | 0.18 | 0.62 |
| Hex | A7 | 8D | AF | 5 | 13 | 0 | 1F | 11E | 12 | 3E |
| Octal | 247 | 215 | 257 | 5 | 23 | 0 | 37 | 436 | 22 | 76 |
| Binary | 10100111 | 10001101 | 10101111 | 101 | 10011 | 0 | 11111 | 100011110 | 10010 | 111110 |
Color Harmonies of #A78DAF
Complementary color
Monochromatic Colors of #A78DAF
Black with #A78DAF
Text Example
Text Example
White with #A78DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78DAF; }
p { color: rgb(167,141,175); }
H1.HeaderClassName
{
color: #A78DAF;
}
.AnyTagClassName
{
color: #A78DAF;
}
</style>
background-color css
<style>
a { background-color: #A78DAF; }
a { background-color: rgb(167,141,175); }
div.DivClassName
{
background-color: #A78DAF;
}
.BgClassName
{
background-color: #A78DAF;
}
</style>
border-color css
<style>
span { border-color: #A78DAF; }
span { border-color: rgb(167,141,175); }
td.TdClassName
{
border-color: #A78DAF;
}
.TagClassName
{
border-color: #A78DAF;
}
</style>