Shades of East Side #AB82BA
Tints of East Side #AB82BA
RGB
CMYK
RGB Variations
Color information
#AB82BA (or 0xAB82BA) is known color: East Side. HEX triplet: AB, 82 and BA. RGB value is (171,130,186). Sum of RGB (Red+Green+Blue) = 171+130+186=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB82BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82BA is #547D45. Grayscale: #949494. Windows color (decimal): -5537094 or 12223147. OLE color: 12223147.
HSL color Cylindrical-coordinate representation of color #AB82BA: hue angle of 283.93º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB82BA is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 130 | 186 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.27 |
| HSL | 283.93º | 0.29% | 0.62% | - |
| HSV(B) | 283.93º | 0.3% | 0.73% | - |
| XYZ | 33.64 | 28.17 | 50.12 | - |
| YUV | 148.64 | 149.08 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 186 | 0.08 | 0.30 | 0 | 0.27 | 283.93 | 0.29 | 0.62 |
| Hex | AB | 82 | BA | 8 | 1E | 0 | 1B | 11C | 1D | 3E |
| Octal | 253 | 202 | 272 | 10 | 36 | 0 | 33 | 434 | 35 | 76 |
| Binary | 10101011 | 10000010 | 10111010 | 1000 | 11110 | 0 | 11011 | 100011100 | 11101 | 111110 |
Color Harmonies of #AB82BA
Complementary color
Monochromatic Colors of #AB82BA
Black with #AB82BA
Text Example
Text Example
White with #AB82BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB82BA; }
p { color: rgb(171,130,186); }
H1.HeaderClassName
{
color: #AB82BA;
}
.AnyTagClassName
{
color: #AB82BA;
}
</style>
background-color css
<style>
a { background-color: #AB82BA; }
a { background-color: rgb(171,130,186); }
div.DivClassName
{
background-color: #AB82BA;
}
.BgClassName
{
background-color: #AB82BA;
}
</style>
border-color css
<style>
span { border-color: #AB82BA; }
span { border-color: rgb(171,130,186); }
td.TdClassName
{
border-color: #AB82BA;
}
.TagClassName
{
border-color: #AB82BA;
}
</style>