#AB7FBF

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

Shades of East Side #AB7FBF

Tints of East Side #AB7FBF

Color information

#AB7FBF (or 0xAB7FBF) is unknown color: approx East Side. HEX triplet: AB, 7F and BF. RGB value is (171,127,191). Sum of RGB (Red+Green+Blue) = 171+127+191=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB7FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7FBF is #548040. Grayscale: #939393. Windows color (decimal): -5537857 or 12550059. OLE color: 12550059.

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

Color convert

RGB171127191-
CMYK0.100.3400.25
HSL281.25º33.33%62.35%-
HSV(B)281.25º33.51%74.9%-
XYZ33.7927.652.84-
YUV147.45152.58144.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 191 (75% from 255) = 39.06%
R=34.97%
G=25.97%
B=39.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711271910.100.3400.25281.2533.3362.35
HexAB7FBFA22019119213e
Octal25317727712420314314176
Binary101010111111111101111111010100010011001100011001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7FBF; }

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

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

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

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

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

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

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

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