#AB71BA

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

Shades of East Side #AB71BA

Tints of East Side #AB71BA

Color information

#AB71BA (or 0xAB71BA) is unknown color: approx East Side. HEX triplet: AB, 71 and BA. RGB value is (171,113,186). Sum of RGB (Red+Green+Blue) = 171+113+186=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB71BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB71BA is #548E45. Grayscale: #8A8A8A. Windows color (decimal): -5541446 or 12218795. OLE color: 12218795.

HSL color Cylindrical-coordinate representation of color #AB71BA: hue angle of 287.67º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB71BA is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171113186-
CMYK0.080.3900.27
HSL287.67º34.6%58.63%-
HSV(B)287.67º39.25%72.94%-
XYZ31.5624.0149.43-
YUV138.66154.72151.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.38%
GREEN value IS 113 (44.53% from 255) = 24.04%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=36.38%
G=24.04%
B=39.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711131860.080.3900.27287.6734.658.63
HexAB71BA82701B120233b
Octal25316127210470334404373
Binary101010111110001101110101000100111011011100100000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB71BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB71BA; }

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

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

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

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

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

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

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

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