Html Css Color HEX #AE7C9F Bouquet

📋 copy color: '#AE7C9F'

red 174 ◦ green 124 ◦ blue 159

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

Shades of Bouquet #AE7C9F

Tints of Bouquet #AE7C9F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.13%

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

R = 38.07%
G = 27.13%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE7C9F (or 0xAE7C9F) is known color: Bouquet. HEX triplet: AE, 7C and 9F. RGB value is (174,124,159). Sum of RGB (Red+Green+Blue) = 174+124+159=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7C9F is #518360. Grayscale: #8E8E8E. Windows color (decimal): -5342049 or 10452142. OLE color: 10452142.

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

Color convert

RGB 174 124 159 -
CMYK 0 0.29 0.09 0.32
HSL 318º 0.24% 0.58% -
HSV(B) 318º 0.29% 0.68% -
XYZ 30.92 25.92 36.17 -
YUV 142.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 174 124 159 0 0.29 0.09 0.32 318 0.24 0.58
Hex AE 7C 9F 0 1D 9 20 13E 18 3A
Octal 256 174 237 0 35 11 40 476 30 72
Binary 10101110 1111100 10011111 0 11101 1001 100000 100111110 11000 111010

Color Harmonies of #AE7C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7C9F

Black with #AE7C9F

Text Example


Text Example

White with #AE7C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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