#A47698

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

Shades of Bouquet #A47698

Tints of Bouquet #A47698

Color information

#A47698 (or 0xA47698) is unknown color: approx Bouquet. HEX triplet: A4, 76 and 98. RGB value is (164,118,152). Sum of RGB (Red+Green+Blue) = 164+118+152=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A47698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47698 is #5B8967. Grayscale: #878787. Windows color (decimal): -5998952 or 9991844. OLE color: 9991844.

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

Color convert

RGB164118152-
CMYK00.280.070.36
HSL315.65º20.18%55.29%-
HSV(B)315.65º28.05%64.31%-
XYZ27.4623.1232.72-
YUV135.63137.24148.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 118 (46.48% from 255) = 27.19%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=37.79%
G=27.19%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411815200.280.070.36315.6520.1855.29
HexA4769801C72413c1437
Octal2441662300347444742467
Binary1010010011101101001100001110011110010010011110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47698; }

 p { color: rgb(164,118,152); }

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

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

 a { background-color: rgb(164,118,152); }

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

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

 span { border-color: rgb(164,118,152); }

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