Shades of East Side #AB83B7
Tints of East Side #AB83B7
RGB
CMYK
RGB Variations
Color information
#AB83B7 (or 0xAB83B7) is known color: East Side. HEX triplet: AB, 83 and B7. RGB value is (171,131,183). Sum of RGB (Red+Green+Blue) = 171+131+183=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB83B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB83B7 is #547C48. Grayscale: #949494. Windows color (decimal): -5536841 or 12026795. OLE color: 12026795.
HSL color Cylindrical-coordinate representation of color #AB83B7: hue angle of 286.15º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB83B7 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 131 | 183 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.28 |
| HSL | 286.15º | 0.27% | 0.62% | - |
| HSV(B) | 286.15º | 0.28% | 0.72% | - |
| XYZ | 33.46 | 28.31 | 48.5 | - |
| YUV | 148.89 | 147.25 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 183 | 0.07 | 0.28 | 0 | 0.28 | 286.15 | 0.27 | 0.62 |
| Hex | AB | 83 | B7 | 7 | 1C | 0 | 1C | 11E | 1B | 3E |
| Octal | 253 | 203 | 267 | 7 | 34 | 0 | 34 | 436 | 33 | 76 |
| Binary | 10101011 | 10000011 | 10110111 | 111 | 11100 | 0 | 11100 | 100011110 | 11011 | 111110 |
Color Harmonies of #AB83B7
Complementary color
Monochromatic Colors of #AB83B7
Black with #AB83B7
Text Example
Text Example
White with #AB83B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB83B7; }
p { color: rgb(171,131,183); }
H1.HeaderClassName
{
color: #AB83B7;
}
.AnyTagClassName
{
color: #AB83B7;
}
</style>
background-color css
<style>
a { background-color: #AB83B7; }
a { background-color: rgb(171,131,183); }
div.DivClassName
{
background-color: #AB83B7;
}
.BgClassName
{
background-color: #AB83B7;
}
</style>
border-color css
<style>
span { border-color: #AB83B7; }
span { border-color: rgb(171,131,183); }
td.TdClassName
{
border-color: #AB83B7;
}
.TagClassName
{
border-color: #AB83B7;
}
</style>