#AB80B9

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

Shades of East Side #AB80B9

Tints of East Side #AB80B9

Color information

#AB80B9 (or 0xAB80B9) is unknown color: approx East Side. HEX triplet: AB, 80 and B9. RGB value is (171,128,185). Sum of RGB (Red+Green+Blue) = 171+128+185=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB80B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80B9 is #547F46. Grayscale: #939393. Windows color (decimal): -5537607 or 12157099. OLE color: 12157099.

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

Color convert

RGB171128185-
CMYK0.080.3100.27
HSL285.26º28.93%61.37%-
HSV(B)285.26º30.81%72.55%-
XYZ33.2727.649.47-
YUV147.35149.25144.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 128 (50.39% from 255) = 26.45%
BLUE value IS 185 (72.66% from 255) = 38.22%
R=35.33%
G=26.45%
B=38.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711281850.080.3100.27285.2628.9361.37
HexAB80B981F01B11d1d3d
Octal25320027110370334353575
Binary10101011100000001011100110001111101101110001110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB80B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB80B9; }

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

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

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

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

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

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

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

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