#A9709C

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

Shades of Bouquet #A9709C

Tints of Bouquet #A9709C

Color information

#A9709C (or 0xA9709C) is unknown color: approx Bouquet. HEX triplet: A9, 70 and 9C. RGB value is (169,112,156). Sum of RGB (Red+Green+Blue) = 169+112+156=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A9709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9709C is #568F63. Grayscale: #858585. Windows color (decimal): -5672804 or 10252457. OLE color: 10252457.

HSL color Cylindrical-coordinate representation of color #A9709C: hue angle of 313.68º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9709C is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB169112156-
CMYK00.340.080.34
HSL313.68º24.89%55.1%-
HSV(B)313.68º33.73%66.27%-
XYZ28.1622.4234.3-
YUV134.06140.38152.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.67%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 156 (61.33% from 255) = 35.70%
R=38.67%
G=25.63%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911215600.340.080.34313.6824.8955.1
HexA9709C02282213a1937
Octal25116023404210424723167
Binary101010011110000100111000100010100010001010011101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9709C; }

 p { color: rgb(169,112,156); }

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

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

 a { background-color: rgb(169,112,156); }

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

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

 span { border-color: rgb(169,112,156); }

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