Html Css Color HEX #AE76A1 Bouquet

📋 copy color: '#AE76A1'

red 174 ◦ green 118 ◦ blue 161

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

Shades of Bouquet #AE76A1

Tints of Bouquet #AE76A1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.05%

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

R = 38.41%
G = 26.05%
B = 35.54%

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

#AE76A1 (or 0xAE76A1) is known color: Bouquet. HEX triplet: AE, 76 and A1. RGB value is (174,118,161). Sum of RGB (Red+Green+Blue) = 174+118+161=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AE76A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE76A1 is #51895E. Grayscale: #8B8B8B. Windows color (decimal): -5343583 or 10581678. OLE color: 10581678.

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

Color convert

RGB 174 118 161 -
CMYK 0 0.32 0.07 0.32
HSL 313.93º 0.26% 0.57% -
HSV(B) 313.93º 0.32% 0.68% -
XYZ 30.37 24.53 36.85 -
YUV 139.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 174 118 161 0 0.32 0.07 0.32 313.93 0.26 0.57
Hex AE 76 A1 0 20 7 20 13A 1A 39
Octal 256 166 241 0 40 7 40 472 32 71
Binary 10101110 1110110 10100001 0 100000 111 100000 100111010 11010 111001

Color Harmonies of #AE76A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE76A1

Black with #AE76A1

Text Example


Text Example

White with #AE76A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE76A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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