#AB7992

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

Shades of Bouquet #AB7992

Tints of Bouquet #AB7992

Color information

#AB7992 (or 0xAB7992) is unknown color: approx Bouquet. HEX triplet: AB, 79 and 92. RGB value is (171,121,146). Sum of RGB (Red+Green+Blue) = 171+121+146=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7992 is #54866D. Grayscale: #8A8A8A. Windows color (decimal): -5539438 or 9599403. OLE color: 9599403.

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

Color convert

RGB171121146-
CMYK00.290.150.33
HSL330º22.94%57.25%-
HSV(B)330º29.24%67.06%-
XYZ28.8224.4130.39-
YUV138.8132.06150.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 146 (57.42% from 255) = 33.33%
R=39.04%
G=27.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112114600.290.150.3333022.9457.25
HexAB799201DF2114a1739
Octal25317122203517415122771
Binary10101011111100110010010011101111110000110100101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7992; }

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

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

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

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

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

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

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

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