Html Css Color HEX #AE759E Bouquet

📋 copy color: '#AE759E'

red 174 ◦ green 117 ◦ blue 158

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

Shades of Bouquet #AE759E

Tints of Bouquet #AE759E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.06%

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

R = 38.75%
G = 26.06%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE759E (or 0xAE759E) is known color: Bouquet. HEX triplet: AE, 75 and 9E. RGB value is (174,117,158). Sum of RGB (Red+Green+Blue) = 174+117+158=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE759E is #518A61. Grayscale: #8A8A8A. Windows color (decimal): -5343842 or 10384814. OLE color: 10384814.

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

Color convert

RGB 174 117 158 -
CMYK 0 0.33 0.09 0.32
HSL 316.84º 0.26% 0.57% -
HSV(B) 316.84º 0.33% 0.68% -
XYZ 29.99 24.19 35.44 -
YUV 138.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 174 117 158 0 0.33 0.09 0.32 316.84 0.26 0.57
Hex AE 75 9E 0 21 9 20 13D 1A 39
Octal 256 165 236 0 41 11 40 475 32 71
Binary 10101110 1110101 10011110 0 100001 1001 100000 100111101 11010 111001

Color Harmonies of #AE759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE759E

Black with #AE759E

Text Example


Text Example

White with #AE759E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE759E; }

 p { color: rgb(174,117,158); }

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

background-color css

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

 a { background-color: rgb(174,117,158); }

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

border-color css

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

 span { border-color: rgb(174,117,158); }

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