#AB7D9C

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

Shades of Bouquet #AB7D9C

Tints of Bouquet #AB7D9C

Color information

#AB7D9C (or 0xAB7D9C) is unknown color: approx Bouquet. HEX triplet: AB, 7D and 9C. RGB value is (171,125,156). Sum of RGB (Red+Green+Blue) = 171+125+156=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7D9C is #548263. Grayscale: #8E8E8E. Windows color (decimal): -5538404 or 10255787. OLE color: 10255787.

HSL color Cylindrical-coordinate representation of color #AB7D9C: hue angle of 319.57º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7D9C is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB171125156-
CMYK00.270.090.33
HSL319.57º21.5%58.04%-
HSV(B)319.57º26.9%67.06%-
XYZ30.1325.7334.83-
YUV142.29135.74148.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 125 (49.22% from 255) = 27.65%
BLUE value IS 156 (61.33% from 255) = 34.51%
R=37.83%
G=27.65%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112515600.270.090.33319.5721.558.04
HexAB7D9C01B921140153a
Octal25317523403311415002572
Binary10101011111110110011100011011100110000110100000010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D9C; }

 p { color: rgb(171,125,156); }

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

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

 a { background-color: rgb(171,125,156); }

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

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

 span { border-color: rgb(171,125,156); }

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