Html Css Color HEX #AE749D Bouquet

📋 copy color: '#AE749D'

red 174 ◦ green 116 ◦ blue 157

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

Shades of Bouquet #AE749D

Tints of Bouquet #AE749D

RGB

 RED value IS 174 (68.36% from 255) = 38.93%

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

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

R = 38.93%
G = 25.95%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE749D (or 0xAE749D) is known color: Bouquet. HEX triplet: AE, 74 and 9D. RGB value is (174,116,157). Sum of RGB (Red+Green+Blue) = 174+116+157=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE749D is #518B62. Grayscale: #898989. Windows color (decimal): -5344099 or 10319022. OLE color: 10319022.

HSL color Cylindrical-coordinate representation of color #AE749D: hue angle of 317.59º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE749D is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 116 157 -
CMYK 0 0.33 0.10 0.32
HSL 317.59º 0.26% 0.57% -
HSV(B) 317.59º 0.33% 0.68% -
XYZ 29.79 23.92 34.95 -
YUV 138.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 174 116 157 0 0.33 0.10 0.32 317.59 0.26 0.57
Hex AE 74 9D 0 21 A 20 13E 1A 39
Octal 256 164 235 0 41 12 40 476 32 71
Binary 10101110 1110100 10011101 0 100001 1010 100000 100111110 11010 111001

Color Harmonies of #AE749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE749D

Black with #AE749D

Text Example


Text Example

White with #AE749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE749D; }

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

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

background-color css

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

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

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

border-color css

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

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

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