#A47498

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

Shades of Bouquet #A47498

Tints of Bouquet #A47498

Color information

#A47498 (or 0xA47498) is unknown color: approx Bouquet. HEX triplet: A4, 74 and 98. RGB value is (164,116,152). Sum of RGB (Red+Green+Blue) = 164+116+152=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A47498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47498 is #5B8B67. Grayscale: #868686. Windows color (decimal): -5999464 or 9991332. OLE color: 9991332.

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

Color convert

RGB164116152-
CMYK00.290.070.36
HSL315º20.87%54.9%-
HSV(B)315º29.27%64.31%-
XYZ27.2222.6532.64-
YUV134.46137.9149.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 152 (59.77% from 255) = 35.19%
R=37.96%
G=26.85%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411615200.290.070.3631520.8754.9
HexA4749801D72413b1537
Octal2441642300357444732567
Binary1010010011101001001100001110111110010010011101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47498; }

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

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

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

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

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

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

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

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