#AB8FB1

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

Shades of East Side #AB8FB1

Tints of East Side #AB8FB1

Color information

#AB8FB1 (or 0xAB8FB1) is unknown color: approx East Side. HEX triplet: AB, 8F and B1. RGB value is (171,143,177). Sum of RGB (Red+Green+Blue) = 171+143+177=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB8FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8FB1 is #54704E. Grayscale: #9B9B9B. Windows color (decimal): -5533775 or 11636651. OLE color: 11636651.

HSL color Cylindrical-coordinate representation of color #AB8FB1: hue angle of 289.41º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB8FB1 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171143177-
CMYK0.030.1900.31
HSL289.41º17.89%62.75%-
HSV(B)289.41º19.21%69.41%-
XYZ34.5531.4845.85-
YUV155.25140.28139.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 143 (56.25% from 255) = 29.12%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=34.83%
G=29.12%
B=36.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711431770.030.1900.31289.4117.8962.75
HexAB8FB131301F121123f
Octal2532172613230374412277
Binary101010111000111110110001111001101111110010000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FB1; }

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

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

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

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

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

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

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

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