#AB779B

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

Shades of Bouquet #AB779B

Tints of Bouquet #AB779B

Color information

#AB779B (or 0xAB779B) is unknown color: approx Bouquet. HEX triplet: AB, 77 and 9B. RGB value is (171,119,155). Sum of RGB (Red+Green+Blue) = 171+119+155=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB779B is #548864. Grayscale: #8A8A8A. Windows color (decimal): -5539941 or 10188715. OLE color: 10188715.

HSL color Cylindrical-coordinate representation of color #AB779B: hue angle of 318.46º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB779B is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB171119155-
CMYK00.300.090.33
HSL318.46º23.64%56.86%-
HSV(B)318.46º30.41%67.06%-
XYZ29.3124.2234.14-
YUV138.65137.23151.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 155 (60.94% from 255) = 34.83%
R=38.43%
G=26.74%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111915500.300.090.33318.4623.6456.86
HexAB779B01E92113e1839
Octal25316723303611414763071
Binary10101011111011110011011011110100110000110011111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB779B; }

 p { color: rgb(171,119,155); }

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

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

 a { background-color: rgb(171,119,155); }

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

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

 span { border-color: rgb(171,119,155); }

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