#A7709B

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

Shades of Bouquet #A7709B

Tints of Bouquet #A7709B

Color information

#A7709B (or 0xA7709B) is unknown color: approx Bouquet. HEX triplet: A7, 70 and 9B. RGB value is (167,112,155). Sum of RGB (Red+Green+Blue) = 167+112+155=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 167 - color contains mainly: red. Hex color #A7709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7709B is #588F64. Grayscale: #858585. Windows color (decimal): -5803877 or 10186919. OLE color: 10186919.

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

Color convert

RGB167112155-
CMYK00.330.070.35
HSL313.09º23.81%54.71%-
HSV(B)313.09º32.93%65.49%-
XYZ27.6522.1733.83-
YUV133.35140.22152-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.48%
GREEN value IS 112 (44.14% from 255) = 25.81%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=38.48%
G=25.81%
B=35.71%

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
Decimal16711215500.330.070.35313.0923.8154.71
HexA7709B0217231391837
Octal2471602330417434713067
Binary10100111111000010011011010000111110001110011100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7709B; }

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

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

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

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

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

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

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

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