#AB7997

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

Shades of Bouquet #AB7997

Tints of Bouquet #AB7997

Color information

#AB7997 (or 0xAB7997) is unknown color: approx Bouquet. HEX triplet: AB, 79 and 97. RGB value is (171,121,151). Sum of RGB (Red+Green+Blue) = 171+121+151=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7997 is #548668. Grayscale: #8B8B8B. Windows color (decimal): -5539433 or 9927083. OLE color: 9927083.

HSL color Cylindrical-coordinate representation of color #AB7997: hue angle of 324º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7997 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB171121151-
CMYK00.290.120.33
HSL324º22.94%57.25%-
HSV(B)324º29.24%67.06%-
XYZ29.2224.5732.48-
YUV139.37134.56150.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 121 (47.66% from 255) = 27.31%
BLUE value IS 151 (59.38% from 255) = 34.09%
R=38.60%
G=27.31%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112115100.290.120.3332422.9457.25
HexAB799701DC211441739
Octal25317122703514415042771
Binary10101011111100110010111011101110010000110100010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7997; }

 p { color: rgb(171,121,151); }

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

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

 a { background-color: rgb(171,121,151); }

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

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

 span { border-color: rgb(171,121,151); }

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