Html Css Color HEX #AA749E Bouquet

📋 copy color: '#AA749E'

red 170 ◦ green 116 ◦ blue 158

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

Shades of Bouquet #AA749E

Tints of Bouquet #AA749E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.59%

R = 38.29%
G = 26.13%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA749E (or 0xAA749E) is known color: Bouquet. HEX triplet: AA, 74 and 9E. RGB value is (170,116,158). Sum of RGB (Red+Green+Blue) = 170+116+158=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA749E is #558B61. Grayscale: #888888. Windows color (decimal): -5606242 or 10384554. OLE color: 10384554.

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

Color convert

RGB 170 116 158 -
CMYK 0 0.32 0.07 0.33
HSL 313.33º 0.24% 0.56% -
HSV(B) 313.33º 0.32% 0.67% -
XYZ 28.99 23.51 35.36 -
YUV 136.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 170 116 158 0 0.32 0.07 0.33 313.33 0.24 0.56
Hex AA 74 9E 0 20 7 21 139 18 38
Octal 252 164 236 0 40 7 41 471 30 70
Binary 10101010 1110100 10011110 0 100000 111 100001 100111001 11000 111000

Color Harmonies of #AA749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA749E

Black with #AA749E

Text Example


Text Example

White with #AA749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA749E; }

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

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

background-color css

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

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

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

border-color css

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

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

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