#AB7799

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

Shades of Bouquet #AB7799

Tints of Bouquet #AB7799

Color information

#AB7799 (or 0xAB7799) is unknown color: approx Bouquet. HEX triplet: AB, 77 and 99. RGB value is (171,119,153). Sum of RGB (Red+Green+Blue) = 171+119+153=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7799 is #548866. Grayscale: #8A8A8A. Windows color (decimal): -5539943 or 10057643. OLE color: 10057643.

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

Color convert

RGB171119153-
CMYK00.300.110.33
HSL320.77º23.64%56.86%-
HSV(B)320.77º30.41%67.06%-
XYZ29.1424.1533.26-
YUV138.42136.23151.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 119 (46.88% from 255) = 26.86%
BLUE value IS 153 (60.16% from 255) = 34.54%
R=38.60%
G=26.86%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111915300.300.110.33320.7723.6456.86
HexAB779901EB211411839
Octal25316723103613415013071
Binary10101011111011110011001011110101110000110100000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7799; }

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

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

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

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

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

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

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

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