Shades of East Side #A78BAF
Tints of East Side #A78BAF
RGB
CMYK
RGB Variations
Color information
#A78BAF (or 0xA78BAF) is known color: East Side. HEX triplet: A7, 8B and AF. RGB value is (167,139,175). Sum of RGB (Red+Green+Blue) = 167+139+175=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 175 - color contains mainly: blue. Hex color #A78BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78BAF is #587450. Grayscale: #979797. Windows color (decimal): -5796945 or 11504551. OLE color: 11504551.
HSL color Cylindrical-coordinate representation of color #A78BAF: hue angle of 286.67º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A78BAF is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 139 | 175 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.31 |
| HSL | 286.67º | 0.18% | 0.62% | - |
| HSV(B) | 286.67º | 0.21% | 0.69% | - |
| XYZ | 32.91 | 29.78 | 44.57 | - |
| YUV | 151.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 175 | 0.05 | 0.21 | 0 | 0.31 | 286.67 | 0.18 | 0.62 |
| Hex | A7 | 8B | AF | 5 | 15 | 0 | 1F | 11F | 12 | 3E |
| Octal | 247 | 213 | 257 | 5 | 25 | 0 | 37 | 437 | 22 | 76 |
| Binary | 10100111 | 10001011 | 10101111 | 101 | 10101 | 0 | 11111 | 100011111 | 10010 | 111110 |
Color Harmonies of #A78BAF
Complementary color
Monochromatic Colors of #A78BAF
Black with #A78BAF
Text Example
Text Example
White with #A78BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78BAF; }
p { color: rgb(167,139,175); }
H1.HeaderClassName
{
color: #A78BAF;
}
.AnyTagClassName
{
color: #A78BAF;
}
</style>
background-color css
<style>
a { background-color: #A78BAF; }
a { background-color: rgb(167,139,175); }
div.DivClassName
{
background-color: #A78BAF;
}
.BgClassName
{
background-color: #A78BAF;
}
</style>
border-color css
<style>
span { border-color: #A78BAF; }
span { border-color: rgb(167,139,175); }
td.TdClassName
{
border-color: #A78BAF;
}
.TagClassName
{
border-color: #A78BAF;
}
</style>