Shades of East Side #AB8DB2
Tints of East Side #AB8DB2
RGB
CMYK
RGB Variations
Color information
#AB8DB2 (or 0xAB8DB2) is known color: East Side. HEX triplet: AB, 8D and B2. RGB value is (171,141,178). Sum of RGB (Red+Green+Blue) = 171+141+178=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB8DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8DB2 is #54724D. Grayscale: #9A9A9A. Windows color (decimal): -5534286 or 11701675. OLE color: 11701675.
HSL color Cylindrical-coordinate representation of color #AB8DB2: hue angle of 288.65º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB8DB2 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 171 | 141 | 178 | - |
CMYK | 0.04 | 0.21 | 0 | 0.30 |
HSL | 288.65º | 0.19% | 0.63% | - |
HSV(B) | 288.65º | 0.21% | 0.7% | - |
XYZ | 34.36 | 30.92 | 46.28 | - |
YUV | 154.19 | 141.44 | 139.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 141 | 178 | 0.04 | 0.21 | 0 | 0.30 | 288.65 | 0.19 | 0.63 |
Hex | AB | 8D | B2 | 4 | 15 | 0 | 1E | 121 | 13 | 3F |
Octal | 253 | 215 | 262 | 4 | 25 | 0 | 36 | 441 | 23 | 77 |
Binary | 10101011 | 10001101 | 10110010 | 100 | 10101 | 0 | 11110 | 100100001 | 10011 | 111111 |
Color Harmonies of #AB8DB2
Complementary color
Monochromatic Colors of #AB8DB2
Black with #AB8DB2
Text Example
Text Example
White with #AB8DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DB2; }
p { color: rgb(171,141,178); }
H1.HeaderClassName
{
color: #AB8DB2;
}
.AnyTagClassName
{
color: #AB8DB2;
}
</style>
background-color css
<style>
a { background-color: #AB8DB2; }
a { background-color: rgb(171,141,178); }
div.DivClassName
{
background-color: #AB8DB2;
}
.BgClassName
{
background-color: #AB8DB2;
}
</style>
border-color css
<style>
span { border-color: #AB8DB2; }
span { border-color: rgb(171,141,178); }
td.TdClassName
{
border-color: #AB8DB2;
}
.TagClassName
{
border-color: #AB8DB2;
}
</style>