#AB91B9

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

Shades of East Side #AB91B9

Tints of East Side #AB91B9

Color information

#AB91B9 (or 0xAB91B9) is unknown color: approx East Side. HEX triplet: AB, 91 and B9. RGB value is (171,145,185). Sum of RGB (Red+Green+Blue) = 171+145+185=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB91B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91B9 is #546E46. Grayscale: #9D9D9D. Windows color (decimal): -5533255 or 12161451. OLE color: 12161451.

HSL color Cylindrical-coordinate representation of color #AB91B9: hue angle of 279º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB91B9 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171145185-
CMYK0.080.2200.27
HSL279º22.22%64.71%-
HSV(B)279º21.62%72.55%-
XYZ35.6832.4150.27-
YUV157.33143.61137.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 185 (72.66% from 255) = 36.93%
R=34.13%
G=28.94%
B=36.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711451850.080.2200.2727922.2264.71
HexAB91B981601B1171641
Octal253221271102603342726101
Binary101010111001000110111001100010110011011100010111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91B9; }

 p { color: rgb(171,145,185); }

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

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

 a { background-color: rgb(171,145,185); }

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

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

 span { border-color: rgb(171,145,185); }

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