#A97598

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

Shades of Bouquet #A97598

Tints of Bouquet #A97598

Color information

#A97598 (or 0xA97598) is unknown color: approx Bouquet. HEX triplet: A9, 75 and 98. RGB value is (169,117,152). Sum of RGB (Red+Green+Blue) = 169+117+152=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A97598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97598 is #568A67. Grayscale: #888888. Windows color (decimal): -5671528 or 9991593. OLE color: 9991593.

HSL color Cylindrical-coordinate representation of color #A97598: hue angle of 319.62º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A97598 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB169117152-
CMYK00.310.100.34
HSL319.62º23.21%56.08%-
HSV(B)319.62º30.77%66.27%-
XYZ28.3923.4232.73-
YUV136.54136.73151.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 152 (59.77% from 255) = 34.70%
R=38.58%
G=26.71%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911715200.310.100.34319.6223.2156.08
HexA9759801FA221401738
Octal25116523003712425002770
Binary10101001111010110011000011111101010001010100000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97598; }

 p { color: rgb(169,117,152); }

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

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

 a { background-color: rgb(169,117,152); }

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

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

 span { border-color: rgb(169,117,152); }

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