#AB86BA

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

Shades of East Side #AB86BA

Tints of East Side #AB86BA

Color information

#AB86BA (or 0xAB86BA) is unknown color: approx East Side. HEX triplet: AB, 86 and BA. RGB value is (171,134,186). Sum of RGB (Red+Green+Blue) = 171+134+186=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB86BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86BA is #547945. Grayscale: #969696. Windows color (decimal): -5536070 or 12224171. OLE color: 12224171.

HSL color Cylindrical-coordinate representation of color #AB86BA: hue angle of 282.69º degrees, saturation: 0.27, 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 #AB86BA is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171134186-
CMYK0.080.2800.27
HSL282.69º27.37%62.75%-
HSV(B)282.69º27.96%72.94%-
XYZ34.1829.2550.3-
YUV150.99147.76142.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=34.83%
G=27.29%
B=37.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711341860.080.2800.27282.6927.3762.75
HexAB86BA81C01B11b1b3f
Octal25320627210340334333377
Binary10101011100001101011101010001110001101110001101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB86BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB86BA; }

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

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

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

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

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

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

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

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