#A9749A

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

Shades of Bouquet #A9749A

Tints of Bouquet #A9749A

Color information

#A9749A (or 0xA9749A) is unknown color: approx Bouquet. HEX triplet: A9, 74 and 9A. RGB value is (169,116,154). Sum of RGB (Red+Green+Blue) = 169+116+154=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A9749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9749A is #568B65. Grayscale: #888888. Windows color (decimal): -5671782 or 10122409. OLE color: 10122409.

HSL color Cylindrical-coordinate representation of color #A9749A: hue angle of 316.98º degrees, saturation: 0.24, 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 #A9749A is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB169116154-
CMYK00.310.090.34
HSL316.98º23.56%55.88%-
HSV(B)316.98º31.36%66.27%-
XYZ28.4423.2633.56-
YUV136.18138.06151.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 154 (60.55% from 255) = 35.08%
R=38.50%
G=26.42%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911615400.310.090.34316.9823.5655.88
HexA9749A01F92213d1838
Octal25116423203711424753070
Binary10101001111010010011010011111100110001010011110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9749A; }

 p { color: rgb(169,116,154); }

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

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

 a { background-color: rgb(169,116,154); }

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

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

 span { border-color: rgb(169,116,154); }

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