Shades of East Side #AB7FB3
Tints of East Side #AB7FB3
RGB
CMYK
RGB Variations
Color information
#AB7FB3 (or 0xAB7FB3) is known color: East Side. HEX triplet: AB, 7F and B3. RGB value is (171,127,179). Sum of RGB (Red+Green+Blue) = 171+127+179=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 179 - color contains mainly: blue. Hex color #AB7FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7FB3 is #54804C. Grayscale: #919191. Windows color (decimal): -5537869 or 11763627. OLE color: 11763627.
HSL color Cylindrical-coordinate representation of color #AB7FB3: hue angle of 290.77º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7FB3 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 127 | 179 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.30 |
| HSL | 290.77º | 0.25% | 0.6% | - |
| HSV(B) | 290.77º | 0.29% | 0.7% | - |
| XYZ | 32.52 | 27.09 | 46.16 | - |
| YUV | 146.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 179 | 0.04 | 0.29 | 0 | 0.30 | 290.77 | 0.25 | 0.6 |
| Hex | AB | 7F | B3 | 4 | 1D | 0 | 1E | 123 | 19 | 3C |
| Octal | 253 | 177 | 263 | 4 | 35 | 0 | 36 | 443 | 31 | 74 |
| Binary | 10101011 | 1111111 | 10110011 | 100 | 11101 | 0 | 11110 | 100100011 | 11001 | 111100 |
Color Harmonies of #AB7FB3
Complementary color
Monochromatic Colors of #AB7FB3
Black with #AB7FB3
Text Example
Text Example
White with #AB7FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7FB3; }
p { color: rgb(171,127,179); }
H1.HeaderClassName
{
color: #AB7FB3;
}
.AnyTagClassName
{
color: #AB7FB3;
}
</style>
background-color css
<style>
a { background-color: #AB7FB3; }
a { background-color: rgb(171,127,179); }
div.DivClassName
{
background-color: #AB7FB3;
}
.BgClassName
{
background-color: #AB7FB3;
}
</style>
border-color css
<style>
span { border-color: #AB7FB3; }
span { border-color: rgb(171,127,179); }
td.TdClassName
{
border-color: #AB7FB3;
}
.TagClassName
{
border-color: #AB7FB3;
}
</style>