Html Css Color HEX #AE7B9D Bouquet

📋 copy color: '#AE7B9D'

red 174 ◦ green 123 ◦ blue 157

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

Shades of Bouquet #AE7B9D

Tints of Bouquet #AE7B9D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.09%

 BLUE value IS 157 (61.72% from 255) = 34.58%

R = 38.33%
G = 27.09%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE7B9D (or 0xAE7B9D) is known color: Bouquet. HEX triplet: AE, 7B and 9D. RGB value is (174,123,157). Sum of RGB (Red+Green+Blue) = 174+123+157=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7B9D is #518462. Grayscale: #8E8E8E. Windows color (decimal): -5342307 or 10320814. OLE color: 10320814.

HSL color Cylindrical-coordinate representation of color #AE7B9D: hue angle of 320º 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 #AE7B9D is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 123 157 -
CMYK 0 0.29 0.10 0.32
HSL 320º 0.24% 0.58% -
HSV(B) 320º 0.29% 0.68% -
XYZ 30.62 25.6 35.23 -
YUV 142.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 174 123 157 0 0.29 0.10 0.32 320 0.24 0.58
Hex AE 7B 9D 0 1D A 20 140 18 3A
Octal 256 173 235 0 35 12 40 500 30 72
Binary 10101110 1111011 10011101 0 11101 1010 100000 101000000 11000 111010

Color Harmonies of #AE7B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B9D

Black with #AE7B9D

Text Example


Text Example

White with #AE7B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B9D; }

 p { color: rgb(174,123,157); }

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

background-color css

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

 a { background-color: rgb(174,123,157); }

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

border-color css

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

 span { border-color: rgb(174,123,157); }

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