Shades of East Side #AB8AC5
Tints of East Side #AB8AC5
RGB
CMYK
RGB Variations
Color information
#AB8AC5 (or 0xAB8AC5) is known color: East Side. HEX triplet: AB, 8A and C5. RGB value is (171,138,197). Sum of RGB (Red+Green+Blue) = 171+138+197=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB8AC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8AC5 is #54753A. Grayscale: #9A9A9A. Windows color (decimal): -5535035 or 12946091. OLE color: 12946091.
HSL color Cylindrical-coordinate representation of color #AB8AC5: hue angle of 273.56º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB8AC5 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 138 | 197 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.23 |
| HSL | 273.56º | 0.34% | 0.66% | - |
| HSV(B) | 273.56º | 0.3% | 0.77% | - |
| XYZ | 35.96 | 30.87 | 56.89 | - |
| YUV | 154.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 197 | 0.13 | 0.30 | 0 | 0.23 | 273.56 | 0.34 | 0.66 |
| Hex | AB | 8A | C5 | D | 1E | 0 | 17 | 112 | 22 | 42 |
| Octal | 253 | 212 | 305 | 15 | 36 | 0 | 27 | 422 | 42 | 102 |
| Binary | 10101011 | 10001010 | 11000101 | 1101 | 11110 | 0 | 10111 | 100010010 | 100010 | 1000010 |
Color Harmonies of #AB8AC5
Complementary color
Monochromatic Colors of #AB8AC5
Black with #AB8AC5
Text Example
Text Example
White with #AB8AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8AC5; }
p { color: rgb(171,138,197); }
H1.HeaderClassName
{
color: #AB8AC5;
}
.AnyTagClassName
{
color: #AB8AC5;
}
</style>
background-color css
<style>
a { background-color: #AB8AC5; }
a { background-color: rgb(171,138,197); }
div.DivClassName
{
background-color: #AB8AC5;
}
.BgClassName
{
background-color: #AB8AC5;
}
</style>
border-color css
<style>
span { border-color: #AB8AC5; }
span { border-color: rgb(171,138,197); }
td.TdClassName
{
border-color: #AB8AC5;
}
.TagClassName
{
border-color: #AB8AC5;
}
</style>