#A7709C

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

Shades of Bouquet #A7709C

Tints of Bouquet #A7709C

Color information

#A7709C (or 0xA7709C) is unknown color: approx Bouquet. HEX triplet: A7, 70 and 9C. RGB value is (167,112,156). Sum of RGB (Red+Green+Blue) = 167+112+156=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 167 - color contains mainly: red. Hex color #A7709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7709C is #588F63. Grayscale: #858585. Windows color (decimal): -5803876 or 10252455. OLE color: 10252455.

HSL color Cylindrical-coordinate representation of color #A7709C: hue angle of 312º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7709C is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB167112156-
CMYK00.330.070.35
HSL312º23.81%54.71%-
HSV(B)312º32.93%65.49%-
XYZ27.7322.234.28-
YUV133.46140.72151.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.39%
GREEN value IS 112 (44.14% from 255) = 25.75%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=38.39%
G=25.75%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711215600.330.070.3531223.8154.71
HexA7709C0217231381837
Octal2471602340417434703067
Binary10100111111000010011100010000111110001110011100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7709C; }

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

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

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

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

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

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

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

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