#AB85BF

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

Shades of East Side #AB85BF

Tints of East Side #AB85BF

Color information

#AB85BF (or 0xAB85BF) is unknown color: approx East Side. HEX triplet: AB, 85 and BF. RGB value is (171,133,191). Sum of RGB (Red+Green+Blue) = 171+133+191=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB85BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85BF is #547A40. Grayscale: #969696. Windows color (decimal): -5536321 or 12551595. OLE color: 12551595.

HSL color Cylindrical-coordinate representation of color #AB85BF: hue angle of 279.31º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB85BF is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171133191-
CMYK0.100.3000.25
HSL279.31º31.18%63.53%-
HSV(B)279.31º30.37%74.9%-
XYZ34.5929.1953.1-
YUV150.97150.59142.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 133 (52.34% from 255) = 26.87%
BLUE value IS 191 (75% from 255) = 38.59%
R=34.55%
G=26.87%
B=38.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711331910.100.3000.25279.3131.1863.53
HexAB85BFA1E0191171f40
Octal253205277123603142737100
Binary101010111000010110111111101011110011001100010111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB85BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB85BF; }

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

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

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

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

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

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

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

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