#A47198

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

Shades of Bouquet #A47198

Tints of Bouquet #A47198

Color information

#A47198 (or 0xA47198) is unknown color: approx Bouquet. HEX triplet: A4, 71 and 98. RGB value is (164,113,152). Sum of RGB (Red+Green+Blue) = 164+113+152=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A47198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47198 is #5B8E67. Grayscale: #848484. Windows color (decimal): -6000232 or 9990564. OLE color: 9990564.

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

Color convert

RGB164113152-
CMYK00.310.070.36
HSL314.12º21.89%54.31%-
HSV(B)314.12º31.1%64.31%-
XYZ26.8821.9732.53-
YUV132.7138.9150.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 113 (44.53% from 255) = 26.34%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=38.23%
G=26.34%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411315200.310.070.36314.1221.8954.31
HexA4719801F72413a1636
Octal2441612300377444722666
Binary1010010011100011001100001111111110010010011101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47198; }

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

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

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

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

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

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

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

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