#AB779F

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

Shades of Bouquet #AB779F

Tints of Bouquet #AB779F

Color information

#AB779F (or 0xAB779F) is unknown color: approx Bouquet. HEX triplet: AB, 77 and 9F. RGB value is (171,119,159). Sum of RGB (Red+Green+Blue) = 171+119+159=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB779F is #548860. Grayscale: #8B8B8B. Windows color (decimal): -5539937 or 10450859. OLE color: 10450859.

HSL color Cylindrical-coordinate representation of color #AB779F: hue angle of 313.85º 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 #AB779F is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB171119159-
CMYK00.300.070.33
HSL313.85º23.64%56.86%-
HSV(B)313.85º30.41%67.06%-
XYZ29.6524.3535.94-
YUV139.11139.23150.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 119 (46.88% from 255) = 26.50%
BLUE value IS 159 (62.5% from 255) = 35.41%
R=38.08%
G=26.50%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111915900.300.070.33313.8523.6456.86
HexAB779F01E72113a1839
Octal2531672370367414723071
Binary1010101111101111001111101111011110000110011101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB779F; }

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

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

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

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

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

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

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

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