#AB85B9

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

Shades of East Side #AB85B9

Tints of East Side #AB85B9

Color information

#AB85B9 (or 0xAB85B9) is unknown color: approx East Side. HEX triplet: AB, 85 and B9. RGB value is (171,133,185). Sum of RGB (Red+Green+Blue) = 171+133+185=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB85B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85B9 is #547A46. Grayscale: #969696. Windows color (decimal): -5536327 or 12158379. OLE color: 12158379.

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

Color convert

RGB171133185-
CMYK0.080.2800.27
HSL283.85º27.08%62.35%-
HSV(B)283.85º28.11%72.55%-
XYZ33.9428.9449.7-
YUV150.29147.59142.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 185 (72.66% from 255) = 37.83%
R=34.97%
G=27.20%
B=37.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711331850.080.2800.27283.8527.0862.35
HexAB85B981C01B11c1b3e
Octal25320527110340334343376
Binary10101011100001011011100110001110001101110001110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB85B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB85B9; }

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

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

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

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

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

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

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

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