Html Css Color HEX #AE6194 Bouquet

📋 copy color: '#AE6194'

red 174 ◦ green 97 ◦ blue 148

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

Shades of Bouquet #AE6194

Tints of Bouquet #AE6194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.15%

 BLUE value IS 148 (58.2% from 255) = 35.32%

R = 41.53%
G = 23.15%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE6194 (or 0xAE6194) is known color: Bouquet. HEX triplet: AE, 61 and 94. RGB value is (174,97,148). Sum of RGB (Red+Green+Blue) = 174+97+148=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6194 is #519E6B. Grayscale: #7D7D7D. Windows color (decimal): -5348972 or 9724334. OLE color: 9724334.

HSL color Cylindrical-coordinate representation of color #AE6194: hue angle of 320.26º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE6194 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 97 148 -
CMYK 0 0.44 0.15 0.32
HSL 320.26º 0.32% 0.53% -
HSV(B) 320.26º 0.44% 0.68% -
XYZ 27.08 19.69 30.39 -
YUV 125.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 174 97 148 0 0.44 0.15 0.32 320.26 0.32 0.53
Hex AE 61 94 0 2C F 20 140 20 35
Octal 256 141 224 0 54 17 40 500 40 65
Binary 10101110 1100001 10010100 0 101100 1111 100000 101000000 100000 110101

Color Harmonies of #AE6194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6194

Black with #AE6194

Text Example


Text Example

White with #AE6194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6194; }

 p { color: rgb(174,97,148); }

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

background-color css

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

 a { background-color: rgb(174,97,148); }

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

border-color css

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

 span { border-color: rgb(174,97,148); }

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