Shades of East Side #AB90C6
Tints of East Side #AB90C6
RGB
CMYK
RGB Variations
Color information
#AB90C6 (or 0xAB90C6) is known color: East Side. HEX triplet: AB, 90 and C6. RGB value is (171,144,198). Sum of RGB (Red+Green+Blue) = 171+144+198=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB90C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90C6 is #546F39. Grayscale: #9E9E9E. Windows color (decimal): -5533498 or 13013163. OLE color: 13013163.
HSL color Cylindrical-coordinate representation of color #AB90C6: hue angle of 270º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB90C6 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 144 | 198 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.22 |
| HSL | 270º | 0.32% | 0.67% | - |
| HSV(B) | 270º | 0.27% | 0.78% | - |
| XYZ | 36.96 | 32.68 | 57.79 | - |
| YUV | 158.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 198 | 0.14 | 0.27 | 0 | 0.22 | 270 | 0.32 | 0.67 |
| Hex | AB | 90 | C6 | E | 1B | 0 | 16 | 10E | 20 | 43 |
| Octal | 253 | 220 | 306 | 16 | 33 | 0 | 26 | 416 | 40 | 103 |
| Binary | 10101011 | 10010000 | 11000110 | 1110 | 11011 | 0 | 10110 | 100001110 | 100000 | 1000011 |
Color Harmonies of #AB90C6
Complementary color
Monochromatic Colors of #AB90C6
Black with #AB90C6
Text Example
Text Example
White with #AB90C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB90C6; }
p { color: rgb(171,144,198); }
H1.HeaderClassName
{
color: #AB90C6;
}
.AnyTagClassName
{
color: #AB90C6;
}
</style>
background-color css
<style>
a { background-color: #AB90C6; }
a { background-color: rgb(171,144,198); }
div.DivClassName
{
background-color: #AB90C6;
}
.BgClassName
{
background-color: #AB90C6;
}
</style>
border-color css
<style>
span { border-color: #AB90C6; }
span { border-color: rgb(171,144,198); }
td.TdClassName
{
border-color: #AB90C6;
}
.TagClassName
{
border-color: #AB90C6;
}
</style>