Shades of East Side #A778B5
Tints of East Side #A778B5
RGB
CMYK
RGB Variations
Color information
#A778B5 (or 0xA778B5) is known color: East Side. HEX triplet: A7, 78 and B5. RGB value is (167,120,181). Sum of RGB (Red+Green+Blue) = 167+120+181=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 181 - color contains mainly: blue. Hex color #A778B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A778B5 is #58874A. Grayscale: #8C8C8C. Windows color (decimal): -5801803 or 11892903. OLE color: 11892903.
HSL color Cylindrical-coordinate representation of color #A778B5: hue angle of 286.23º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A778B5 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 120 | 181 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.29 |
| HSL | 286.23º | 0.29% | 0.59% | - |
| HSV(B) | 286.23º | 0.34% | 0.71% | - |
| XYZ | 30.99 | 24.98 | 46.91 | - |
| YUV | 141.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 120 | 181 | 0.08 | 0.34 | 0 | 0.29 | 286.23 | 0.29 | 0.59 |
| Hex | A7 | 78 | B5 | 8 | 22 | 0 | 1D | 11E | 1D | 3B |
| Octal | 247 | 170 | 265 | 10 | 42 | 0 | 35 | 436 | 35 | 73 |
| Binary | 10100111 | 1111000 | 10110101 | 1000 | 100010 | 0 | 11101 | 100011110 | 11101 | 111011 |
Color Harmonies of #A778B5
Complementary color
Monochromatic Colors of #A778B5
Black with #A778B5
Text Example
Text Example
White with #A778B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A778B5; }
p { color: rgb(167,120,181); }
H1.HeaderClassName
{
color: #A778B5;
}
.AnyTagClassName
{
color: #A778B5;
}
</style>
background-color css
<style>
a { background-color: #A778B5; }
a { background-color: rgb(167,120,181); }
div.DivClassName
{
background-color: #A778B5;
}
.BgClassName
{
background-color: #A778B5;
}
</style>
border-color css
<style>
span { border-color: #A778B5; }
span { border-color: rgb(167,120,181); }
td.TdClassName
{
border-color: #A778B5;
}
.TagClassName
{
border-color: #A778B5;
}
</style>