Html Css Color HEX #A9749C Bouquet

📋 copy color: '#A9749C'

red 169 ◦ green 116 ◦ blue 156

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

Shades of Bouquet #A9749C

Tints of Bouquet #A9749C

RGB

 RED value IS 169 (66.41% from 255) = 38.32%

 GREEN value IS 116 (45.7% from 255) = 26.3%

 BLUE value IS 156 (61.33% from 255) = 35.37%

R = 38.32%
G = 26.3%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A9749C (or 0xA9749C) is known color: Bouquet. HEX triplet: A9, 74 and 9C. RGB value is (169,116,156). Sum of RGB (Red+Green+Blue) = 169+116+156=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A9749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9749C is #568B63. Grayscale: #888888. Windows color (decimal): -5671780 or 10253481. OLE color: 10253481.

HSL color Cylindrical-coordinate representation of color #A9749C: hue angle of 314.72º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9749C is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 116 156 -
CMYK 0 0.31 0.08 0.34
HSL 314.72º 0.24% 0.56% -
HSV(B) 314.72º 0.31% 0.66% -
XYZ 28.61 23.33 34.45 -
YUV 136.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 169 116 156 0 0.31 0.08 0.34 314.72 0.24 0.56
Hex A9 74 9C 0 1F 8 22 13B 18 38
Octal 251 164 234 0 37 10 42 473 30 70
Binary 10101001 1110100 10011100 0 11111 1000 100010 100111011 11000 111000

Color Harmonies of #A9749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9749C

Black with #A9749C

Text Example


Text Example

White with #A9749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9749C; }

 p { color: rgb(169,116,156); }

 H1.HeaderClassName
 {
   color: #A9749C;
 }
 .AnyTagClassName
 {
   color: #A9749C;
 }
</style>

background-color css

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

 a { background-color: rgb(169,116,156); }

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

border-color css

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

 span { border-color: rgb(169,116,156); }

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