#AB8FBB

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

Shades of East Side #AB8FBB

Tints of East Side #AB8FBB

Color information

#AB8FBB (or 0xAB8FBB) is unknown color: approx East Side. HEX triplet: AB, 8F and BB. RGB value is (171,143,187). Sum of RGB (Red+Green+Blue) = 171+143+187=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB8FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FBB is #547044. Grayscale: #9C9C9C. Windows color (decimal): -5533765 or 12292011. OLE color: 12292011.

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

Color convert

RGB171143187-
CMYK0.090.2400.27
HSL278.18º24.44%64.71%-
HSV(B)278.18º23.53%73.33%-
XYZ35.5931.8951.29-
YUV156.39145.28138.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 143 (56.25% from 255) = 28.54%
BLUE value IS 187 (73.44% from 255) = 37.33%
R=34.13%
G=28.54%
B=37.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711431870.090.2400.27278.1824.4464.71
HexAB8FBB91801B1161841
Octal253217273113003342630101
Binary101010111000111110111011100111000011011100010110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FBB; }

 p { color: rgb(171,143,187); }

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

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

 a { background-color: rgb(171,143,187); }

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

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

 span { border-color: rgb(171,143,187); }

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