#A17899

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

Shades of Bouquet #A17899

Tints of Bouquet #A17899

Color information

#A17899 (or 0xA17899) is unknown color: approx Bouquet. HEX triplet: A1, 78 and 99. RGB value is (161,120,153). Sum of RGB (Red+Green+Blue) = 161+120+153=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A17899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17899 is #5E8766. Grayscale: #878787. Windows color (decimal): -6195047 or 10057889. OLE color: 10057889.

HSL color Cylindrical-coordinate representation of color #A17899: hue angle of 311.71º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A17899 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB161120153-
CMYK00.250.050.37
HSL311.71º17.9%55.1%-
HSV(B)311.71º25.47%63.14%-
XYZ27.1623.3133.2-
YUV136.02137.58145.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 120 (47.27% from 255) = 27.65%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=37.10%
G=27.65%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112015300.250.050.37311.7117.955.1
HexA178990195251381237
Octal2411702310315454702267
Binary1010000111110001001100101100110110010110011100010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17899; }

 p { color: rgb(161,120,153); }

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

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

 a { background-color: rgb(161,120,153); }

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

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

 span { border-color: rgb(161,120,153); }

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