#AB7994

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

Shades of Bouquet #AB7994

Tints of Bouquet #AB7994

Color information

#AB7994 (or 0xAB7994) is unknown color: approx Bouquet. HEX triplet: AB, 79 and 94. RGB value is (171,121,148). Sum of RGB (Red+Green+Blue) = 171+121+148=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7994 is #54866B. Grayscale: #8A8A8A. Windows color (decimal): -5539436 or 9730475. OLE color: 9730475.

HSL color Cylindrical-coordinate representation of color #AB7994: hue angle of 327.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7994 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB171121148-
CMYK00.290.130.33
HSL327.6º22.94%57.25%-
HSV(B)327.6º29.24%67.06%-
XYZ28.9824.4731.21-
YUV139.03133.06150.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 148 (58.20% from 255) = 33.64%
R=38.86%
G=27.5%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112114800.290.130.33327.622.9457.25
HexAB799401DD211481739
Octal25317122403515415102771
Binary10101011111100110010100011101110110000110100100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7994; }

 p { color: rgb(171,121,148); }

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

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

 a { background-color: rgb(171,121,148); }

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

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

 span { border-color: rgb(171,121,148); }

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