#A47D9E

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

Shades of Bouquet #A47D9E

Tints of Bouquet #A47D9E

Color information

#A47D9E (or 0xA47D9E) is unknown color: approx Bouquet. HEX triplet: A4, 7D and 9E. RGB value is (164,125,158). Sum of RGB (Red+Green+Blue) = 164+125+158=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47D9E is #5B8261. Grayscale: #8C8C8C. Windows color (decimal): -5997154 or 10386852. OLE color: 10386852.

HSL color Cylindrical-coordinate representation of color #A47D9E: hue angle of 309.23º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A47D9E is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB164125158-
CMYK00.240.040.36
HSL309.23º17.65%56.67%-
HSV(B)309.23º23.78%64.31%-
XYZ28.8225.0335.66-
YUV140.42137.92144.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 125 (49.22% from 255) = 27.96%
BLUE value IS 158 (62.11% from 255) = 35.35%
R=36.69%
G=27.96%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412515800.240.040.36309.2317.6556.67
HexA47D9E0184241351239
Octal2441752360304444652271
Binary1010010011111011001111001100010010010010011010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47D9E; }

 p { color: rgb(164,125,158); }

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

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

 a { background-color: rgb(164,125,158); }

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

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

 span { border-color: rgb(164,125,158); }

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