#AB86BB

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

Shades of East Side #AB86BB

Tints of East Side #AB86BB

Color information

#AB86BB (or 0xAB86BB) is unknown color: approx East Side. HEX triplet: AB, 86 and BB. RGB value is (171,134,187). Sum of RGB (Red+Green+Blue) = 171+134+187=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB86BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86BB is #547944. Grayscale: #969696. Windows color (decimal): -5536069 or 12289707. OLE color: 12289707.

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

Color convert

RGB171134187-
CMYK0.090.2800.27
HSL281.89º28.04%62.94%-
HSV(B)281.89º28.34%73.33%-
XYZ34.2929.350.86-
YUV151.11148.26142.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 134 (52.73% from 255) = 27.24%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=34.76%
G=27.24%
B=38.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711341870.090.2800.27281.8928.0462.94
HexAB86BB91C01B11a1c3f
Octal25320627311340334323477
Binary10101011100001101011101110011110001101110001101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB86BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB86BB; }

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

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

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

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

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

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

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

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