Html Css Color HEX #AE79A0 Bouquet

📋 copy color: '#AE79A0'

red 174 ◦ green 121 ◦ blue 160

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

Shades of Bouquet #AE79A0

Tints of Bouquet #AE79A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.16%

R = 38.24%
G = 26.59%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE79A0 (or 0xAE79A0) is known color: Bouquet. HEX triplet: AE, 79 and A0. RGB value is (174,121,160). Sum of RGB (Red+Green+Blue) = 174+121+160=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AE79A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE79A0 is #51865F. Grayscale: #8D8D8D. Windows color (decimal): -5342816 or 10516910. OLE color: 10516910.

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

Color convert

RGB 174 121 160 -
CMYK 0 0.30 0.08 0.32
HSL 315.85º 0.25% 0.58% -
HSV(B) 315.85º 0.3% 0.68% -
XYZ 30.64 25.21 36.51 -
YUV 141.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 174 121 160 0 0.30 0.08 0.32 315.85 0.25 0.58
Hex AE 79 A0 0 1E 8 20 13C 19 3A
Octal 256 171 240 0 36 10 40 474 31 72
Binary 10101110 1111001 10100000 0 11110 1000 100000 100111100 11001 111010

Color Harmonies of #AE79A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE79A0

Black with #AE79A0

Text Example


Text Example

White with #AE79A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE79A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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