#A47893

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

Shades of Bouquet #A47893

Tints of Bouquet #A47893

Color information

#A47893 (or 0xA47893) is unknown color: approx Bouquet. HEX triplet: A4, 78 and 93. RGB value is (164,120,147). Sum of RGB (Red+Green+Blue) = 164+120+147=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A47893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47893 is #5B876C. Grayscale: #888888. Windows color (decimal): -5998445 or 9664676. OLE color: 9664676.

HSL color Cylindrical-coordinate representation of color #A47893: hue angle of 323.18º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A47893 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB164120147-
CMYK00.270.100.36
HSL323.18º19.47%55.69%-
HSV(B)323.18º26.83%64.31%-
XYZ27.2923.4330.69-
YUV136.23134.08147.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 120 (47.27% from 255) = 27.84%
BLUE value IS 147 (57.81% from 255) = 34.11%
R=38.05%
G=27.84%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412014700.270.100.36323.1819.4755.69
HexA4789301BA241431338
Octal24417022303312445032370
Binary10100100111100010010011011011101010010010100001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47893; }

 p { color: rgb(164,120,147); }

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

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

 a { background-color: rgb(164,120,147); }

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

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

 span { border-color: rgb(164,120,147); }

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