#A97193

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

Shades of Bouquet #A97193

Tints of Bouquet #A97193

Color information

#A97193 (or 0xA97193) is unknown color: approx Bouquet. HEX triplet: A9, 71 and 93. RGB value is (169,113,147). Sum of RGB (Red+Green+Blue) = 169+113+147=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A97193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97193 is #568E6C. Grayscale: #858585. Windows color (decimal): -5672557 or 9662889. OLE color: 9662889.

HSL color Cylindrical-coordinate representation of color #A97193: hue angle of 323.57º 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 #A97193 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB169113147-
CMYK00.330.130.34
HSL323.57º24.56%55.29%-
HSV(B)323.57º33.14%66.27%-
XYZ27.5322.3530.47-
YUV133.62135.55153.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 113 (44.53% from 255) = 26.34%
BLUE value IS 147 (57.81% from 255) = 34.27%
R=39.39%
G=26.34%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911314700.330.130.34323.5724.5655.29
HexA97193021D221441937
Octal25116122304115425043167
Binary101010011110001100100110100001110110001010100010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97193; }

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

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

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

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

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

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

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

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