Html Css Color HEX #AE7A9B Bouquet

📋 copy color: '#AE7A9B'

red 174 ◦ green 122 ◦ blue 155

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

Shades of Bouquet #AE7A9B

Tints of Bouquet #AE7A9B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.05%

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

R = 38.58%
G = 27.05%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE7A9B (or 0xAE7A9B) is known color: Bouquet. HEX triplet: AE, 7A and 9B. RGB value is (174,122,155). Sum of RGB (Red+Green+Blue) = 174+122+155=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7A9B is #518564. Grayscale: #8D8D8D. Windows color (decimal): -5342565 or 10189486. OLE color: 10189486.

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

Color convert

RGB 174 122 155 -
CMYK 0 0.30 0.11 0.32
HSL 321.92º 0.24% 0.58% -
HSV(B) 321.92º 0.3% 0.68% -
XYZ 30.33 25.28 34.29 -
YUV 141.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 174 122 155 0 0.30 0.11 0.32 321.92 0.24 0.58
Hex AE 7A 9B 0 1E B 20 142 18 3A
Octal 256 172 233 0 36 13 40 502 30 72
Binary 10101110 1111010 10011011 0 11110 1011 100000 101000010 11000 111010

Color Harmonies of #AE7A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7A9B

Black with #AE7A9B

Text Example


Text Example

White with #AE7A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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