#A9759B

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

Shades of Bouquet #A9759B

Tints of Bouquet #A9759B

Color information

#A9759B (or 0xA9759B) is unknown color: approx Bouquet. HEX triplet: A9, 75 and 9B. RGB value is (169,117,155). Sum of RGB (Red+Green+Blue) = 169+117+155=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A9759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9759B is #568A64. Grayscale: #888888. Windows color (decimal): -5671525 or 10188201. OLE color: 10188201.

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

Color convert

RGB169117155-
CMYK00.310.080.34
HSL316.15º23.21%56.08%-
HSV(B)316.15º30.77%66.27%-
XYZ28.6423.5234.04-
YUV136.88138.23150.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 117 (46.09% from 255) = 26.53%
BLUE value IS 155 (60.94% from 255) = 35.15%
R=38.32%
G=26.53%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911715500.310.080.34316.1523.2156.08
HexA9759B01F82213c1738
Octal25116523303710424742770
Binary10101001111010110011011011111100010001010011110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9759B; }

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

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

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

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

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

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

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

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