#AB789C

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

Shades of Bouquet #AB789C

Tints of Bouquet #AB789C

Color information

#AB789C (or 0xAB789C) is unknown color: approx Bouquet. HEX triplet: AB, 78 and 9C. RGB value is (171,120,156). Sum of RGB (Red+Green+Blue) = 171+120+156=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB789C is #548763. Grayscale: #8B8B8B. Windows color (decimal): -5539684 or 10254507. OLE color: 10254507.

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

Color convert

RGB171120156-
CMYK00.300.090.33
HSL317.65º23.29%57.06%-
HSV(B)317.65º29.82%67.06%-
XYZ29.5124.4934.62-
YUV139.35137.4150.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 120 (47.27% from 255) = 26.85%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=38.26%
G=26.85%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112015600.300.090.33317.6523.2957.06
HexAB789C01E92113e1739
Octal25317023403611414762771
Binary10101011111100010011100011110100110000110011111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB789C; }

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

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

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

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

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

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

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

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