Shades of East Side #A877B5
Tints of East Side #A877B5
RGB
CMYK
RGB Variations
Color information
#A877B5 (or 0xA877B5) is known color: East Side. HEX triplet: A8, 77 and B5. RGB value is (168,119,181). Sum of RGB (Red+Green+Blue) = 168+119+181=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 119 (46.88% from 255 or 25.43% 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 #A877B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A877B5 is #57884A. Grayscale: #8C8C8C. Windows color (decimal): -5736523 or 11892648. OLE color: 11892648.
HSL color Cylindrical-coordinate representation of color #A877B5: hue angle of 287.42º degrees, saturation: 0.3, 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 #A877B5 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 119 | 181 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.29 |
| HSL | 287.42º | 0.3% | 0.59% | - |
| HSV(B) | 287.42º | 0.34% | 0.71% | - |
| XYZ | 31.09 | 24.85 | 46.88 | - |
| YUV | 140.72 | 150.73 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 181 | 0.07 | 0.34 | 0 | 0.29 | 287.42 | 0.3 | 0.59 |
| Hex | A8 | 77 | B5 | 7 | 22 | 0 | 1D | 11F | 1E | 3B |
| Octal | 250 | 167 | 265 | 7 | 42 | 0 | 35 | 437 | 36 | 73 |
| Binary | 10101000 | 1110111 | 10110101 | 111 | 100010 | 0 | 11101 | 100011111 | 11110 | 111011 |
Color Harmonies of #A877B5
Complementary color
Monochromatic Colors of #A877B5
Black with #A877B5
Text Example
Text Example
White with #A877B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A877B5; }
p { color: rgb(168,119,181); }
H1.HeaderClassName
{
color: #A877B5;
}
.AnyTagClassName
{
color: #A877B5;
}
</style>
background-color css
<style>
a { background-color: #A877B5; }
a { background-color: rgb(168,119,181); }
div.DivClassName
{
background-color: #A877B5;
}
.BgClassName
{
background-color: #A877B5;
}
</style>
border-color css
<style>
span { border-color: #A877B5; }
span { border-color: rgb(168,119,181); }
td.TdClassName
{
border-color: #A877B5;
}
.TagClassName
{
border-color: #A877B5;
}
</style>