#AB86B5

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

Shades of East Side #AB86B5

Tints of East Side #AB86B5

Color information

#AB86B5 (or 0xAB86B5) is unknown color: approx East Side. HEX triplet: AB, 86 and B5. RGB value is (171,134,181). Sum of RGB (Red+Green+Blue) = 171+134+181=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB86B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86B5 is #54794A. Grayscale: #969696. Windows color (decimal): -5536075 or 11896491. OLE color: 11896491.

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

Color convert

RGB171134181-
CMYK0.060.2600.29
HSL287.23º24.1%61.76%-
HSV(B)287.23º25.97%70.98%-
XYZ33.6629.0447.55-
YUV150.42145.26142.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 134 (52.73% from 255) = 27.57%
BLUE value IS 181 (71.09% from 255) = 37.24%
R=35.19%
G=27.57%
B=37.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711341810.060.2600.29287.2324.161.76
HexAB86B561A01D11f183e
Octal2532062656320354373076
Binary1010101110000110101101011101101001110110001111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB86B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB86B5; }

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

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

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

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

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

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

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

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