#AB90B5

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

Shades of East Side #AB90B5

Tints of East Side #AB90B5

Color information

#AB90B5 (or 0xAB90B5) is unknown color: approx East Side. HEX triplet: AB, 90 and B5. RGB value is (171,144,181). Sum of RGB (Red+Green+Blue) = 171+144+181=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB90B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90B5 is #546F4A. Grayscale: #9C9C9C. Windows color (decimal): -5533515 or 11899051. OLE color: 11899051.

HSL color Cylindrical-coordinate representation of color #AB90B5: hue angle of 283.78º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB90B5 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171144181-
CMYK0.060.2000.29
HSL283.78º20%63.73%-
HSV(B)283.78º20.44%70.98%-
XYZ35.1131.9448.03-
YUV156.29141.95138.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 144 (56.64% from 255) = 29.03%
BLUE value IS 181 (71.09% from 255) = 36.49%
R=34.48%
G=29.03%
B=36.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711441810.060.2000.29283.782063.73
HexAB90B561401D11c1440
Octal25322026562403543424100
Binary10101011100100001011010111010100011101100011100101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB90B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB90B5; }

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

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

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

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

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

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

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

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