Html Css Color HEX #AE77A1 Bouquet

📋 copy color: '#AE77A1'

red 174 ◦ green 119 ◦ blue 161

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

Shades of Bouquet #AE77A1

Tints of Bouquet #AE77A1

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.21%

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

R = 38.33%
G = 26.21%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE77A1 (or 0xAE77A1) is known color: Bouquet. HEX triplet: AE, 77 and A1. RGB value is (174,119,161). Sum of RGB (Red+Green+Blue) = 174+119+161=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AE77A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE77A1 is #51885E. Grayscale: #8C8C8C. Windows color (decimal): -5343327 or 10581934. OLE color: 10581934.

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

Color convert

RGB 174 119 161 -
CMYK 0 0.32 0.07 0.32
HSL 314.18º 0.25% 0.57% -
HSV(B) 314.18º 0.32% 0.68% -
XYZ 30.49 24.77 36.89 -
YUV 140.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 174 119 161 0 0.32 0.07 0.32 314.18 0.25 0.57
Hex AE 77 A1 0 20 7 20 13A 19 39
Octal 256 167 241 0 40 7 40 472 31 71
Binary 10101110 1110111 10100001 0 100000 111 100000 100111010 11001 111001

Color Harmonies of #AE77A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE77A1

Black with #AE77A1

Text Example


Text Example

White with #AE77A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE77A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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