Html Css Color HEX #AE719E Bouquet

📋 copy color: '#AE719E'

red 174 ◦ green 113 ◦ blue 158

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

Shades of Bouquet #AE719E

Tints of Bouquet #AE719E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.39%

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

R = 39.1%
G = 25.39%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE719E (or 0xAE719E) is known color: Bouquet. HEX triplet: AE, 71 and 9E. RGB value is (174,113,158). Sum of RGB (Red+Green+Blue) = 174+113+158=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE719E is #518E61. Grayscale: #888888. Windows color (decimal): -5344866 or 10383790. OLE color: 10383790.

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

Color convert

RGB 174 113 158 -
CMYK 0 0.35 0.09 0.32
HSL 315.74º 0.27% 0.56% -
HSV(B) 315.74º 0.35% 0.68% -
XYZ 29.53 23.28 35.28 -
YUV 136.37 140.21 154.84 -
System Red Green Blue C M Y K H S L
Decimal 174 113 158 0 0.35 0.09 0.32 315.74 0.27 0.56
Hex AE 71 9E 0 23 9 20 13C 1B 38
Octal 256 161 236 0 43 11 40 474 33 70
Binary 10101110 1110001 10011110 0 100011 1001 100000 100111100 11011 111000

Color Harmonies of #AE719E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE719E

Black with #AE719E

Text Example


Text Example

White with #AE719E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE719E; }

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

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

background-color css

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

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

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

border-color css

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

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

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