#A979A1

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

Shades of Bouquet #A979A1

Tints of Bouquet #A979A1

Color information

#A979A1 (or 0xA979A1) is unknown color: approx Bouquet. HEX triplet: A9, 79 and A1. RGB value is (169,121,161). Sum of RGB (Red+Green+Blue) = 169+121+161=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 169 - color contains mainly: red. Hex color #A979A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A979A1 is #56865E. Grayscale: #8B8B8B. Windows color (decimal): -5670495 or 10582441. OLE color: 10582441.

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

Color convert

RGB169121161-
CMYK00.280.050.34
HSL310º21.82%56.86%-
HSV(B)310º28.4%66.27%-
XYZ29.6324.6836.92-
YUV139.91139.9148.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.47%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 161 (63.28% from 255) = 35.70%
R=37.47%
G=26.83%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912116100.280.050.3431021.8256.86
HexA979A101C5221361639
Octal2511712410345424662671
Binary1010100111110011010000101110010110001010011011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A979A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A979A1; }

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

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

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

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

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

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

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

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