Html Css Color HEX #AE79A1 Bouquet

📋 copy color: '#AE79A1'

red 174 ◦ green 121 ◦ blue 161

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

Shades of Bouquet #AE79A1

Tints of Bouquet #AE79A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.31%

R = 38.16%
G = 26.54%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE79A1 (or 0xAE79A1) is known color: Bouquet. HEX triplet: AE, 79 and A1. RGB value is (174,121,161). Sum of RGB (Red+Green+Blue) = 174+121+161=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AE79A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE79A1 is #51865E. Grayscale: #8D8D8D. Windows color (decimal): -5342815 or 10582446. OLE color: 10582446.

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

Color convert

RGB 174 121 161 -
CMYK 0 0.30 0.07 0.32
HSL 314.72º 0.25% 0.58% -
HSV(B) 314.72º 0.3% 0.68% -
XYZ 30.73 25.25 36.97 -
YUV 141.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 174 121 161 0 0.30 0.07 0.32 314.72 0.25 0.58
Hex AE 79 A1 0 1E 7 20 13B 19 3A
Octal 256 171 241 0 36 7 40 473 31 72
Binary 10101110 1111001 10100001 0 11110 111 100000 100111011 11001 111010

Color Harmonies of #AE79A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE79A1

Black with #AE79A1

Text Example


Text Example

White with #AE79A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE79A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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