Html Css Color HEX #AE7BA4 Bouquet

📋 copy color: '#AE7BA4'

red 174 ◦ green 123 ◦ blue 164

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

Shades of Bouquet #AE7BA4

Tints of Bouquet #AE7BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.57%

R = 37.74%
G = 26.68%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AE7BA4 (or 0xAE7BA4) is known color: Bouquet. HEX triplet: AE, 7B and A4. RGB value is (174,123,164). Sum of RGB (Red+Green+Blue) = 174+123+164=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7BA4 is #51845B. Grayscale: #8E8E8E. Windows color (decimal): -5342300 or 10779566. OLE color: 10779566.

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

Color convert

RGB 174 123 164 -
CMYK 0 0.29 0.06 0.32
HSL 311.76º 0.24% 0.58% -
HSV(B) 311.76º 0.29% 0.68% -
XYZ 31.24 25.84 38.46 -
YUV 142.92 139.9 150.17 -
System Red Green Blue C M Y K H S L
Decimal 174 123 164 0 0.29 0.06 0.32 311.76 0.24 0.58
Hex AE 7B A4 0 1D 6 20 138 18 3A
Octal 256 173 244 0 35 6 40 470 30 72
Binary 10101110 1111011 10100100 0 11101 110 100000 100111000 11000 111010

Color Harmonies of #AE7BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7BA4

Black with #AE7BA4

Text Example


Text Example

White with #AE7BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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