#AB7B9F

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

Shades of Bouquet #AB7B9F

Tints of Bouquet #AB7B9F

Color information

#AB7B9F (or 0xAB7B9F) is unknown color: approx Bouquet. HEX triplet: AB, 7B and 9F. RGB value is (171,123,159). Sum of RGB (Red+Green+Blue) = 171+123+159=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7B9F is #548460. Grayscale: #8D8D8D. Windows color (decimal): -5538913 or 10451883. OLE color: 10451883.

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

Color convert

RGB171123159-
CMYK00.280.070.33
HSL315º22.22%57.65%-
HSV(B)315º28.07%67.06%-
XYZ30.1425.3336.1-
YUV141.46137.9149.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 123 (48.44% from 255) = 27.15%
BLUE value IS 159 (62.5% from 255) = 35.10%
R=37.75%
G=27.15%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112315900.280.070.3331522.2257.65
HexAB7B9F01C72113b163a
Octal2531732370347414732672
Binary1010101111110111001111101110011110000110011101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7B9F; }

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

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

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

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

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

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

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

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