#AB9FB7

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

Shades of East Side #AB9FB7

Tints of East Side #AB9FB7

Color information

#AB9FB7 (or 0xAB9FB7) is unknown color: approx East Side. HEX triplet: AB, 9F and B7. RGB value is (171,159,183). Sum of RGB (Red+Green+Blue) = 171+159+183=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB9FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FB7 is #546048. Grayscale: #A5A5A5. Windows color (decimal): -5529673 or 12033963. OLE color: 12033963.

HSL color Cylindrical-coordinate representation of color #AB9FB7: hue angle of 270º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AB9FB7 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB171159183-
CMYK0.070.1300.28
HSL270º14.29%67.06%-
HSV(B)270º13.11%71.76%-
XYZ37.7436.8749.93-
YUV165.32137.98132.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.33%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 183 (71.88% from 255) = 35.67%
R=33.33%
G=30.99%
B=35.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711591830.070.1300.2827014.2967.06
HexAB9FB77D01C10ee43
Octal25323726771503441616103
Binary101010111001111110110111111110101110010000111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FB7; }

 p { color: rgb(171,159,183); }

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

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

 a { background-color: rgb(171,159,183); }

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

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

 span { border-color: rgb(171,159,183); }

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