Html Css Color HEX #A979A1 Bouquet

📋 copy color: '#A979A1'

red 169 ◦ green 121 ◦ blue 161

#A979A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #A979A1

Tints of Bouquet #A979A1

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.7%

R = 37.47%
G = 26.83%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A979A1 (or 0xA979A1) is known color: 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

RGB 169 121 161 -
CMYK 0 0.28 0.05 0.34
HSL 310º 0.22% 0.57% -
HSV(B) 310º 0.28% 0.66% -
XYZ 29.63 24.68 36.92 -
YUV 139.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 169 121 161 0 0.28 0.05 0.34 310 0.22 0.57
Hex A9 79 A1 0 1C 5 22 136 16 39
Octal 251 171 241 0 34 5 42 466 26 71
Binary 10101001 1111001 10100001 0 11100 101 100010 100110110 10110 111001

Color Harmonies of #A979A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A979A1

Black with #A979A1

Text Example


Text Example

White with #A979A1

Text Example


Text Example

HTML Codes & Css Web 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>