#AB8BBF

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

Shades of East Side #AB8BBF

Tints of East Side #AB8BBF

Color information

#AB8BBF (or 0xAB8BBF) is unknown color: approx East Side. HEX triplet: AB, 8B and BF. RGB value is (171,139,191). Sum of RGB (Red+Green+Blue) = 171+139+191=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB8BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BBF is #547440. Grayscale: #9A9A9A. Windows color (decimal): -5534785 or 12553131. OLE color: 12553131.

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

Color convert

RGB171139191-
CMYK0.100.2700.25
HSL276.92º28.89%64.71%-
HSV(B)276.92º27.23%74.9%-
XYZ35.4330.8853.38-
YUV154.5148.6139.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 191 (75% from 255) = 38.12%
R=34.13%
G=27.74%
B=38.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711391910.100.2700.25276.9228.8964.71
HexAB8BBFA1B0191151d41
Octal253213277123303142535101
Binary101010111000101110111111101011011011001100010101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8BBF; }

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

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

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

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

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

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

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

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