Html Css Color HEX #AE7CA4 Bouquet

📋 copy color: '#AE7CA4'

red 174 ◦ green 124 ◦ blue 164

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

Shades of Bouquet #AE7CA4

Tints of Bouquet #AE7CA4

RGB

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

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

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

R = 37.66%
G = 26.84%
B = 35.5%

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

#AE7CA4 (or 0xAE7CA4) is known color: Bouquet. HEX triplet: AE, 7C and A4. RGB value is (174,124,164). Sum of RGB (Red+Green+Blue) = 174+124+164=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7CA4 is #51835B. Grayscale: #8F8F8F. Windows color (decimal): -5342044 or 10779822. OLE color: 10779822.

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

Color convert

RGB 174 124 164 -
CMYK 0 0.29 0.06 0.32
HSL 312º 0.24% 0.58% -
HSV(B) 312º 0.29% 0.68% -
XYZ 31.36 26.09 38.51 -
YUV 143.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 174 124 164 0 0.29 0.06 0.32 312 0.24 0.58
Hex AE 7C A4 0 1D 6 20 138 18 3A
Octal 256 174 244 0 35 6 40 470 30 72
Binary 10101110 1111100 10100100 0 11101 110 100000 100111000 11000 111010

Color Harmonies of #AE7CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7CA4

Black with #AE7CA4

Text Example


Text Example

White with #AE7CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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