Shades of East Side #A78AB2
Tints of East Side #A78AB2
RGB
CMYK
RGB Variations
Color information
#A78AB2 (or 0xA78AB2) is known color: East Side. HEX triplet: A7, 8A and B2. RGB value is (167,138,178). Sum of RGB (Red+Green+Blue) = 167+138+178=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 178 - color contains mainly: blue. Hex color #A78AB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78AB2 is #58754D. Grayscale: #979797. Windows color (decimal): -5797198 or 11700903. OLE color: 11700903.
HSL color Cylindrical-coordinate representation of color #A78AB2: hue angle of 283.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A78AB2 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 138 | 178 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.30 |
| HSL | 283.5º | 0.21% | 0.62% | - |
| HSV(B) | 283.5º | 0.22% | 0.7% | - |
| XYZ | 33.06 | 29.61 | 46.09 | - |
| YUV | 151.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 178 | 0.06 | 0.22 | 0 | 0.30 | 283.5 | 0.21 | 0.62 |
| Hex | A7 | 8A | B2 | 6 | 16 | 0 | 1E | 11C | 15 | 3E |
| Octal | 247 | 212 | 262 | 6 | 26 | 0 | 36 | 434 | 25 | 76 |
| Binary | 10100111 | 10001010 | 10110010 | 110 | 10110 | 0 | 11110 | 100011100 | 10101 | 111110 |
Color Harmonies of #A78AB2
Complementary color
Monochromatic Colors of #A78AB2
Black with #A78AB2
Text Example
Text Example
White with #A78AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78AB2; }
p { color: rgb(167,138,178); }
H1.HeaderClassName
{
color: #A78AB2;
}
.AnyTagClassName
{
color: #A78AB2;
}
</style>
background-color css
<style>
a { background-color: #A78AB2; }
a { background-color: rgb(167,138,178); }
div.DivClassName
{
background-color: #A78AB2;
}
.BgClassName
{
background-color: #A78AB2;
}
</style>
border-color css
<style>
span { border-color: #A78AB2; }
span { border-color: rgb(167,138,178); }
td.TdClassName
{
border-color: #A78AB2;
}
.TagClassName
{
border-color: #A78AB2;
}
</style>