#AB8EB0

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

Shades of East Side #AB8EB0

Tints of East Side #AB8EB0

Color information

#AB8EB0 (or 0xAB8EB0) is unknown color: approx East Side. HEX triplet: AB, 8E and B0. RGB value is (171,142,176). Sum of RGB (Red+Green+Blue) = 171+142+176=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB8EB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8EB0 is #54714F. Grayscale: #9A9A9A. Windows color (decimal): -5534032 or 11570859. OLE color: 11570859.

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

Color convert

RGB171142176-
CMYK0.030.1900.31
HSL291.18º17.71%62.35%-
HSV(B)291.18º19.32%69.02%-
XYZ34.331.1445.28-
YUV154.55140.11139.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 176 (69.14% from 255) = 35.99%
R=34.97%
G=29.04%
B=35.99%

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
Decimal1711421760.030.1900.31291.1817.7162.35
HexAB8EB031301F123123e
Octal2532162603230374432276
Binary101010111000111010110000111001101111110010001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8EB0; }

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

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

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

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

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

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

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

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