Shades of East Side #A78ABC
Tints of East Side #A78ABC
RGB
CMYK
RGB Variations
Color information
#A78ABC (or 0xA78ABC) is known color: East Side. HEX triplet: A7, 8A and BC. RGB value is (167,138,188). Sum of RGB (Red+Green+Blue) = 167+138+188=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #A78ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ABC is #587543. Grayscale: #989898. Windows color (decimal): -5797188 or 12356263. OLE color: 12356263.
HSL color Cylindrical-coordinate representation of color #A78ABC: hue angle of 274.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A78ABC is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 138 | 188 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.26 |
| HSL | 274.8º | 0.27% | 0.64% | - |
| HSV(B) | 274.8º | 0.27% | 0.74% | - |
| XYZ | 34.1 | 30.02 | 51.57 | - |
| YUV | 152.37 | 148.11 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 188 | 0.11 | 0.27 | 0 | 0.26 | 274.8 | 0.27 | 0.64 |
| Hex | A7 | 8A | BC | B | 1B | 0 | 1A | 113 | 1B | 40 |
| Octal | 247 | 212 | 274 | 13 | 33 | 0 | 32 | 423 | 33 | 100 |
| Binary | 10100111 | 10001010 | 10111100 | 1011 | 11011 | 0 | 11010 | 100010011 | 11011 | 1000000 |
Color Harmonies of #A78ABC
Complementary color
Monochromatic Colors of #A78ABC
Black with #A78ABC
Text Example
Text Example
White with #A78ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78ABC; }
p { color: rgb(167,138,188); }
H1.HeaderClassName
{
color: #A78ABC;
}
.AnyTagClassName
{
color: #A78ABC;
}
</style>
background-color css
<style>
a { background-color: #A78ABC; }
a { background-color: rgb(167,138,188); }
div.DivClassName
{
background-color: #A78ABC;
}
.BgClassName
{
background-color: #A78ABC;
}
</style>
border-color css
<style>
span { border-color: #A78ABC; }
span { border-color: rgb(167,138,188); }
td.TdClassName
{
border-color: #A78ABC;
}
.TagClassName
{
border-color: #A78ABC;
}
</style>