Shades of East Side #A893B0
Tints of East Side #A893B0
RGB
CMYK
RGB Variations
Color information
#A893B0 (or 0xA893B0) is known color: East Side. HEX triplet: A8, 93 and B0. RGB value is (168,147,176). Sum of RGB (Red+Green+Blue) = 168+147+176=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 176 - color contains mainly: blue. Hex color #A893B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A893B0 is #576C4F. Grayscale: #9C9C9C. Windows color (decimal): -5729360 or 11572136. OLE color: 11572136.
HSL color Cylindrical-coordinate representation of color #A893B0: hue angle of 283.45º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A893B0 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 147 | 176 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.31 |
| HSL | 283.45º | 0.16% | 0.63% | - |
| HSV(B) | 283.45º | 0.16% | 0.69% | - |
| XYZ | 34.42 | 32.33 | 45.5 | - |
| YUV | 156.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 176 | 0.05 | 0.16 | 0 | 0.31 | 283.45 | 0.16 | 0.63 |
| Hex | A8 | 93 | B0 | 5 | 10 | 0 | 1F | 11B | 10 | 3F |
| Octal | 250 | 223 | 260 | 5 | 20 | 0 | 37 | 433 | 20 | 77 |
| Binary | 10101000 | 10010011 | 10110000 | 101 | 10000 | 0 | 11111 | 100011011 | 10000 | 111111 |
Color Harmonies of #A893B0
Complementary color
Monochromatic Colors of #A893B0
Black with #A893B0
Text Example
Text Example
White with #A893B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A893B0; }
p { color: rgb(168,147,176); }
H1.HeaderClassName
{
color: #A893B0;
}
.AnyTagClassName
{
color: #A893B0;
}
</style>
background-color css
<style>
a { background-color: #A893B0; }
a { background-color: rgb(168,147,176); }
div.DivClassName
{
background-color: #A893B0;
}
.BgClassName
{
background-color: #A893B0;
}
</style>
border-color css
<style>
span { border-color: #A893B0; }
span { border-color: rgb(168,147,176); }
td.TdClassName
{
border-color: #A893B0;
}
.TagClassName
{
border-color: #A893B0;
}
</style>