Shades of East Side #AB7AB2
Tints of East Side #AB7AB2
RGB
CMYK
RGB Variations
Color information
#AB7AB2 (or 0xAB7AB2) is known color: East Side. HEX triplet: AB, 7A and B2. RGB value is (171,122,178). Sum of RGB (Red+Green+Blue) = 171+122+178=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB7AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7AB2 is #54854D. Grayscale: #8E8E8E. Windows color (decimal): -5539150 or 11696811. OLE color: 11696811.
HSL color Cylindrical-coordinate representation of color #AB7AB2: hue angle of 292.5º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB7AB2 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 122 | 178 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.30 |
| HSL | 292.5º | 0.27% | 0.59% | - |
| HSV(B) | 292.5º | 0.31% | 0.7% | - |
| XYZ | 31.79 | 25.79 | 45.42 | - |
| YUV | 143.04 | 147.73 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 178 | 0.04 | 0.31 | 0 | 0.30 | 292.5 | 0.27 | 0.59 |
| Hex | AB | 7A | B2 | 4 | 1F | 0 | 1E | 124 | 1B | 3B |
| Octal | 253 | 172 | 262 | 4 | 37 | 0 | 36 | 444 | 33 | 73 |
| Binary | 10101011 | 1111010 | 10110010 | 100 | 11111 | 0 | 11110 | 100100100 | 11011 | 111011 |
Color Harmonies of #AB7AB2
Complementary color
Monochromatic Colors of #AB7AB2
Black with #AB7AB2
Text Example
Text Example
White with #AB7AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7AB2; }
p { color: rgb(171,122,178); }
H1.HeaderClassName
{
color: #AB7AB2;
}
.AnyTagClassName
{
color: #AB7AB2;
}
</style>
background-color css
<style>
a { background-color: #AB7AB2; }
a { background-color: rgb(171,122,178); }
div.DivClassName
{
background-color: #AB7AB2;
}
.BgClassName
{
background-color: #AB7AB2;
}
</style>
border-color css
<style>
span { border-color: #AB7AB2; }
span { border-color: rgb(171,122,178); }
td.TdClassName
{
border-color: #AB7AB2;
}
.TagClassName
{
border-color: #AB7AB2;
}
</style>