Shades of East Side #AB8FB5
Tints of East Side #AB8FB5
RGB
CMYK
RGB Variations
Color information
#AB8FB5 (or 0xAB8FB5) is known color: East Side. HEX triplet: AB, 8F and B5. RGB value is (171,143,181). Sum of RGB (Red+Green+Blue) = 171+143+181=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB8FB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FB5 is #54704A. Grayscale: #9B9B9B. Windows color (decimal): -5533771 or 11898795. OLE color: 11898795.
HSL color Cylindrical-coordinate representation of color #AB8FB5: hue angle of 284.21º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB8FB5 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 143 | 181 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.29 |
| HSL | 284.21º | 0.2% | 0.64% | - |
| HSV(B) | 284.21º | 0.21% | 0.71% | - |
| XYZ | 34.96 | 31.64 | 47.98 | - |
| YUV | 155.7 | 142.28 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 181 | 0.06 | 0.21 | 0 | 0.29 | 284.21 | 0.2 | 0.64 |
| Hex | AB | 8F | B5 | 6 | 15 | 0 | 1D | 11C | 14 | 40 |
| Octal | 253 | 217 | 265 | 6 | 25 | 0 | 35 | 434 | 24 | 100 |
| Binary | 10101011 | 10001111 | 10110101 | 110 | 10101 | 0 | 11101 | 100011100 | 10100 | 1000000 |
Color Harmonies of #AB8FB5
Complementary color
Monochromatic Colors of #AB8FB5
Black with #AB8FB5
Text Example
Text Example
White with #AB8FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8FB5; }
p { color: rgb(171,143,181); }
H1.HeaderClassName
{
color: #AB8FB5;
}
.AnyTagClassName
{
color: #AB8FB5;
}
</style>
background-color css
<style>
a { background-color: #AB8FB5; }
a { background-color: rgb(171,143,181); }
div.DivClassName
{
background-color: #AB8FB5;
}
.BgClassName
{
background-color: #AB8FB5;
}
</style>
border-color css
<style>
span { border-color: #AB8FB5; }
span { border-color: rgb(171,143,181); }
td.TdClassName
{
border-color: #AB8FB5;
}
.TagClassName
{
border-color: #AB8FB5;
}
</style>