#A17898

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

Shades of Bouquet #A17898

Tints of Bouquet #A17898

Color information

#A17898 (or 0xA17898) is unknown color: approx Bouquet. HEX triplet: A1, 78 and 98. RGB value is (161,120,152). Sum of RGB (Red+Green+Blue) = 161+120+152=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A17898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17898 is #5E8767. Grayscale: #878787. Windows color (decimal): -6195048 or 9992353. OLE color: 9992353.

HSL color Cylindrical-coordinate representation of color #A17898: hue angle of 313.17º 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 #A17898 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB161120152-
CMYK00.250.060.37
HSL313.17º17.9%55.1%-
HSV(B)313.17º25.47%63.14%-
XYZ27.0823.2832.77-
YUV135.91137.08145.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 120 (47.27% from 255) = 27.71%
BLUE value IS 152 (59.77% from 255) = 35.10%
R=37.18%
G=27.71%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112015200.250.060.37313.1717.955.1
HexA178980196251391237
Octal2411702300316454712267
Binary1010000111110001001100001100111010010110011100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17898; }

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

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

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

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

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

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

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

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