Shades of East Side #AB93BA
Tints of East Side #AB93BA
RGB
CMYK
RGB Variations
Color information
#AB93BA (or 0xAB93BA) is known color: East Side. HEX triplet: AB, 93 and BA. RGB value is (171,147,186). Sum of RGB (Red+Green+Blue) = 171+147+186=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB93BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93BA is #546C45. Grayscale: #9E9E9E. Windows color (decimal): -5532742 or 12227499. OLE color: 12227499.
HSL color Cylindrical-coordinate representation of color #AB93BA: hue angle of 276.92º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB93BA is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 147 | 186 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.27 |
| HSL | 276.92º | 0.22% | 0.65% | - |
| HSV(B) | 276.92º | 0.21% | 0.73% | - |
| XYZ | 36.09 | 33.07 | 50.94 | - |
| YUV | 158.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 186 | 0.08 | 0.21 | 0 | 0.27 | 276.92 | 0.22 | 0.65 |
| Hex | AB | 93 | BA | 8 | 15 | 0 | 1B | 115 | 16 | 41 |
| Octal | 253 | 223 | 272 | 10 | 25 | 0 | 33 | 425 | 26 | 101 |
| Binary | 10101011 | 10010011 | 10111010 | 1000 | 10101 | 0 | 11011 | 100010101 | 10110 | 1000001 |
Color Harmonies of #AB93BA
Complementary color
Monochromatic Colors of #AB93BA
Black with #AB93BA
Text Example
Text Example
White with #AB93BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB93BA; }
p { color: rgb(171,147,186); }
H1.HeaderClassName
{
color: #AB93BA;
}
.AnyTagClassName
{
color: #AB93BA;
}
</style>
background-color css
<style>
a { background-color: #AB93BA; }
a { background-color: rgb(171,147,186); }
div.DivClassName
{
background-color: #AB93BA;
}
.BgClassName
{
background-color: #AB93BA;
}
</style>
border-color css
<style>
span { border-color: #AB93BA; }
span { border-color: rgb(171,147,186); }
td.TdClassName
{
border-color: #AB93BA;
}
.TagClassName
{
border-color: #AB93BA;
}
</style>