#AB90BE

Color #AB90BE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AB90BE

Tints of East Side #AB90BE

Color information

#AB90BE (or 0xAB90BE) is unknown color: approx East Side. HEX triplet: AB, 90 and BE. RGB value is (171,144,190). Sum of RGB (Red+Green+Blue) = 171+144+190=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB90BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90BE is #546F41. Grayscale: #9D9D9D. Windows color (decimal): -5533506 or 12488875. OLE color: 12488875.

HSL color Cylindrical-coordinate representation of color #AB90BE: hue angle of 275.22º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB90BE is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171144190-
CMYK0.100.2400.25
HSL275.22º26.14%65.49%-
HSV(B)275.22º24.21%74.51%-
XYZ36.0632.3253.05-
YUV157.32146.45137.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=33.86%
G=28.51%
B=37.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711441900.100.2400.25275.2226.1465.49
HexAB90BEA180191131a41
Octal253220276123003142332101
Binary101010111001000010111110101011000011001100010011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB90BE; }

 p { color: rgb(171,144,190); }

 H1.HeaderClassName
 {
   color: #AB90BE;
 }
 .AnyTagClassName
 {
   color: #AB90BE;
 }
</style>
background-color css

<style>
 a { background-color: #AB90BE; }

 a { background-color: rgb(171,144,190); }

 div.DivClassName
 {
   background-color: #AB90BE;
 }
 .BgClassName
 {
   background-color: #AB90BE;
 }
</style>
border-color css

<style>
 span { border-color: #AB90BE; }

 span { border-color: rgb(171,144,190); }

 td.TdClassName
 {
   border-color: #AB90BE;
 }
 .TagClassName
 {
   border-color: #AB90BE;
 }
</style>