#AB8FB0

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

Shades of East Side #AB8FB0

Tints of East Side #AB8FB0

Color information

#AB8FB0 (or 0xAB8FB0) is unknown color: approx East Side. HEX triplet: AB, 8F and B0. RGB value is (171,143,176). Sum of RGB (Red+Green+Blue) = 171+143+176=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB8FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8FB0 is #54704F. Grayscale: #9B9B9B. Windows color (decimal): -5533776 or 11571115. OLE color: 11571115.

HSL color Cylindrical-coordinate representation of color #AB8FB0: hue angle of 290.91º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB8FB0 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171143176-
CMYK0.030.1900.31
HSL290.91º17.28%62.55%-
HSV(B)290.91º18.75%69.02%-
XYZ34.4531.4445.33-
YUV155.13139.78139.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 143 (56.25% from 255) = 29.18%
BLUE value IS 176 (69.14% from 255) = 35.92%
R=34.90%
G=29.18%
B=35.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711431760.030.1900.31290.9117.2862.55
HexAB8FB031301F123113f
Octal2532172603230374432177
Binary101010111000111110110000111001101111110010001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FB0; }

 p { color: rgb(171,143,176); }

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

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

 a { background-color: rgb(171,143,176); }

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

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

 span { border-color: rgb(171,143,176); }

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