#AB859D

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

Shades of Bouquet #AB859D

Tints of Bouquet #AB859D

Color information

#AB859D (or 0xAB859D) is unknown color: approx Bouquet. HEX triplet: AB, 85 and 9D. RGB value is (171,133,157). Sum of RGB (Red+Green+Blue) = 171+133+157=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 171 - color contains mainly: red. Hex color #AB859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB859D is #547A62. Grayscale: #939393. Windows color (decimal): -5536355 or 10323371. OLE color: 10323371.

HSL color Cylindrical-coordinate representation of color #AB859D: hue angle of 322.11º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB859D is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB171133157-
CMYK00.220.080.33
HSL322.11º18.45%59.61%-
HSV(B)322.11º22.22%67.06%-
XYZ31.2727.8735.63-
YUV147.1133.59145.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.09%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 157 (61.72% from 255) = 34.06%
R=37.09%
G=28.85%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113315700.220.080.33322.1118.4559.61
HexAB859D016821142123c
Octal25320523502610415022274
Binary101010111000010110011101010110100010000110100001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB859D; }

 p { color: rgb(171,133,157); }

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

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

 a { background-color: rgb(171,133,157); }

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

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

 span { border-color: rgb(171,133,157); }

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