#AB839F

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

Shades of Bouquet #AB839F

Tints of Bouquet #AB839F

Color information

#AB839F (or 0xAB839F) is unknown color: approx Bouquet. HEX triplet: AB, 83 and 9F. RGB value is (171,131,159). Sum of RGB (Red+Green+Blue) = 171+131+159=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 171 - color contains mainly: red. Hex color #AB839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB839F is #547C60. Grayscale: #929292. Windows color (decimal): -5536865 or 10453931. OLE color: 10453931.

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

Color convert

RGB171131159-
CMYK00.230.070.33
HSL318º19.23%59.22%-
HSV(B)318º23.39%67.06%-
XYZ31.1727.3936.45-
YUV146.15135.25145.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.09%
GREEN value IS 131 (51.56% from 255) = 28.42%
BLUE value IS 159 (62.5% from 255) = 34.49%
R=37.09%
G=28.42%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113115900.230.070.3331819.2359.22
HexAB839F01772113e133b
Octal2532032370277414762373
Binary10101011100000111001111101011111110000110011111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB839F; }

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

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

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

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

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

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

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

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