#AB789E

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

Shades of Bouquet #AB789E

Tints of Bouquet #AB789E

Color information

#AB789E (or 0xAB789E) is unknown color: approx Bouquet. HEX triplet: AB, 78 and 9E. RGB value is (171,120,158). Sum of RGB (Red+Green+Blue) = 171+120+158=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB789E is #548761. Grayscale: #8B8B8B. Windows color (decimal): -5539682 or 10385579. OLE color: 10385579.

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

Color convert

RGB171120158-
CMYK00.300.080.33
HSL315.29º23.29%57.06%-
HSV(B)315.29º29.82%67.06%-
XYZ29.6824.5635.52-
YUV139.58138.4150.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 120 (47.27% from 255) = 26.73%
BLUE value IS 158 (62.11% from 255) = 35.19%
R=38.08%
G=26.73%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112015800.300.080.33315.2923.2957.06
HexAB789E01E82113b1739
Octal25317023603610414732771
Binary10101011111100010011110011110100010000110011101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB789E; }

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

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

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

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

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

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

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

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