Html Css Color HEX #AE6E91 Bouquet

📋 copy color: '#AE6E91'

red 174 ◦ green 110 ◦ blue 145

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

Shades of Bouquet #AE6E91

Tints of Bouquet #AE6E91

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.64%

 BLUE value IS 145 (57.03% from 255) = 33.8%

R = 40.56%
G = 25.64%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE6E91 (or 0xAE6E91) is known color: Bouquet. HEX triplet: AE, 6E and 91. RGB value is (174,110,145). Sum of RGB (Red+Green+Blue) = 174+110+145=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6E91 is #51916E. Grayscale: #858585. Windows color (decimal): -5345647 or 9531054. OLE color: 9531054.

HSL color Cylindrical-coordinate representation of color #AE6E91: hue angle of 327.19º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE6E91 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 110 145 -
CMYK 0 0.37 0.17 0.32
HSL 327.19º 0.28% 0.56% -
HSV(B) 327.19º 0.37% 0.68% -
XYZ 28.14 22.19 29.59 -
YUV 133.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 174 110 145 0 0.37 0.17 0.32 327.19 0.28 0.56
Hex AE 6E 91 0 25 11 20 147 1C 38
Octal 256 156 221 0 45 21 40 507 34 70
Binary 10101110 1101110 10010001 0 100101 10001 100000 101000111 11100 111000

Color Harmonies of #AE6E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6E91

Black with #AE6E91

Text Example


Text Example

White with #AE6E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6E91; }

 p { color: rgb(174,110,145); }

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

background-color css

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

 a { background-color: rgb(174,110,145); }

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

border-color css

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

 span { border-color: rgb(174,110,145); }

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