#A979A2

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

Shades of Bouquet #A979A2

Tints of Bouquet #A979A2

Color information

#A979A2 (or 0xA979A2) is unknown color: approx Bouquet. HEX triplet: A9, 79 and A2. RGB value is (169,121,162). Sum of RGB (Red+Green+Blue) = 169+121+162=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 169 - color contains mainly: red. Hex color #A979A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A979A2 is #56865D. Grayscale: #8B8B8B. Windows color (decimal): -5670494 or 10647977. OLE color: 10647977.

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

Color convert

RGB169121162-
CMYK00.280.040.34
HSL308.75º21.82%56.86%-
HSV(B)308.75º28.4%66.27%-
XYZ29.7224.7237.39-
YUV140.03140.4148.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 121 (47.66% from 255) = 26.77%
BLUE value IS 162 (63.67% from 255) = 35.84%
R=37.39%
G=26.77%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912116200.280.040.34308.7521.8256.86
HexA979A201C4221351639
Octal2511712420344424652671
Binary1010100111110011010001001110010010001010011010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A979A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A979A2; }

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

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

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

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

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

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

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

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