#A97198

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

Shades of Bouquet #A97198

Tints of Bouquet #A97198

Color information

#A97198 (or 0xA97198) is unknown color: approx Bouquet. HEX triplet: A9, 71 and 98. RGB value is (169,113,152). Sum of RGB (Red+Green+Blue) = 169+113+152=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A97198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97198 is #568E67. Grayscale: #868686. Windows color (decimal): -5672552 or 9990569. OLE color: 9990569.

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

Color convert

RGB169113152-
CMYK00.330.100.34
HSL318.21º24.56%55.29%-
HSV(B)318.21º33.14%66.27%-
XYZ27.9322.5132.58-
YUV134.19138.05152.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.94%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=38.94%
G=26.04%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911315200.330.100.34318.2124.5655.29
HexA97198021A2213e1937
Octal25116123004112424763167
Binary101010011110001100110000100001101010001010011111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97198; }

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

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

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

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

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

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

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

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