Shades of East Side #AB9AB3
Tints of East Side #AB9AB3
RGB
CMYK
RGB Variations
Color information
#AB9AB3 (or 0xAB9AB3) is known color: East Side. HEX triplet: AB, 9A and B3. RGB value is (171,154,179). Sum of RGB (Red+Green+Blue) = 171+154+179=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 179 - color contains mainly: blue. Hex color #AB9AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9AB3 is #54654C. Grayscale: #A1A1A1. Windows color (decimal): -5530957 or 11770539. OLE color: 11770539.
HSL color Cylindrical-coordinate representation of color #AB9AB3: hue angle of 280.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AB9AB3 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 154 | 179 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.30 |
| HSL | 280.8º | 0.14% | 0.65% | - |
| HSV(B) | 280.8º | 0.14% | 0.7% | - |
| XYZ | 36.49 | 35.02 | 47.49 | - |
| YUV | 161.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 179 | 0.04 | 0.14 | 0 | 0.30 | 280.8 | 0.14 | 0.65 |
| Hex | AB | 9A | B3 | 4 | E | 0 | 1E | 119 | E | 41 |
| Octal | 253 | 232 | 263 | 4 | 16 | 0 | 36 | 431 | 16 | 101 |
| Binary | 10101011 | 10011010 | 10110011 | 100 | 1110 | 0 | 11110 | 100011001 | 1110 | 1000001 |
Color Harmonies of #AB9AB3
Complementary color
Monochromatic Colors of #AB9AB3
Black with #AB9AB3
Text Example
Text Example
White with #AB9AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9AB3; }
p { color: rgb(171,154,179); }
H1.HeaderClassName
{
color: #AB9AB3;
}
.AnyTagClassName
{
color: #AB9AB3;
}
</style>
background-color css
<style>
a { background-color: #AB9AB3; }
a { background-color: rgb(171,154,179); }
div.DivClassName
{
background-color: #AB9AB3;
}
.BgClassName
{
background-color: #AB9AB3;
}
</style>
border-color css
<style>
span { border-color: #AB9AB3; }
span { border-color: rgb(171,154,179); }
td.TdClassName
{
border-color: #AB9AB3;
}
.TagClassName
{
border-color: #AB9AB3;
}
</style>