#A4809D

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

Shades of Bouquet #A4809D

Tints of Bouquet #A4809D

Color information

#A4809D (or 0xA4809D) is unknown color: approx Bouquet. HEX triplet: A4, 80 and 9D. RGB value is (164,128,157). Sum of RGB (Red+Green+Blue) = 164+128+157=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A4809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4809D is #5B7F62. Grayscale: #8D8D8D. Windows color (decimal): -5996387 or 10322084. OLE color: 10322084.

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

Color convert

RGB164128157-
CMYK00.220.040.36
HSL311.67º16.51%57.25%-
HSV(B)311.67º21.95%64.31%-
XYZ29.1125.7735.34-
YUV142.07136.43143.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 157 (61.72% from 255) = 34.97%
R=36.53%
G=28.51%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412815700.220.040.36311.6716.5157.25
HexA4809D0164241381139
Octal2442002350264444702171
Binary10100100100000001001110101011010010010010011100010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4809D; }

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

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

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

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

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

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

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

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