Shades of East Side #A78FB4
Tints of East Side #A78FB4
RGB
CMYK
RGB Variations
Color information
#A78FB4 (or 0xA78FB4) is known color: East Side. HEX triplet: A7, 8F and B4. RGB value is (167,143,180). Sum of RGB (Red+Green+Blue) = 167+143+180=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 180 - color contains mainly: blue. Hex color #A78FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78FB4 is #58704B. Grayscale: #9A9A9A. Windows color (decimal): -5795916 or 11833255. OLE color: 11833255.
HSL color Cylindrical-coordinate representation of color #A78FB4: hue angle of 278.92º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A78FB4 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 143 | 180 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.29 |
| HSL | 278.92º | 0.2% | 0.63% | - |
| HSV(B) | 278.92º | 0.21% | 0.71% | - |
| XYZ | 34 | 31.16 | 47.4 | - |
| YUV | 154.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 143 | 180 | 0.07 | 0.21 | 0 | 0.29 | 278.92 | 0.2 | 0.63 |
| Hex | A7 | 8F | B4 | 7 | 15 | 0 | 1D | 117 | 14 | 3F |
| Octal | 247 | 217 | 264 | 7 | 25 | 0 | 35 | 427 | 24 | 77 |
| Binary | 10100111 | 10001111 | 10110100 | 111 | 10101 | 0 | 11101 | 100010111 | 10100 | 111111 |
Color Harmonies of #A78FB4
Complementary color
Monochromatic Colors of #A78FB4
Black with #A78FB4
Text Example
Text Example
White with #A78FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78FB4; }
p { color: rgb(167,143,180); }
H1.HeaderClassName
{
color: #A78FB4;
}
.AnyTagClassName
{
color: #A78FB4;
}
</style>
background-color css
<style>
a { background-color: #A78FB4; }
a { background-color: rgb(167,143,180); }
div.DivClassName
{
background-color: #A78FB4;
}
.BgClassName
{
background-color: #A78FB4;
}
</style>
border-color css
<style>
span { border-color: #A78FB4; }
span { border-color: rgb(167,143,180); }
td.TdClassName
{
border-color: #A78FB4;
}
.TagClassName
{
border-color: #A78FB4;
}
</style>