#AB7D93

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

Shades of Bouquet #AB7D93

Tints of Bouquet #AB7D93

Color information

#AB7D93 (or 0xAB7D93) is unknown color: approx Bouquet. HEX triplet: AB, 7D and 93. RGB value is (171,125,147). Sum of RGB (Red+Green+Blue) = 171+125+147=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7D93 is #54826C. Grayscale: #8D8D8D. Windows color (decimal): -5538413 or 9665963. OLE color: 9665963.

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

Color convert

RGB171125147-
CMYK00.270.140.33
HSL331.3º21.5%58.04%-
HSV(B)331.3º26.9%67.06%-
XYZ29.3925.4330.96-
YUV141.26131.24149.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 125 (49.22% from 255) = 28.22%
BLUE value IS 147 (57.81% from 255) = 33.18%
R=38.60%
G=28.22%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112514700.270.140.33331.321.558.04
HexAB7D9301BE2114b153a
Octal25317522303316415132572
Binary10101011111110110010011011011111010000110100101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D93; }

 p { color: rgb(171,125,147); }

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

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

 a { background-color: rgb(171,125,147); }

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

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

 span { border-color: rgb(171,125,147); }

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