Html Css Color HEX #A9749D Bouquet

📋 copy color: '#A9749D'

red 169 ◦ green 116 ◦ blue 157

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

Shades of Bouquet #A9749D

Tints of Bouquet #A9749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.52%

R = 38.24%
G = 26.24%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A9749D (or 0xA9749D) is known color: Bouquet. HEX triplet: A9, 74 and 9D. RGB value is (169,116,157). Sum of RGB (Red+Green+Blue) = 169+116+157=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 169 - color contains mainly: red. Hex color #A9749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9749D is #568B62. Grayscale: #888888. Windows color (decimal): -5671779 or 10319017. OLE color: 10319017.

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

Color convert

RGB 169 116 157 -
CMYK 0 0.31 0.07 0.34
HSL 313.58º 0.24% 0.56% -
HSV(B) 313.58º 0.31% 0.66% -
XYZ 28.69 23.36 34.89 -
YUV 136.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 169 116 157 0 0.31 0.07 0.34 313.58 0.24 0.56
Hex A9 74 9D 0 1F 7 22 13A 18 38
Octal 251 164 235 0 37 7 42 472 30 70
Binary 10101001 1110100 10011101 0 11111 111 100010 100111010 11000 111000

Color Harmonies of #A9749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9749D

Black with #A9749D

Text Example


Text Example

White with #A9749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9749D; }

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

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

background-color css

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

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

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

border-color css

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

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

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