#A17C93

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

Shades of Bouquet #A17C93

Tints of Bouquet #A17C93

Color information

#A17C93 (or 0xA17C93) is unknown color: approx Bouquet. HEX triplet: A1, 7C and 93. RGB value is (161,124,147). Sum of RGB (Red+Green+Blue) = 161+124+147=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17C93 is #5E836C. Grayscale: #898989. Windows color (decimal): -6194029 or 9665697. OLE color: 9665697.

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

Color convert

RGB161124147-
CMYK00.230.090.37
HSL322.7º16.44%55.88%-
HSV(B)322.7º22.98%63.14%-
XYZ27.1724.130.82-
YUV137.68133.26144.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.27%
GREEN value IS 124 (48.83% from 255) = 28.70%
BLUE value IS 147 (57.81% from 255) = 34.03%
R=37.27%
G=28.70%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112414700.230.090.37322.716.4455.88
HexA17C930179251431038
Octal24117422302711455032070
Binary10100001111110010010011010111100110010110100001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17C93; }

 p { color: rgb(161,124,147); }

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

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

 a { background-color: rgb(161,124,147); }

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

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

 span { border-color: rgb(161,124,147); }

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