Shades of East Side #AB6FB8
Tints of East Side #AB6FB8
RGB
CMYK
RGB Variations
Color information
#AB6FB8 (or 0xAB6FB8) is known color: East Side. HEX triplet: AB, 6F and B8. RGB value is (171,111,184). Sum of RGB (Red+Green+Blue) = 171+111+184=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB6FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6FB8 is #549047. Grayscale: #898989. Windows color (decimal): -5541960 or 12087211. OLE color: 12087211.
HSL color Cylindrical-coordinate representation of color #AB6FB8: hue angle of 289.32º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6FB8 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 111 | 184 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.28 |
| HSL | 289.32º | 0.34% | 0.58% | - |
| HSV(B) | 289.32º | 0.4% | 0.72% | - |
| XYZ | 31.13 | 23.49 | 48.24 | - |
| YUV | 137.26 | 154.38 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 184 | 0.07 | 0.40 | 0 | 0.28 | 289.32 | 0.34 | 0.58 |
| Hex | AB | 6F | B8 | 7 | 28 | 0 | 1C | 121 | 22 | 3A |
| Octal | 253 | 157 | 270 | 7 | 50 | 0 | 34 | 441 | 42 | 72 |
| Binary | 10101011 | 1101111 | 10111000 | 111 | 101000 | 0 | 11100 | 100100001 | 100010 | 111010 |
Color Harmonies of #AB6FB8
Complementary color
Monochromatic Colors of #AB6FB8
Black with #AB6FB8
Text Example
Text Example
White with #AB6FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6FB8; }
p { color: rgb(171,111,184); }
H1.HeaderClassName
{
color: #AB6FB8;
}
.AnyTagClassName
{
color: #AB6FB8;
}
</style>
background-color css
<style>
a { background-color: #AB6FB8; }
a { background-color: rgb(171,111,184); }
div.DivClassName
{
background-color: #AB6FB8;
}
.BgClassName
{
background-color: #AB6FB8;
}
</style>
border-color css
<style>
span { border-color: #AB6FB8; }
span { border-color: rgb(171,111,184); }
td.TdClassName
{
border-color: #AB6FB8;
}
.TagClassName
{
border-color: #AB6FB8;
}
</style>