#AB8FB3

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

Shades of East Side #AB8FB3

Tints of East Side #AB8FB3

Color information

#AB8FB3 (or 0xAB8FB3) is unknown color: approx East Side. HEX triplet: AB, 8F and B3. RGB value is (171,143,179). Sum of RGB (Red+Green+Blue) = 171+143+179=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 179 - color contains mainly: blue. Hex color #AB8FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FB3 is #54704C. Grayscale: #9B9B9B. Windows color (decimal): -5533773 or 11767723. OLE color: 11767723.

HSL color Cylindrical-coordinate representation of color #AB8FB3: hue angle of 286.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB8FB3 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB171143179-
CMYK0.040.2000.30
HSL286.67º19.15%63.14%-
HSV(B)286.67º20.11%70.2%-
XYZ34.7531.5646.91-
YUV155.48141.28139.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 143 (56.25% from 255) = 29.01%
BLUE value IS 179 (70.31% from 255) = 36.31%
R=34.69%
G=29.01%
B=36.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711431790.040.2000.30286.6719.1563.14
HexAB8FB341401E11f133f
Octal2532172634240364372377
Binary1010101110001111101100111001010001111010001111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FB3; }

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

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

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

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

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

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

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

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