#AB71BC

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

Shades of East Side #AB71BC

Tints of East Side #AB71BC

Color information

#AB71BC (or 0xAB71BC) is unknown color: approx East Side. HEX triplet: AB, 71 and BC. RGB value is (171,113,188). Sum of RGB (Red+Green+Blue) = 171+113+188=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB71BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB71BC is #548E43. Grayscale: #8A8A8A. Windows color (decimal): -5541444 or 12349867. OLE color: 12349867.

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

Color convert

RGB171113188-
CMYK0.090.4000.26
HSL286.4º35.89%59.02%-
HSV(B)286.4º39.89%73.73%-
XYZ31.7824.150.55-
YUV138.89155.72150.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 113 (44.53% from 255) = 23.94%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=36.23%
G=23.94%
B=39.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711131880.090.4000.26286.435.8959.02
HexAB71BC92801A11e243b
Octal25316127411500324364473
Binary101010111110001101111001001101000011010100011110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB71BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB71BC; }

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

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

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

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

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

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

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

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