Shades of East Side #AB76BA
Tints of East Side #AB76BA
RGB
CMYK
RGB Variations
Color information
#AB76BA (or 0xAB76BA) is known color: East Side. HEX triplet: AB, 76 and BA. RGB value is (171,118,186). Sum of RGB (Red+Green+Blue) = 171+118+186=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB76BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76BA is #548945. Grayscale: #8D8D8D. Windows color (decimal): -5540166 or 12220075. OLE color: 12220075.
HSL color Cylindrical-coordinate representation of color #AB76BA: hue angle of 286.76º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB76BA is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 118 | 186 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.27 |
| HSL | 286.76º | 0.33% | 0.6% | - |
| HSV(B) | 286.76º | 0.37% | 0.73% | - |
| XYZ | 32.14 | 25.16 | 49.62 | - |
| YUV | 141.6 | 153.06 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 186 | 0.08 | 0.37 | 0 | 0.27 | 286.76 | 0.33 | 0.6 |
| Hex | AB | 76 | BA | 8 | 25 | 0 | 1B | 11F | 21 | 3C |
| Octal | 253 | 166 | 272 | 10 | 45 | 0 | 33 | 437 | 41 | 74 |
| Binary | 10101011 | 1110110 | 10111010 | 1000 | 100101 | 0 | 11011 | 100011111 | 100001 | 111100 |
Color Harmonies of #AB76BA
Complementary color
Monochromatic Colors of #AB76BA
Black with #AB76BA
Text Example
Text Example
White with #AB76BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB76BA; }
p { color: rgb(171,118,186); }
H1.HeaderClassName
{
color: #AB76BA;
}
.AnyTagClassName
{
color: #AB76BA;
}
</style>
background-color css
<style>
a { background-color: #AB76BA; }
a { background-color: rgb(171,118,186); }
div.DivClassName
{
background-color: #AB76BA;
}
.BgClassName
{
background-color: #AB76BA;
}
</style>
border-color css
<style>
span { border-color: #AB76BA; }
span { border-color: rgb(171,118,186); }
td.TdClassName
{
border-color: #AB76BA;
}
.TagClassName
{
border-color: #AB76BA;
}
</style>