#AB779E

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

Shades of Bouquet #AB779E

Tints of Bouquet #AB779E

Color information

#AB779E (or 0xAB779E) is unknown color: approx Bouquet. HEX triplet: AB, 77 and 9E. RGB value is (171,119,158). Sum of RGB (Red+Green+Blue) = 171+119+158=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB779E is #548861. Grayscale: #8A8A8A. Windows color (decimal): -5539938 or 10385323. OLE color: 10385323.

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

Color convert

RGB171119158-
CMYK00.300.080.33
HSL315º23.64%56.86%-
HSV(B)315º30.41%67.06%-
XYZ29.5624.3235.48-
YUV138.99138.73150.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 119 (46.88% from 255) = 26.56%
BLUE value IS 158 (62.11% from 255) = 35.27%
R=38.17%
G=26.56%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111915800.300.080.3331523.6456.86
HexAB779E01E82113b1839
Octal25316723603610414733071
Binary10101011111011110011110011110100010000110011101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB779E; }

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

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

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

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

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

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

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

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