#AB89BF

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

Shades of East Side #AB89BF

Tints of East Side #AB89BF

Color information

#AB89BF (or 0xAB89BF) is unknown color: approx East Side. HEX triplet: AB, 89 and BF. RGB value is (171,137,191). Sum of RGB (Red+Green+Blue) = 171+137+191=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB89BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB89BF is #547640. Grayscale: #999999. Windows color (decimal): -5535297 or 12552619. OLE color: 12552619.

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

Color convert

RGB171137191-
CMYK0.100.2800.25
HSL277.78º29.67%64.31%-
HSV(B)277.78º28.27%74.9%-
XYZ35.1430.3153.29-
YUV153.32149.26140.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 137 (53.91% from 255) = 27.45%
BLUE value IS 191 (75% from 255) = 38.28%
R=34.27%
G=27.45%
B=38.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711371910.100.2800.25277.7829.6764.31
HexAB89BFA1C0191161e40
Octal253211277123403142636100
Binary101010111000100110111111101011100011001100010110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB89BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB89BF; }

 p { color: rgb(171,137,191); }

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

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

 a { background-color: rgb(171,137,191); }

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

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

 span { border-color: rgb(171,137,191); }

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