#AB7FBB

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

Shades of East Side #AB7FBB

Tints of East Side #AB7FBB

Color information

#AB7FBB (or 0xAB7FBB) is unknown color: approx East Side. HEX triplet: AB, 7F and BB. RGB value is (171,127,187). Sum of RGB (Red+Green+Blue) = 171+127+187=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB7FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7FBB is #548044. Grayscale: #929292. Windows color (decimal): -5537861 or 12287915. OLE color: 12287915.

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

Color convert

RGB171127187-
CMYK0.090.3200.27
HSL284º30.61%61.57%-
HSV(B)284º32.09%73.33%-
XYZ33.3527.4250.55-
YUV147150.58145.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=35.26%
G=26.19%
B=38.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711271870.090.3200.2728430.6161.57
HexAB7FBB92001B11c1f3e
Octal25317727311400334343776
Binary10101011111111110111011100110000001101110001110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7FBB; }

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

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

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

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

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

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

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

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