#AB80BE

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

Shades of East Side #AB80BE

Tints of East Side #AB80BE

Color information

#AB80BE (or 0xAB80BE) is unknown color: approx East Side. HEX triplet: AB, 80 and BE. RGB value is (171,128,190). Sum of RGB (Red+Green+Blue) = 171+128+190=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB80BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80BE is #547F41. Grayscale: #939393. Windows color (decimal): -5537602 or 12484779. OLE color: 12484779.

HSL color Cylindrical-coordinate representation of color #AB80BE: hue angle of 281.61º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB80BE is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171128190-
CMYK0.100.3300.25
HSL281.61º32.29%62.35%-
HSV(B)281.61º32.63%74.51%-
XYZ33.8127.8152.3-
YUV147.92151.75144.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=34.97%
G=26.18%
B=38.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711281900.100.3300.25281.6132.2962.35
HexAB80BEA2101911a203e
Octal25320027612410314324076
Binary1010101110000000101111101010100001011001100011010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB80BE; }

 p { color: rgb(171,128,190); }

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

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

 a { background-color: rgb(171,128,190); }

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

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

 span { border-color: rgb(171,128,190); }

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