#AB739F

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

Shades of Bouquet #AB739F

Tints of Bouquet #AB739F

Color information

#AB739F (or 0xAB739F) is unknown color: approx Bouquet. HEX triplet: AB, 73 and 9F. RGB value is (171,115,159). Sum of RGB (Red+Green+Blue) = 171+115+159=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB739F is #548C60. Grayscale: #888888. Windows color (decimal): -5540961 or 10449835. OLE color: 10449835.

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

Color convert

RGB171115159-
CMYK00.330.070.33
HSL312.86º25%56.08%-
HSV(B)312.86º32.75%67.06%-
XYZ29.1823.4235.78-
YUV136.76140.55152.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 115 (45.31% from 255) = 25.84%
BLUE value IS 159 (62.5% from 255) = 35.73%
R=38.43%
G=25.84%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111515900.330.070.33312.862556.08
HexAB739F0217211391938
Octal2531632370417414713170
Binary10101011111001110011111010000111110000110011100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB739F; }

 p { color: rgb(171,115,159); }

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

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

 a { background-color: rgb(171,115,159); }

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

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

 span { border-color: rgb(171,115,159); }

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