#AB8EB5

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

Shades of East Side #AB8EB5

Tints of East Side #AB8EB5

Color information

#AB8EB5 (or 0xAB8EB5) is unknown color: approx East Side. HEX triplet: AB, 8E and B5. RGB value is (171,142,181). Sum of RGB (Red+Green+Blue) = 171+142+181=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB8EB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8EB5 is #54714A. Grayscale: #9A9A9A. Windows color (decimal): -5534027 or 11898539. OLE color: 11898539.

HSL color Cylindrical-coordinate representation of color #AB8EB5: hue angle of 284.62º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB8EB5 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171142181-
CMYK0.060.2200.29
HSL284.62º20.86%63.33%-
HSV(B)284.62º21.55%70.98%-
XYZ34.8131.3447.93-
YUV155.12142.61139.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 142 (55.86% from 255) = 28.74%
BLUE value IS 181 (71.09% from 255) = 36.64%
R=34.62%
G=28.74%
B=36.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711421810.060.2200.29284.6220.8663.33
HexAB8EB561601D11d153f
Octal2532162656260354352577
Binary1010101110001110101101011101011001110110001110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8EB5; }

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

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

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

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

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

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

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

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