Html Css Color HEX #AE7195 Bouquet

📋 copy color: '#AE7195'

red 174 ◦ green 113 ◦ blue 149

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

Shades of Bouquet #AE7195

Tints of Bouquet #AE7195

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.92%

 BLUE value IS 149 (58.59% from 255) = 34.17%

R = 39.91%
G = 25.92%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE7195 (or 0xAE7195) is known color: Bouquet. HEX triplet: AE, 71 and 95. RGB value is (174,113,149). Sum of RGB (Red+Green+Blue) = 174+113+149=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7195 is #518E6A. Grayscale: #878787. Windows color (decimal): -5344875 or 9793966. OLE color: 9793966.

HSL color Cylindrical-coordinate representation of color #AE7195: hue angle of 324.59º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE7195 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 113 149 -
CMYK 0 0.35 0.14 0.32
HSL 324.59º 0.27% 0.56% -
HSV(B) 324.59º 0.35% 0.68% -
XYZ 28.79 22.98 31.35 -
YUV 135.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 174 113 149 0 0.35 0.14 0.32 324.59 0.27 0.56
Hex AE 71 95 0 23 E 20 145 1B 38
Octal 256 161 225 0 43 16 40 505 33 70
Binary 10101110 1110001 10010101 0 100011 1110 100000 101000101 11011 111000

Color Harmonies of #AE7195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7195

Black with #AE7195

Text Example


Text Example

White with #AE7195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7195; }

 p { color: rgb(174,113,149); }

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

background-color css

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

 a { background-color: rgb(174,113,149); }

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

border-color css

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

 span { border-color: rgb(174,113,149); }

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