#AB799C

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

Shades of Bouquet #AB799C

Tints of Bouquet #AB799C

Color information

#AB799C (or 0xAB799C) is unknown color: approx Bouquet. HEX triplet: AB, 79 and 9C. RGB value is (171,121,156). Sum of RGB (Red+Green+Blue) = 171+121+156=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB799C is #548663. Grayscale: #8B8B8B. Windows color (decimal): -5539428 or 10254763. OLE color: 10254763.

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

Color convert

RGB171121156-
CMYK00.290.090.33
HSL318º22.94%57.25%-
HSV(B)318º29.24%67.06%-
XYZ29.6324.7334.66-
YUV139.94137.06150.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 121 (47.66% from 255) = 27.01%
BLUE value IS 156 (61.33% from 255) = 34.82%
R=38.17%
G=27.01%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112115600.290.090.3331822.9457.25
HexAB799C01D92113e1739
Octal25317123403511414762771
Binary10101011111100110011100011101100110000110011111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB799C; }

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

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

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

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

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

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

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

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