#AB729C

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

Shades of Bouquet #AB729C

Tints of Bouquet #AB729C

Color information

#AB729C (or 0xAB729C) is unknown color: approx Bouquet. HEX triplet: AB, 72 and 9C. RGB value is (171,114,156). Sum of RGB (Red+Green+Blue) = 171+114+156=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB729C is #548D63. Grayscale: #878787. Windows color (decimal): -5541220 or 10252971. OLE color: 10252971.

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

Color convert

RGB171114156-
CMYK00.330.090.33
HSL315.79º25.33%55.88%-
HSV(B)315.79º33.33%67.06%-
XYZ28.8123.0934.39-
YUV135.83139.38153.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 114 (44.92% from 255) = 25.85%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=38.78%
G=25.85%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111415600.330.090.33315.7925.3355.88
HexAB729C02192113c1938
Octal25316223404111414743170
Binary101010111110010100111000100001100110000110011110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB729C; }

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

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

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

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

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

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

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

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