Shades of East Side #A088B3
Tints of East Side #A088B3
RGB
CMYK
RGB Variations
Color information
#A088B3 (or 0xA088B3) is known color: East Side. HEX triplet: A0, 88 and B3. RGB value is (160,136,179). Sum of RGB (Red+Green+Blue) = 160+136+179=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 179 - color contains mainly: blue. Hex color #A088B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088B3 is #5F774C. Grayscale: #939393. Windows color (decimal): -6256461 or 11765920. OLE color: 11765920.
HSL color Cylindrical-coordinate representation of color #A088B3: hue angle of 273.49º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A088B3 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 136 | 179 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.30 |
| HSL | 273.49º | 0.22% | 0.62% | - |
| HSV(B) | 273.49º | 0.24% | 0.7% | - |
| XYZ | 31.44 | 28.34 | 46.46 | - |
| YUV | 148.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 179 | 0.11 | 0.24 | 0 | 0.30 | 273.49 | 0.22 | 0.62 |
| Hex | A0 | 88 | B3 | B | 18 | 0 | 1E | 111 | 16 | 3E |
| Octal | 240 | 210 | 263 | 13 | 30 | 0 | 36 | 421 | 26 | 76 |
| Binary | 10100000 | 10001000 | 10110011 | 1011 | 11000 | 0 | 11110 | 100010001 | 10110 | 111110 |
Color Harmonies of #A088B3
Complementary color
Monochromatic Colors of #A088B3
Black with #A088B3
Text Example
Text Example
White with #A088B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A088B3; }
p { color: rgb(160,136,179); }
H1.HeaderClassName
{
color: #A088B3;
}
.AnyTagClassName
{
color: #A088B3;
}
</style>
background-color css
<style>
a { background-color: #A088B3; }
a { background-color: rgb(160,136,179); }
div.DivClassName
{
background-color: #A088B3;
}
.BgClassName
{
background-color: #A088B3;
}
</style>
border-color css
<style>
span { border-color: #A088B3; }
span { border-color: rgb(160,136,179); }
td.TdClassName
{
border-color: #A088B3;
}
.TagClassName
{
border-color: #A088B3;
}
</style>