Shades of East Side #A880B5
Tints of East Side #A880B5
RGB
CMYK
RGB Variations
Color information
#A880B5 (or 0xA880B5) is known color: East Side. HEX triplet: A8, 80 and B5. RGB value is (168,128,181). Sum of RGB (Red+Green+Blue) = 168+128+181=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 181 - color contains mainly: blue. Hex color #A880B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880B5 is #577F4A. Grayscale: #919191. Windows color (decimal): -5734219 or 11894952. OLE color: 11894952.
HSL color Cylindrical-coordinate representation of color #A880B5: hue angle of 285.28º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A880B5 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 128 | 181 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.29 |
| HSL | 285.28º | 0.26% | 0.61% | - |
| HSV(B) | 285.28º | 0.29% | 0.71% | - |
| XYZ | 32.21 | 27.1 | 47.25 | - |
| YUV | 146 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 181 | 0.07 | 0.29 | 0 | 0.29 | 285.28 | 0.26 | 0.61 |
| Hex | A8 | 80 | B5 | 7 | 1D | 0 | 1D | 11D | 1A | 3D |
| Octal | 250 | 200 | 265 | 7 | 35 | 0 | 35 | 435 | 32 | 75 |
| Binary | 10101000 | 10000000 | 10110101 | 111 | 11101 | 0 | 11101 | 100011101 | 11010 | 111101 |
Color Harmonies of #A880B5
Complementary color
Monochromatic Colors of #A880B5
Black with #A880B5
Text Example
Text Example
White with #A880B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A880B5; }
p { color: rgb(168,128,181); }
H1.HeaderClassName
{
color: #A880B5;
}
.AnyTagClassName
{
color: #A880B5;
}
</style>
background-color css
<style>
a { background-color: #A880B5; }
a { background-color: rgb(168,128,181); }
div.DivClassName
{
background-color: #A880B5;
}
.BgClassName
{
background-color: #A880B5;
}
</style>
border-color css
<style>
span { border-color: #A880B5; }
span { border-color: rgb(168,128,181); }
td.TdClassName
{
border-color: #A880B5;
}
.TagClassName
{
border-color: #A880B5;
}
</style>