#A47398

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

Shades of Bouquet #A47398

Tints of Bouquet #A47398

Color information

#A47398 (or 0xA47398) is unknown color: approx Bouquet. HEX triplet: A4, 73 and 98. RGB value is (164,115,152). Sum of RGB (Red+Green+Blue) = 164+115+152=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A47398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47398 is #5B8C67. Grayscale: #858585. Windows color (decimal): -5999720 or 9991076. OLE color: 9991076.

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

Color convert

RGB164115152-
CMYK00.300.070.36
HSL314.69º21.21%54.71%-
HSV(B)314.69º29.88%64.31%-
XYZ27.1122.4232.6-
YUV133.87138.23149.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 152 (59.77% from 255) = 35.27%
R=38.05%
G=26.68%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411515200.300.070.36314.6921.2154.71
HexA4739801E72413b1537
Octal2441632300367444732567
Binary1010010011100111001100001111011110010010011101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47398; }

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

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

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

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

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

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

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

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