Shades of East Side #A78FB6
Tints of East Side #A78FB6
RGB
CMYK
RGB Variations
Color information
#A78FB6 (or 0xA78FB6) is known color: East Side. HEX triplet: A7, 8F and B6. RGB value is (167,143,182). Sum of RGB (Red+Green+Blue) = 167+143+182=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 182 - color contains mainly: blue. Hex color #A78FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78FB6 is #587049. Grayscale: #9A9A9A. Windows color (decimal): -5795914 or 11964327. OLE color: 11964327.
HSL color Cylindrical-coordinate representation of color #A78FB6: hue angle of 276.92º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A78FB6 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 143 | 182 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.29 |
| HSL | 276.92º | 0.21% | 0.64% | - |
| HSV(B) | 276.92º | 0.21% | 0.71% | - |
| XYZ | 34.2 | 31.24 | 48.48 | - |
| YUV | 154.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 143 | 182 | 0.08 | 0.21 | 0 | 0.29 | 276.92 | 0.21 | 0.64 |
| Hex | A7 | 8F | B6 | 8 | 15 | 0 | 1D | 115 | 15 | 40 |
| Octal | 247 | 217 | 266 | 10 | 25 | 0 | 35 | 425 | 25 | 100 |
| Binary | 10100111 | 10001111 | 10110110 | 1000 | 10101 | 0 | 11101 | 100010101 | 10101 | 1000000 |
Color Harmonies of #A78FB6
Complementary color
Monochromatic Colors of #A78FB6
Black with #A78FB6
Text Example
Text Example
White with #A78FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78FB6; }
p { color: rgb(167,143,182); }
H1.HeaderClassName
{
color: #A78FB6;
}
.AnyTagClassName
{
color: #A78FB6;
}
</style>
background-color css
<style>
a { background-color: #A78FB6; }
a { background-color: rgb(167,143,182); }
div.DivClassName
{
background-color: #A78FB6;
}
.BgClassName
{
background-color: #A78FB6;
}
</style>
border-color css
<style>
span { border-color: #A78FB6; }
span { border-color: rgb(167,143,182); }
td.TdClassName
{
border-color: #A78FB6;
}
.TagClassName
{
border-color: #A78FB6;
}
</style>