Shades of East Side #A891B5
Tints of East Side #A891B5
RGB
CMYK
RGB Variations
Color information
#A891B5 (or 0xA891B5) is known color: East Side. HEX triplet: A8, 91 and B5. RGB value is (168,145,181). Sum of RGB (Red+Green+Blue) = 168+145+181=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 181 - color contains mainly: blue. Hex color #A891B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A891B5 is #576E4A. Grayscale: #9B9B9B. Windows color (decimal): -5729867 or 11899304. OLE color: 11899304.
HSL color Cylindrical-coordinate representation of color #A891B5: hue angle of 278.33º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A891B5 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 145 | 181 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.29 |
| HSL | 278.33º | 0.2% | 0.64% | - |
| HSV(B) | 278.33º | 0.2% | 0.71% | - |
| XYZ | 34.61 | 31.91 | 48.05 | - |
| YUV | 155.98 | 142.12 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 181 | 0.07 | 0.20 | 0 | 0.29 | 278.33 | 0.2 | 0.64 |
| Hex | A8 | 91 | B5 | 7 | 14 | 0 | 1D | 116 | 14 | 40 |
| Octal | 250 | 221 | 265 | 7 | 24 | 0 | 35 | 426 | 24 | 100 |
| Binary | 10101000 | 10010001 | 10110101 | 111 | 10100 | 0 | 11101 | 100010110 | 10100 | 1000000 |
Color Harmonies of #A891B5
Complementary color
Monochromatic Colors of #A891B5
Black with #A891B5
Text Example
Text Example
White with #A891B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A891B5; }
p { color: rgb(168,145,181); }
H1.HeaderClassName
{
color: #A891B5;
}
.AnyTagClassName
{
color: #A891B5;
}
</style>
background-color css
<style>
a { background-color: #A891B5; }
a { background-color: rgb(168,145,181); }
div.DivClassName
{
background-color: #A891B5;
}
.BgClassName
{
background-color: #A891B5;
}
</style>
border-color css
<style>
span { border-color: #A891B5; }
span { border-color: rgb(168,145,181); }
td.TdClassName
{
border-color: #A891B5;
}
.TagClassName
{
border-color: #A891B5;
}
</style>