#AB789F

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

Shades of Bouquet #AB789F

Tints of Bouquet #AB789F

Color information

#AB789F (or 0xAB789F) is unknown color: approx Bouquet. HEX triplet: AB, 78 and 9F. RGB value is (171,120,159). Sum of RGB (Red+Green+Blue) = 171+120+159=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB789F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB789F is #548760. Grayscale: #8B8B8B. Windows color (decimal): -5539681 or 10451115. OLE color: 10451115.

HSL color Cylindrical-coordinate representation of color #AB789F: hue angle of 314.12º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB789F is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB171120159-
CMYK00.300.070.33
HSL314.12º23.29%57.06%-
HSV(B)314.12º29.82%67.06%-
XYZ29.7724.5935.98-
YUV139.7138.9150.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 120 (47.27% from 255) = 26.67%
BLUE value IS 159 (62.5% from 255) = 35.33%
R=38%
G=26.67%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112015900.300.070.33314.1223.2957.06
HexAB789F01E72113a1739
Octal2531702370367414722771
Binary1010101111110001001111101111011110000110011101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB789F; }

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

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

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

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

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

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

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

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