#A17E9A

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

Shades of Bouquet #A17E9A

Tints of Bouquet #A17E9A

Color information

#A17E9A (or 0xA17E9A) is unknown color: approx Bouquet. HEX triplet: A1, 7E and 9A. RGB value is (161,126,154). Sum of RGB (Red+Green+Blue) = 161+126+154=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17E9A is #5E8165. Grayscale: #8B8B8B. Windows color (decimal): -6193510 or 10124961. OLE color: 10124961.

HSL color Cylindrical-coordinate representation of color #A17E9A: hue angle of 312º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A17E9A is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB161126154-
CMYK00.220.040.37
HSL312º15.7%56.27%-
HSV(B)312º21.74%63.14%-
XYZ27.9924.8333.89-
YUV139.66136.1143.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 126 (49.61% from 255) = 28.57%
BLUE value IS 154 (60.55% from 255) = 34.92%
R=36.51%
G=28.57%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112615400.220.040.3731215.756.27
HexA17E9A0164251381038
Octal2411762320264454702070
Binary1010000111111101001101001011010010010110011100010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17E9A; }

 p { color: rgb(161,126,154); }

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

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

 a { background-color: rgb(161,126,154); }

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

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

 span { border-color: rgb(161,126,154); }

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