Shades of East Side #A882B1
Tints of East Side #A882B1
RGB
CMYK
RGB Variations
Color information
#A882B1 (or 0xA882B1) is known color: East Side. HEX triplet: A8, 82 and B1. RGB value is (168,130,177). Sum of RGB (Red+Green+Blue) = 168+130+177=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 177 - color contains mainly: blue. Hex color #A882B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A882B1 is #577D4E. Grayscale: #929292. Windows color (decimal): -5733711 or 11633320. OLE color: 11633320.
HSL color Cylindrical-coordinate representation of color #A882B1: hue angle of 288.51º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A882B1 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 130 | 177 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.31 |
| HSL | 288.51º | 0.23% | 0.6% | - |
| HSV(B) | 288.51º | 0.27% | 0.69% | - |
| XYZ | 32.07 | 27.46 | 45.21 | - |
| YUV | 146.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 177 | 0.05 | 0.27 | 0 | 0.31 | 288.51 | 0.23 | 0.6 |
| Hex | A8 | 82 | B1 | 5 | 1B | 0 | 1F | 121 | 17 | 3C |
| Octal | 250 | 202 | 261 | 5 | 33 | 0 | 37 | 441 | 27 | 74 |
| Binary | 10101000 | 10000010 | 10110001 | 101 | 11011 | 0 | 11111 | 100100001 | 10111 | 111100 |
Color Harmonies of #A882B1
Complementary color
Monochromatic Colors of #A882B1
Black with #A882B1
Text Example
Text Example
White with #A882B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A882B1; }
p { color: rgb(168,130,177); }
H1.HeaderClassName
{
color: #A882B1;
}
.AnyTagClassName
{
color: #A882B1;
}
</style>
background-color css
<style>
a { background-color: #A882B1; }
a { background-color: rgb(168,130,177); }
div.DivClassName
{
background-color: #A882B1;
}
.BgClassName
{
background-color: #A882B1;
}
</style>
border-color css
<style>
span { border-color: #A882B1; }
span { border-color: rgb(168,130,177); }
td.TdClassName
{
border-color: #A882B1;
}
.TagClassName
{
border-color: #A882B1;
}
</style>