Shades of East Side #AB8FC7
Tints of East Side #AB8FC7
RGB
CMYK
RGB Variations
Color information
#AB8FC7 (or 0xAB8FC7) is known color: East Side. HEX triplet: AB, 8F and C7. RGB value is (171,143,199). Sum of RGB (Red+Green+Blue) = 171+143+199=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB8FC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FC7 is #547038. Grayscale: #9D9D9D. Windows color (decimal): -5533753 or 13078443. OLE color: 13078443.
HSL color Cylindrical-coordinate representation of color #AB8FC7: hue angle of 270º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB8FC7 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 143 | 199 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.22 |
| HSL | 270º | 0.33% | 0.67% | - |
| HSV(B) | 270º | 0.28% | 0.78% | - |
| XYZ | 36.93 | 32.43 | 58.35 | - |
| YUV | 157.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 199 | 0.14 | 0.28 | 0 | 0.22 | 270 | 0.33 | 0.67 |
| Hex | AB | 8F | C7 | E | 1C | 0 | 16 | 10E | 21 | 43 |
| Octal | 253 | 217 | 307 | 16 | 34 | 0 | 26 | 416 | 41 | 103 |
| Binary | 10101011 | 10001111 | 11000111 | 1110 | 11100 | 0 | 10110 | 100001110 | 100001 | 1000011 |
Color Harmonies of #AB8FC7
Complementary color
Monochromatic Colors of #AB8FC7
Black with #AB8FC7
Text Example
Text Example
White with #AB8FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8FC7; }
p { color: rgb(171,143,199); }
H1.HeaderClassName
{
color: #AB8FC7;
}
.AnyTagClassName
{
color: #AB8FC7;
}
</style>
background-color css
<style>
a { background-color: #AB8FC7; }
a { background-color: rgb(171,143,199); }
div.DivClassName
{
background-color: #AB8FC7;
}
.BgClassName
{
background-color: #AB8FC7;
}
</style>
border-color css
<style>
span { border-color: #AB8FC7; }
span { border-color: rgb(171,143,199); }
td.TdClassName
{
border-color: #AB8FC7;
}
.TagClassName
{
border-color: #AB8FC7;
}
</style>