#A47DA1

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

Shades of Bouquet #A47DA1

Tints of Bouquet #A47DA1

Color information

#A47DA1 (or 0xA47DA1) is unknown color: approx Bouquet. HEX triplet: A4, 7D and A1. RGB value is (164,125,161). Sum of RGB (Red+Green+Blue) = 164+125+161=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A47DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47DA1 is #5B825E. Grayscale: #8C8C8C. Windows color (decimal): -5997151 or 10583460. OLE color: 10583460.

HSL color Cylindrical-coordinate representation of color #A47DA1: hue angle of 304.62º 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 #A47DA1 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB164125161-
CMYK00.240.020.36
HSL304.62º17.65%56.67%-
HSV(B)304.62º23.78%64.31%-
XYZ29.0825.1337.04-
YUV140.76139.42144.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.44%
GREEN value IS 125 (49.22% from 255) = 27.78%
BLUE value IS 161 (63.28% from 255) = 35.78%
R=36.44%
G=27.78%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412516100.240.020.36304.6217.6556.67
HexA47DA10182241311239
Octal2441752410302444612271
Binary101001001111101101000010110001010010010011000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47DA1; }

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

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

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

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

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

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

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

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