#A4769D

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

Shades of Bouquet #A4769D

Tints of Bouquet #A4769D

Color information

#A4769D (or 0xA4769D) is unknown color: approx Bouquet. HEX triplet: A4, 76 and 9D. RGB value is (164,118,157). Sum of RGB (Red+Green+Blue) = 164+118+157=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A4769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4769D is #5B8962. Grayscale: #888888. Windows color (decimal): -5998947 or 10319524. OLE color: 10319524.

HSL color Cylindrical-coordinate representation of color #A4769D: hue angle of 309.13º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4769D is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB164118157-
CMYK00.280.040.36
HSL309.13º20.18%55.29%-
HSV(B)309.13º28.05%64.31%-
XYZ27.8723.2834.92-
YUV136.2139.74147.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 118 (46.48% from 255) = 26.88%
BLUE value IS 157 (61.72% from 255) = 35.76%
R=37.36%
G=26.88%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411815700.280.040.36309.1320.1855.29
HexA4769D01C4241351437
Octal2441662350344444652467
Binary1010010011101101001110101110010010010010011010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4769D; }

 p { color: rgb(164,118,157); }

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

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

 a { background-color: rgb(164,118,157); }

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

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

 span { border-color: rgb(164,118,157); }

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