Shades of East Side #A880BC
Tints of East Side #A880BC
RGB
CMYK
RGB Variations
Color information
#A880BC (or 0xA880BC) is known color: East Side. HEX triplet: A8, 80 and BC. RGB value is (168,128,188). Sum of RGB (Red+Green+Blue) = 168+128+188=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #A880BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880BC is #577F43. Grayscale: #929292. Windows color (decimal): -5734212 or 12353704. OLE color: 12353704.
HSL color Cylindrical-coordinate representation of color #A880BC: hue angle of 280º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A880BC is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 128 | 188 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.26 |
| HSL | 280º | 0.31% | 0.62% | - |
| HSV(B) | 280º | 0.32% | 0.74% | - |
| XYZ | 32.94 | 27.39 | 51.13 | - |
| YUV | 146.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 188 | 0.11 | 0.32 | 0 | 0.26 | 280 | 0.31 | 0.62 |
| Hex | A8 | 80 | BC | B | 20 | 0 | 1A | 118 | 1F | 3E |
| Octal | 250 | 200 | 274 | 13 | 40 | 0 | 32 | 430 | 37 | 76 |
| Binary | 10101000 | 10000000 | 10111100 | 1011 | 100000 | 0 | 11010 | 100011000 | 11111 | 111110 |
Color Harmonies of #A880BC
Complementary color
Monochromatic Colors of #A880BC
Black with #A880BC
Text Example
Text Example
White with #A880BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A880BC; }
p { color: rgb(168,128,188); }
H1.HeaderClassName
{
color: #A880BC;
}
.AnyTagClassName
{
color: #A880BC;
}
</style>
background-color css
<style>
a { background-color: #A880BC; }
a { background-color: rgb(168,128,188); }
div.DivClassName
{
background-color: #A880BC;
}
.BgClassName
{
background-color: #A880BC;
}
</style>
border-color css
<style>
span { border-color: #A880BC; }
span { border-color: rgb(168,128,188); }
td.TdClassName
{
border-color: #A880BC;
}
.TagClassName
{
border-color: #A880BC;
}
</style>