Shades of East Side #A877BF
Tints of East Side #A877BF
RGB
CMYK
RGB Variations
Color information
#A877BF (or 0xA877BF) is known color: East Side. HEX triplet: A8, 77 and BF. RGB value is (168,119,191). Sum of RGB (Red+Green+Blue) = 168+119+191=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #A877BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A877BF is #578840. Grayscale: #8D8D8D. Windows color (decimal): -5736513 or 12548008. OLE color: 12548008.
HSL color Cylindrical-coordinate representation of color #A877BF: hue angle of 280.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A877BF is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 119 | 191 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.25 |
| HSL | 280.83º | 0.36% | 0.61% | - |
| HSV(B) | 280.83º | 0.38% | 0.75% | - |
| XYZ | 32.15 | 25.28 | 52.48 | - |
| YUV | 141.86 | 155.73 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 191 | 0.12 | 0.38 | 0 | 0.25 | 280.83 | 0.36 | 0.61 |
| Hex | A8 | 77 | BF | C | 26 | 0 | 19 | 119 | 24 | 3D |
| Octal | 250 | 167 | 277 | 14 | 46 | 0 | 31 | 431 | 44 | 75 |
| Binary | 10101000 | 1110111 | 10111111 | 1100 | 100110 | 0 | 11001 | 100011001 | 100100 | 111101 |
Color Harmonies of #A877BF
Complementary color
Monochromatic Colors of #A877BF
Black with #A877BF
Text Example
Text Example
White with #A877BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A877BF; }
p { color: rgb(168,119,191); }
H1.HeaderClassName
{
color: #A877BF;
}
.AnyTagClassName
{
color: #A877BF;
}
</style>
background-color css
<style>
a { background-color: #A877BF; }
a { background-color: rgb(168,119,191); }
div.DivClassName
{
background-color: #A877BF;
}
.BgClassName
{
background-color: #A877BF;
}
</style>
border-color css
<style>
span { border-color: #A877BF; }
span { border-color: rgb(168,119,191); }
td.TdClassName
{
border-color: #A877BF;
}
.TagClassName
{
border-color: #A877BF;
}
</style>