Html Css Color HEX #AE7CA2 Bouquet

📋 copy color: '#AE7CA2'

red 174 ◦ green 124 ◦ blue 162

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

Shades of Bouquet #AE7CA2

Tints of Bouquet #AE7CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.22%

R = 37.83%
G = 26.96%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE7CA2 (or 0xAE7CA2) is known color: Bouquet. HEX triplet: AE, 7C and A2. RGB value is (174,124,162). Sum of RGB (Red+Green+Blue) = 174+124+162=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7CA2 is #51835D. Grayscale: #8F8F8F. Windows color (decimal): -5342046 or 10648750. OLE color: 10648750.

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

Color convert

RGB 174 124 162 -
CMYK 0 0.29 0.07 0.32
HSL 314.4º 0.24% 0.58% -
HSV(B) 314.4º 0.29% 0.68% -
XYZ 31.18 26.02 37.56 -
YUV 143.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 174 124 162 0 0.29 0.07 0.32 314.4 0.24 0.58
Hex AE 7C A2 0 1D 7 20 13A 18 3A
Octal 256 174 242 0 35 7 40 472 30 72
Binary 10101110 1111100 10100010 0 11101 111 100000 100111010 11000 111010

Color Harmonies of #AE7CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7CA2

Black with #AE7CA2

Text Example


Text Example

White with #AE7CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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