#AB799F

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

Shades of Bouquet #AB799F

Tints of Bouquet #AB799F

Color information

#AB799F (or 0xAB799F) is unknown color: approx Bouquet. HEX triplet: AB, 79 and 9F. RGB value is (171,121,159). Sum of RGB (Red+Green+Blue) = 171+121+159=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #AB799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB799F is #548660. Grayscale: #8C8C8C. Windows color (decimal): -5539425 or 10451371. OLE color: 10451371.

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

Color convert

RGB171121159-
CMYK00.290.070.33
HSL314.4º22.94%57.25%-
HSV(B)314.4º29.24%67.06%-
XYZ29.8924.8436.02-
YUV140.28138.56149.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.92%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 159 (62.5% from 255) = 35.25%
R=37.92%
G=26.83%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112115900.290.070.33314.422.9457.25
HexAB799F01D72113a1739
Octal2531712370357414722771
Binary1010101111110011001111101110111110000110011101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB799F; }

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

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

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

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

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

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

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

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