#AB89BA

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

Shades of East Side #AB89BA

Tints of East Side #AB89BA

Color information

#AB89BA (or 0xAB89BA) is unknown color: approx East Side. HEX triplet: AB, 89 and BA. RGB value is (171,137,186). Sum of RGB (Red+Green+Blue) = 171+137+186=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB89BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB89BA is #547645. Grayscale: #989898. Windows color (decimal): -5535302 or 12224939. OLE color: 12224939.

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

Color convert

RGB171137186-
CMYK0.080.2600.27
HSL281.63º26.2%63.33%-
HSV(B)281.63º26.34%72.94%-
XYZ34.630.0950.44-
YUV152.75146.76141.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=34.62%
G=27.73%
B=37.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711371860.080.2600.27281.6326.263.33
HexAB89BA81A01B11a1a3f
Octal25321127210320334323277
Binary10101011100010011011101010001101001101110001101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB89BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB89BA; }

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

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

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

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

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

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

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

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