Html Css Color HEX #AE799F Bouquet

📋 copy color: '#AE799F'

red 174 ◦ green 121 ◦ blue 159

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

Shades of Bouquet #AE799F

Tints of Bouquet #AE799F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.65%

 BLUE value IS 159 (62.5% from 255) = 35.02%

R = 38.33%
G = 26.65%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE799F (or 0xAE799F) is known color: Bouquet. HEX triplet: AE, 79 and 9F. RGB value is (174,121,159). Sum of RGB (Red+Green+Blue) = 174+121+159=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AE799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE799F is #518660. Grayscale: #8D8D8D. Windows color (decimal): -5342817 or 10451374. OLE color: 10451374.

HSL color Cylindrical-coordinate representation of color #AE799F: hue angle of 316.98º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE799F is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 121 159 -
CMYK 0 0.30 0.09 0.32
HSL 316.98º 0.25% 0.58% -
HSV(B) 316.98º 0.3% 0.68% -
XYZ 30.55 25.18 36.05 -
YUV 141.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 174 121 159 0 0.30 0.09 0.32 316.98 0.25 0.58
Hex AE 79 9F 0 1E 9 20 13D 19 3A
Octal 256 171 237 0 36 11 40 475 31 72
Binary 10101110 1111001 10011111 0 11110 1001 100000 100111101 11001 111010

Color Harmonies of #AE799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE799F

Black with #AE799F

Text Example


Text Example

White with #AE799F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE799F; }

 p { color: rgb(174,121,159); }

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

background-color css

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

 a { background-color: rgb(174,121,159); }

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

border-color css

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

 span { border-color: rgb(174,121,159); }

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