#A979A4

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

Shades of Bouquet #A979A4

Tints of Bouquet #A979A4

Color information

#A979A4 (or 0xA979A4) is unknown color: approx Bouquet. HEX triplet: A9, 79 and A4. RGB value is (169,121,164). Sum of RGB (Red+Green+Blue) = 169+121+164=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 169 - color contains mainly: red. Hex color #A979A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A979A4 is #56865B. Grayscale: #8C8C8C. Windows color (decimal): -5670492 or 10779049. OLE color: 10779049.

HSL color Cylindrical-coordinate representation of color #A979A4: hue angle of 306.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A979A4 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB169121164-
CMYK00.280.030.34
HSL306.25º21.82%56.86%-
HSV(B)306.25º28.4%66.27%-
XYZ29.924.7938.33-
YUV140.25141.4148.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.22%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 164 (64.45% from 255) = 36.12%
R=37.22%
G=26.65%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912116400.280.030.34306.2521.8256.86
HexA979A401C3221321639
Octal2511712440343424622671
Binary101010011111001101001000111001110001010011001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A979A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A979A4; }

 p { color: rgb(169,121,164); }

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

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

 a { background-color: rgb(169,121,164); }

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

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

 span { border-color: rgb(169,121,164); }

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