#AB91BA

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

Shades of East Side #AB91BA

Tints of East Side #AB91BA

Color information

#AB91BA (or 0xAB91BA) is unknown color: approx East Side. HEX triplet: AB, 91 and BA. RGB value is (171,145,186). Sum of RGB (Red+Green+Blue) = 171+145+186=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB91BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91BA is #546E45. Grayscale: #9D9D9D. Windows color (decimal): -5533254 or 12226987. OLE color: 12226987.

HSL color Cylindrical-coordinate representation of color #AB91BA: hue angle of 278.05º degrees, saturation: 0.23, 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 #AB91BA is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171145186-
CMYK0.080.2200.27
HSL278.05º22.91%64.9%-
HSV(B)278.05º22.04%72.94%-
XYZ35.7832.4550.83-
YUV157.45144.11137.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.06%
GREEN value IS 145 (57.03% from 255) = 28.88%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=34.06%
G=28.88%
B=37.05%

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
Decimal1711451860.080.2200.27278.0522.9164.9
HexAB91BA81601B1161741
Octal253221272102603342627101
Binary101010111001000110111010100010110011011100010110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91BA; }

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

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

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

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

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

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

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

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