Html Css Color HEX #AE709D Bouquet

📋 copy color: '#AE709D'

red 174 ◦ green 112 ◦ blue 157

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

Shades of Bouquet #AE709D

Tints of Bouquet #AE709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.28%

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

R = 39.28%
G = 25.28%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE709D (or 0xAE709D) is known color: Bouquet. HEX triplet: AE, 70 and 9D. RGB value is (174,112,157). Sum of RGB (Red+Green+Blue) = 174+112+157=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE709D is #518F62. Grayscale: #878787. Windows color (decimal): -5345123 or 10317998. OLE color: 10317998.

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

Color convert

RGB 174 112 157 -
CMYK 0 0.36 0.10 0.32
HSL 316.45º 0.28% 0.56% -
HSV(B) 316.45º 0.36% 0.68% -
XYZ 29.34 23.02 34.8 -
YUV 135.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 174 112 157 0 0.36 0.10 0.32 316.45 0.28 0.56
Hex AE 70 9D 0 24 A 20 13C 1C 38
Octal 256 160 235 0 44 12 40 474 34 70
Binary 10101110 1110000 10011101 0 100100 1010 100000 100111100 11100 111000

Color Harmonies of #AE709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE709D

Black with #AE709D

Text Example


Text Example

White with #AE709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE709D; }

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

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

background-color css

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

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

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

border-color css

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

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

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