Shades of East Side #AB9ABE
Tints of East Side #AB9ABE
RGB
CMYK
RGB Variations
Color information
#AB9ABE (or 0xAB9ABE) is known color: East Side. HEX triplet: AB, 9A and BE. RGB value is (171,154,190). Sum of RGB (Red+Green+Blue) = 171+154+190=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB9ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ABE is #546541. Grayscale: #A3A3A3. Windows color (decimal): -5530946 or 12491435. OLE color: 12491435.
HSL color Cylindrical-coordinate representation of color #AB9ABE: hue angle of 268.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB9ABE is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 154 | 190 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.25 |
| HSL | 268.33º | 0.22% | 0.67% | - |
| HSV(B) | 268.33º | 0.19% | 0.75% | - |
| XYZ | 37.64 | 35.49 | 53.58 | - |
| YUV | 163.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 190 | 0.10 | 0.19 | 0 | 0.25 | 268.33 | 0.22 | 0.67 |
| Hex | AB | 9A | BE | A | 13 | 0 | 19 | 10C | 16 | 43 |
| Octal | 253 | 232 | 276 | 12 | 23 | 0 | 31 | 414 | 26 | 103 |
| Binary | 10101011 | 10011010 | 10111110 | 1010 | 10011 | 0 | 11001 | 100001100 | 10110 | 1000011 |
Color Harmonies of #AB9ABE
Complementary color
Monochromatic Colors of #AB9ABE
Black with #AB9ABE
Text Example
Text Example
White with #AB9ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9ABE; }
p { color: rgb(171,154,190); }
H1.HeaderClassName
{
color: #AB9ABE;
}
.AnyTagClassName
{
color: #AB9ABE;
}
</style>
background-color css
<style>
a { background-color: #AB9ABE; }
a { background-color: rgb(171,154,190); }
div.DivClassName
{
background-color: #AB9ABE;
}
.BgClassName
{
background-color: #AB9ABE;
}
</style>
border-color css
<style>
span { border-color: #AB9ABE; }
span { border-color: rgb(171,154,190); }
td.TdClassName
{
border-color: #AB9ABE;
}
.TagClassName
{
border-color: #AB9ABE;
}
</style>