#A17498

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

Shades of Bouquet #A17498

Tints of Bouquet #A17498

Color information

#A17498 (or 0xA17498) is unknown color: approx Bouquet. HEX triplet: A1, 74 and 98. RGB value is (161,116,152). Sum of RGB (Red+Green+Blue) = 161+116+152=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 161 - color contains mainly: red. Hex color #A17498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17498 is #5E8B67. Grayscale: #858585. Windows color (decimal): -6196072 or 9991329. OLE color: 9991329.

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

Color convert

RGB161116152-
CMYK00.280.060.37
HSL312º19.31%54.31%-
HSV(B)312º27.95%63.14%-
XYZ26.6122.3332.61-
YUV133.56138.41147.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.53%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=37.53%
G=27.04%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111615200.280.060.3731219.3154.31
HexA1749801C6251381336
Octal2411642300346454702366
Binary1010000111101001001100001110011010010110011100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17498; }

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

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

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

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

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

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

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

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