#AB96BE

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

Shades of East Side #AB96BE

Tints of East Side #AB96BE

Color information

#AB96BE (or 0xAB96BE) is unknown color: approx East Side. HEX triplet: AB, 96 and BE. RGB value is (171,150,190). Sum of RGB (Red+Green+Blue) = 171+150+190=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB96BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96BE is #546941. Grayscale: #A0A0A0. Windows color (decimal): -5531970 or 12490411. OLE color: 12490411.

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

Color convert

RGB171150190-
CMYK0.100.2100.25
HSL271.5º23.53%66.67%-
HSV(B)271.5º21.05%74.51%-
XYZ3734.1953.36-
YUV160.84144.46135.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=33.46%
G=29.35%
B=37.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711501900.100.2100.25271.523.5366.67
HexAB96BEA150191101843
Octal253226276122503142030103
Binary101010111001011010111110101010101011001100010000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB96BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB96BE; }

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

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

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

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

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

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

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

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