#AB7990

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

Shades of Bouquet #AB7990

Tints of Bouquet #AB7990

Color information

#AB7990 (or 0xAB7990) is unknown color: approx Bouquet. HEX triplet: AB, 79 and 90. RGB value is (171,121,144). Sum of RGB (Red+Green+Blue) = 171+121+144=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7990 is #54866F. Grayscale: #8A8A8A. Windows color (decimal): -5539440 or 9468331. OLE color: 9468331.

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

Color convert

RGB171121144-
CMYK00.290.160.33
HSL332.4º22.94%57.25%-
HSV(B)332.4º29.24%67.06%-
XYZ28.6724.3529.57-
YUV138.57131.06151.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 121 (47.66% from 255) = 27.75%
BLUE value IS 144 (56.64% from 255) = 33.03%
R=39.22%
G=27.75%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112114400.290.160.33332.422.9457.25
HexAB799001D102114c1739
Octal25317122003520415142771
Binary101010111111001100100000111011000010000110100110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7990; }

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

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

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

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

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

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

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

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