Shades of East Side #AB8ABE
Tints of East Side #AB8ABE
RGB
CMYK
RGB Variations
Color information
#AB8ABE (or 0xAB8ABE) is known color: East Side. HEX triplet: AB, 8A and BE. RGB value is (171,138,190). Sum of RGB (Red+Green+Blue) = 171+138+190=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB8ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ABE is #547541. Grayscale: #999999. Windows color (decimal): -5535042 or 12487339. OLE color: 12487339.
HSL color Cylindrical-coordinate representation of color #AB8ABE: hue angle of 278.08º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB8ABE is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 138 | 190 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.25 |
| HSL | 278.08º | 0.29% | 0.64% | - |
| HSV(B) | 278.08º | 0.27% | 0.75% | - |
| XYZ | 35.18 | 30.55 | 52.76 | - |
| YUV | 153.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 190 | 0.10 | 0.27 | 0 | 0.25 | 278.08 | 0.29 | 0.64 |
| Hex | AB | 8A | BE | A | 1B | 0 | 19 | 116 | 1D | 40 |
| Octal | 253 | 212 | 276 | 12 | 33 | 0 | 31 | 426 | 35 | 100 |
| Binary | 10101011 | 10001010 | 10111110 | 1010 | 11011 | 0 | 11001 | 100010110 | 11101 | 1000000 |
Color Harmonies of #AB8ABE
Complementary color
Monochromatic Colors of #AB8ABE
Black with #AB8ABE
Text Example
Text Example
White with #AB8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8ABE; }
p { color: rgb(171,138,190); }
H1.HeaderClassName
{
color: #AB8ABE;
}
.AnyTagClassName
{
color: #AB8ABE;
}
</style>
background-color css
<style>
a { background-color: #AB8ABE; }
a { background-color: rgb(171,138,190); }
div.DivClassName
{
background-color: #AB8ABE;
}
.BgClassName
{
background-color: #AB8ABE;
}
</style>
border-color css
<style>
span { border-color: #AB8ABE; }
span { border-color: rgb(171,138,190); }
td.TdClassName
{
border-color: #AB8ABE;
}
.TagClassName
{
border-color: #AB8ABE;
}
</style>