Shades of East Side #A78AB3
Tints of East Side #A78AB3
RGB
CMYK
RGB Variations
Color information
#A78AB3 (or 0xA78AB3) is known color: East Side. HEX triplet: A7, 8A and B3. RGB value is (167,138,179). Sum of RGB (Red+Green+Blue) = 167+138+179=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 179 - color contains mainly: blue. Hex color #A78AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78AB3 is #58754C. Grayscale: #979797. Windows color (decimal): -5797197 or 11766439. OLE color: 11766439.
HSL color Cylindrical-coordinate representation of color #A78AB3: hue angle of 282.44º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A78AB3 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 138 | 179 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.30 |
| HSL | 282.44º | 0.21% | 0.62% | - |
| HSV(B) | 282.44º | 0.23% | 0.7% | - |
| XYZ | 33.16 | 29.65 | 46.62 | - |
| YUV | 151.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 179 | 0.07 | 0.23 | 0 | 0.30 | 282.44 | 0.21 | 0.62 |
| Hex | A7 | 8A | B3 | 7 | 17 | 0 | 1E | 11A | 15 | 3E |
| Octal | 247 | 212 | 263 | 7 | 27 | 0 | 36 | 432 | 25 | 76 |
| Binary | 10100111 | 10001010 | 10110011 | 111 | 10111 | 0 | 11110 | 100011010 | 10101 | 111110 |
Color Harmonies of #A78AB3
Complementary color
Monochromatic Colors of #A78AB3
Black with #A78AB3
Text Example
Text Example
White with #A78AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78AB3; }
p { color: rgb(167,138,179); }
H1.HeaderClassName
{
color: #A78AB3;
}
.AnyTagClassName
{
color: #A78AB3;
}
</style>
background-color css
<style>
a { background-color: #A78AB3; }
a { background-color: rgb(167,138,179); }
div.DivClassName
{
background-color: #A78AB3;
}
.BgClassName
{
background-color: #A78AB3;
}
</style>
border-color css
<style>
span { border-color: #A78AB3; }
span { border-color: rgb(167,138,179); }
td.TdClassName
{
border-color: #A78AB3;
}
.TagClassName
{
border-color: #A78AB3;
}
</style>