#AB89BD

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

Shades of East Side #AB89BD

Tints of East Side #AB89BD

Color information

#AB89BD (or 0xAB89BD) is unknown color: approx East Side. HEX triplet: AB, 89 and BD. RGB value is (171,137,189). Sum of RGB (Red+Green+Blue) = 171+137+189=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB89BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB89BD is #547642. Grayscale: #989898. Windows color (decimal): -5535299 or 12421547. OLE color: 12421547.

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

Color convert

RGB171137189-
CMYK0.100.2800.26
HSL279.23º28.26%63.92%-
HSV(B)279.23º27.51%74.12%-
XYZ34.9330.2252.14-
YUV153.09148.26140.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.41%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=34.41%
G=27.57%
B=38.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711371890.100.2800.26279.2328.2663.92
HexAB89BDA1C01A1171c40
Octal253211275123403242734100
Binary101010111000100110111101101011100011010100010111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB89BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB89BD; }

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

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

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

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

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

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

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

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