#AB859F

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

Shades of Bouquet #AB859F

Tints of Bouquet #AB859F

Color information

#AB859F (or 0xAB859F) is unknown color: approx Bouquet. HEX triplet: AB, 85 and 9F. RGB value is (171,133,159). Sum of RGB (Red+Green+Blue) = 171+133+159=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #AB859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB859F is #547A60. Grayscale: #939393. Windows color (decimal): -5536353 or 10454443. OLE color: 10454443.

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

Color convert

RGB171133159-
CMYK00.220.070.33
HSL318.95º18.45%59.61%-
HSV(B)318.95º22.22%67.06%-
XYZ31.4427.9436.54-
YUV147.33134.59144.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 133 (52.34% from 255) = 28.73%
BLUE value IS 159 (62.5% from 255) = 34.34%
R=36.93%
G=28.73%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113315900.220.070.33318.9518.4559.61
HexAB859F01672113f123c
Octal2532052370267414772274
Binary10101011100001011001111101011011110000110011111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB859F; }

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

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

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

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

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

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

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

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