#A47AA1

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

Shades of Bouquet #A47AA1

Tints of Bouquet #A47AA1

Color information

#A47AA1 (or 0xA47AA1) is unknown color: approx Bouquet. HEX triplet: A4, 7A and A1. RGB value is (164,122,161). Sum of RGB (Red+Green+Blue) = 164+122+161=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A47AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47AA1 is #5B855E. Grayscale: #8A8A8A. Windows color (decimal): -5997919 or 10582692. OLE color: 10582692.

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

Color convert

RGB164122161-
CMYK00.260.020.36
HSL304.29º18.75%56.08%-
HSV(B)304.29º25.61%64.31%-
XYZ28.724.3836.91-
YUV139140.41145.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 161 (63.28% from 255) = 36.02%
R=36.69%
G=27.29%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412216100.260.020.36304.2918.7556.08
HexA47AA101A2241301338
Octal2441722410322444602370
Binary101001001111010101000010110101010010010011000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47AA1; }

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

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

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

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

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

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

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

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