#AB759F

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

Shades of Bouquet #AB759F

Tints of Bouquet #AB759F

Color information

#AB759F (or 0xAB759F) is unknown color: approx Bouquet. HEX triplet: AB, 75 and 9F. RGB value is (171,117,159). Sum of RGB (Red+Green+Blue) = 171+117+159=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB759F is #548A60. Grayscale: #898989. Windows color (decimal): -5540449 or 10450347. OLE color: 10450347.

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

Color convert

RGB171117159-
CMYK00.320.070.33
HSL313.33º24.32%56.47%-
HSV(B)313.33º31.58%67.06%-
XYZ29.4123.8835.86-
YUV137.93139.89151.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 159 (62.5% from 255) = 35.57%
R=38.26%
G=26.17%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111715900.320.070.33313.3324.3256.47
HexAB759F0207211391838
Octal2531652370407414713070
Binary10101011111010110011111010000011110000110011100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB759F; }

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

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

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

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

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

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

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

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