Shades of East Side #A880BB
Tints of East Side #A880BB
RGB
CMYK
RGB Variations
Color information
#A880BB (or 0xA880BB) is known color: East Side. HEX triplet: A8, 80 and BB. RGB value is (168,128,187). Sum of RGB (Red+Green+Blue) = 168+128+187=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #A880BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880BB is #577F44. Grayscale: #929292. Windows color (decimal): -5734213 or 12288168. OLE color: 12288168.
HSL color Cylindrical-coordinate representation of color #A880BB: hue angle of 280.68º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A880BB is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 128 | 187 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.27 |
| HSL | 280.68º | 0.3% | 0.62% | - |
| HSV(B) | 280.68º | 0.32% | 0.73% | - |
| XYZ | 32.84 | 27.35 | 50.56 | - |
| YUV | 146.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 187 | 0.10 | 0.32 | 0 | 0.27 | 280.68 | 0.3 | 0.62 |
| Hex | A8 | 80 | BB | A | 20 | 0 | 1B | 119 | 1E | 3E |
| Octal | 250 | 200 | 273 | 12 | 40 | 0 | 33 | 431 | 36 | 76 |
| Binary | 10101000 | 10000000 | 10111011 | 1010 | 100000 | 0 | 11011 | 100011001 | 11110 | 111110 |
Color Harmonies of #A880BB
Complementary color
Monochromatic Colors of #A880BB
Black with #A880BB
Text Example
Text Example
White with #A880BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A880BB; }
p { color: rgb(168,128,187); }
H1.HeaderClassName
{
color: #A880BB;
}
.AnyTagClassName
{
color: #A880BB;
}
</style>
background-color css
<style>
a { background-color: #A880BB; }
a { background-color: rgb(168,128,187); }
div.DivClassName
{
background-color: #A880BB;
}
.BgClassName
{
background-color: #A880BB;
}
</style>
border-color css
<style>
span { border-color: #A880BB; }
span { border-color: rgb(168,128,187); }
td.TdClassName
{
border-color: #A880BB;
}
.TagClassName
{
border-color: #A880BB;
}
</style>