Html Css Color HEX #AA749D Bouquet

📋 copy color: '#AA749D'

red 170 ◦ green 116 ◦ blue 157

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

Shades of Bouquet #AA749D

Tints of Bouquet #AA749D

RGB

 RED value IS 170 (66.8% from 255) = 38.37%

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

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

R = 38.37%
G = 26.19%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA749D (or 0xAA749D) is known color: Bouquet. HEX triplet: AA, 74 and 9D. RGB value is (170,116,157). Sum of RGB (Red+Green+Blue) = 170+116+157=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA749D is #558B62. Grayscale: #888888. Windows color (decimal): -5606243 or 10319018. OLE color: 10319018.

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

Color convert

RGB 170 116 157 -
CMYK 0 0.32 0.08 0.33
HSL 314.44º 0.24% 0.56% -
HSV(B) 314.44º 0.32% 0.67% -
XYZ 28.91 23.47 34.91 -
YUV 136.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 170 116 157 0 0.32 0.08 0.33 314.44 0.24 0.56
Hex AA 74 9D 0 20 8 21 13A 18 38
Octal 252 164 235 0 40 10 41 472 30 70
Binary 10101010 1110100 10011101 0 100000 1000 100001 100111010 11000 111000

Color Harmonies of #AA749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA749D

Black with #AA749D

Text Example


Text Example

White with #AA749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA749D; }

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

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

background-color css

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

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

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

border-color css

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

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

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