#AB80B4

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

Shades of East Side #AB80B4

Tints of East Side #AB80B4

Color information

#AB80B4 (or 0xAB80B4) is unknown color: approx East Side. HEX triplet: AB, 80 and B4. RGB value is (171,128,180). Sum of RGB (Red+Green+Blue) = 171+128+180=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB80B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80B4 is #547F4B. Grayscale: #929292. Windows color (decimal): -5537612 or 11829419. OLE color: 11829419.

HSL color Cylindrical-coordinate representation of color #AB80B4: hue angle of 289.62º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB80B4 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171128180-
CMYK0.050.2900.29
HSL289.62º25.74%60.39%-
HSV(B)289.62º28.89%70.59%-
XYZ32.7527.3946.74-
YUV146.78146.75145.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 180 (70.70% from 255) = 37.58%
R=35.70%
G=26.72%
B=37.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711281800.050.2900.29289.6225.7460.39
HexAB80B451D01D1221a3c
Octal2532002645350354423274
Binary1010101110000000101101001011110101110110010001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB80B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB80B4; }

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

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

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

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

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

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

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

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