#A47099

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

Shades of Bouquet #A47099

Tints of Bouquet #A47099

Color information

#A47099 (or 0xA47099) is unknown color: approx Bouquet. HEX triplet: A4, 70 and 99. RGB value is (164,112,153). Sum of RGB (Red+Green+Blue) = 164+112+153=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A47099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47099 is #5B8F66. Grayscale: #848484. Windows color (decimal): -6000487 or 10055844. OLE color: 10055844.

HSL color Cylindrical-coordinate representation of color #A47099: hue angle of 312.69º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A47099 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB164112153-
CMYK00.320.070.36
HSL312.69º22.22%54.12%-
HSV(B)312.69º31.71%64.31%-
XYZ26.8521.7832.93-
YUV132.22139.73150.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 153 (60.16% from 255) = 35.66%
R=38.23%
G=26.11%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411215300.320.070.36312.6922.2254.12
HexA470990207241391636
Octal2441602310407444712666
Binary10100100111000010011001010000011110010010011100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47099; }

 p { color: rgb(164,112,153); }

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

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

 a { background-color: rgb(164,112,153); }

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

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

 span { border-color: rgb(164,112,153); }

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