#AB86BC

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

Shades of East Side #AB86BC

Tints of East Side #AB86BC

Color information

#AB86BC (or 0xAB86BC) is unknown color: approx East Side. HEX triplet: AB, 86 and BC. RGB value is (171,134,188). Sum of RGB (Red+Green+Blue) = 171+134+188=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB86BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86BC is #547943. Grayscale: #979797. Windows color (decimal): -5536068 or 12355243. OLE color: 12355243.

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

Color convert

RGB171134188-
CMYK0.090.2900.26
HSL281.11º28.72%63.14%-
HSV(B)281.11º28.72%73.73%-
XYZ34.429.3451.43-
YUV151.22148.76142.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 134 (52.73% from 255) = 27.18%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=34.69%
G=27.18%
B=38.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711341880.090.2900.26281.1128.7263.14
HexAB86BC91D01A1191d3f
Octal25320627411350324313577
Binary10101011100001101011110010011110101101010001100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB86BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB86BC; }

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

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

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

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

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

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

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

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