Shades of East Side #A880BD
Tints of East Side #A880BD
RGB
CMYK
RGB Variations
Color information
#A880BD (or 0xA880BD) is known color: East Side. HEX triplet: A8, 80 and BD. RGB value is (168,128,189). Sum of RGB (Red+Green+Blue) = 168+128+189=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #A880BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880BD is #577F42. Grayscale: #929292. Windows color (decimal): -5734211 or 12419240. OLE color: 12419240.
HSL color Cylindrical-coordinate representation of color #A880BD: hue angle of 279.34º degrees, saturation: 0.32, 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 #A880BD is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 128 | 189 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.26 |
| HSL | 279.34º | 0.32% | 0.62% | - |
| HSV(B) | 279.34º | 0.32% | 0.74% | - |
| XYZ | 33.05 | 27.44 | 51.7 | - |
| YUV | 146.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 189 | 0.11 | 0.32 | 0 | 0.26 | 279.34 | 0.32 | 0.62 |
| Hex | A8 | 80 | BD | B | 20 | 0 | 1A | 117 | 20 | 3E |
| Octal | 250 | 200 | 275 | 13 | 40 | 0 | 32 | 427 | 40 | 76 |
| Binary | 10101000 | 10000000 | 10111101 | 1011 | 100000 | 0 | 11010 | 100010111 | 100000 | 111110 |
Color Harmonies of #A880BD
Complementary color
Monochromatic Colors of #A880BD
Black with #A880BD
Text Example
Text Example
White with #A880BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A880BD; }
p { color: rgb(168,128,189); }
H1.HeaderClassName
{
color: #A880BD;
}
.AnyTagClassName
{
color: #A880BD;
}
</style>
background-color css
<style>
a { background-color: #A880BD; }
a { background-color: rgb(168,128,189); }
div.DivClassName
{
background-color: #A880BD;
}
.BgClassName
{
background-color: #A880BD;
}
</style>
border-color css
<style>
span { border-color: #A880BD; }
span { border-color: rgb(168,128,189); }
td.TdClassName
{
border-color: #A880BD;
}
.TagClassName
{
border-color: #A880BD;
}
</style>