#A47D99

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

Shades of Bouquet #A47D99

Tints of Bouquet #A47D99

Color information

#A47D99 (or 0xA47D99) is unknown color: approx Bouquet. HEX triplet: A4, 7D and 99. RGB value is (164,125,153). Sum of RGB (Red+Green+Blue) = 164+125+153=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47D99 is #5B8266. Grayscale: #8B8B8B. Windows color (decimal): -5997159 or 10059172. OLE color: 10059172.

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

Color convert

RGB164125153-
CMYK00.240.070.36
HSL316.92º17.65%56.67%-
HSV(B)316.92º23.78%64.31%-
XYZ28.3924.8633.44-
YUV139.85135.42145.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 125 (49.22% from 255) = 28.28%
BLUE value IS 153 (60.16% from 255) = 34.62%
R=37.10%
G=28.28%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412515300.240.070.36316.9217.6556.67
HexA47D9901872413d1239
Octal2441752310307444752271
Binary1010010011111011001100101100011110010010011110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47D99; }

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

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

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

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

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

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

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

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