Shades of East Side #A088B6
Tints of East Side #A088B6
RGB
CMYK
RGB Variations
Color information
#A088B6 (or 0xA088B6) is known color: East Side. HEX triplet: A0, 88 and B6. RGB value is (160,136,182). Sum of RGB (Red+Green+Blue) = 160+136+182=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 182 - color contains mainly: blue. Hex color #A088B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088B6 is #5F7749. Grayscale: #949494. Windows color (decimal): -6256458 or 11962528. OLE color: 11962528.
HSL color Cylindrical-coordinate representation of color #A088B6: hue angle of 271.3º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A088B6 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 136 | 182 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.29 |
| HSL | 271.3º | 0.24% | 0.62% | - |
| HSV(B) | 271.3º | 0.25% | 0.71% | - |
| XYZ | 31.74 | 28.46 | 48.08 | - |
| YUV | 148.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 182 | 0.12 | 0.25 | 0 | 0.29 | 271.3 | 0.24 | 0.62 |
| Hex | A0 | 88 | B6 | C | 19 | 0 | 1D | 10F | 18 | 3E |
| Octal | 240 | 210 | 266 | 14 | 31 | 0 | 35 | 417 | 30 | 76 |
| Binary | 10100000 | 10001000 | 10110110 | 1100 | 11001 | 0 | 11101 | 100001111 | 11000 | 111110 |
Color Harmonies of #A088B6
Complementary color
Monochromatic Colors of #A088B6
Black with #A088B6
Text Example
Text Example
White with #A088B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A088B6; }
p { color: rgb(160,136,182); }
H1.HeaderClassName
{
color: #A088B6;
}
.AnyTagClassName
{
color: #A088B6;
}
</style>
background-color css
<style>
a { background-color: #A088B6; }
a { background-color: rgb(160,136,182); }
div.DivClassName
{
background-color: #A088B6;
}
.BgClassName
{
background-color: #A088B6;
}
</style>
border-color css
<style>
span { border-color: #A088B6; }
span { border-color: rgb(160,136,182); }
td.TdClassName
{
border-color: #A088B6;
}
.TagClassName
{
border-color: #A088B6;
}
</style>