#AB7FB1

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

Shades of East Side #AB7FB1

Tints of East Side #AB7FB1

Color information

#AB7FB1 (or 0xAB7FB1) is unknown color: approx East Side. HEX triplet: AB, 7F and B1. RGB value is (171,127,177). Sum of RGB (Red+Green+Blue) = 171+127+177=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB7FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7FB1 is #54804E. Grayscale: #919191. Windows color (decimal): -5537871 or 11632555. OLE color: 11632555.

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

Color convert

RGB171127177-
CMYK0.030.2800.31
HSL292.8º24.27%59.61%-
HSV(B)292.8º28.25%69.41%-
XYZ32.3227.0145.11-
YUV145.86145.58145.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 177 (69.53% from 255) = 37.26%
R=36%
G=26.74%
B=37.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711271770.030.2800.31292.824.2759.61
HexAB7FB131C01F125183c
Octal2531772613340374453074
Binary10101011111111110110001111110001111110010010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7FB1; }

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

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

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

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

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

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

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

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