Html Css Color HEX #AE679B Bouquet

📋 copy color: '#AE679B'

red 174 ◦ green 103 ◦ blue 155

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

Shades of Bouquet #AE679B

Tints of Bouquet #AE679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.84%

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 40.28%
G = 23.84%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE679B (or 0xAE679B) is known color: Bouquet. HEX triplet: AE, 67 and 9B. RGB value is (174,103,155). Sum of RGB (Red+Green+Blue) = 174+103+155=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE679B is #519864. Grayscale: #828282. Windows color (decimal): -5347429 or 10184622. OLE color: 10184622.

HSL color Cylindrical-coordinate representation of color #AE679B: hue angle of 316.06º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE679B is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 103 155 -
CMYK 0 0.41 0.11 0.32
HSL 316.06º 0.3% 0.54% -
HSV(B) 316.06º 0.41% 0.68% -
XYZ 28.22 21.07 33.59 -
YUV 130.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 174 103 155 0 0.41 0.11 0.32 316.06 0.3 0.54
Hex AE 67 9B 0 29 B 20 13C 1E 36
Octal 256 147 233 0 51 13 40 474 36 66
Binary 10101110 1100111 10011011 0 101001 1011 100000 100111100 11110 110110

Color Harmonies of #AE679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE679B

Black with #AE679B

Text Example


Text Example

White with #AE679B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE679B; }

 p { color: rgb(174,103,155); }

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

background-color css

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

 a { background-color: rgb(174,103,155); }

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

border-color css

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

 span { border-color: rgb(174,103,155); }

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