#AB799B

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

Shades of Bouquet #AB799B

Tints of Bouquet #AB799B

Color information

#AB799B (or 0xAB799B) is unknown color: approx Bouquet. HEX triplet: AB, 79 and 9B. RGB value is (171,121,155). Sum of RGB (Red+Green+Blue) = 171+121+155=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB799B is #548664. Grayscale: #8B8B8B. Windows color (decimal): -5539429 or 10189227. OLE color: 10189227.

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

Color convert

RGB171121155-
CMYK00.290.090.33
HSL319.2º22.94%57.25%-
HSV(B)319.2º29.24%67.06%-
XYZ29.5524.734.22-
YUV139.83136.56150.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 121 (47.66% from 255) = 27.07%
BLUE value IS 155 (60.94% from 255) = 34.68%
R=38.26%
G=27.07%
B=34.68%

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
Decimal17112115500.290.090.33319.222.9457.25
HexAB799B01D92113f1739
Octal25317123303511414772771
Binary10101011111100110011011011101100110000110011111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB799B; }

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

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

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

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

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

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

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

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