Html Css Color HEX #AE6F94 Bouquet

📋 copy color: '#AE6F94'

red 174 ◦ green 111 ◦ blue 148

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

Shades of Bouquet #AE6F94

Tints of Bouquet #AE6F94

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.64%

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

R = 40.18%
G = 25.64%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE6F94 (or 0xAE6F94) is known color: Bouquet. HEX triplet: AE, 6F and 94. RGB value is (174,111,148). Sum of RGB (Red+Green+Blue) = 174+111+148=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6F94 is #51906B. Grayscale: #858585. Windows color (decimal): -5345388 or 9727918. OLE color: 9727918.

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

Color convert

RGB 174 111 148 -
CMYK 0 0.36 0.15 0.32
HSL 324.76º 0.28% 0.56% -
HSV(B) 324.76º 0.36% 0.68% -
XYZ 28.49 22.51 30.86 -
YUV 134.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 174 111 148 0 0.36 0.15 0.32 324.76 0.28 0.56
Hex AE 6F 94 0 24 F 20 145 1C 38
Octal 256 157 224 0 44 17 40 505 34 70
Binary 10101110 1101111 10010100 0 100100 1111 100000 101000101 11100 111000

Color Harmonies of #AE6F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6F94

Black with #AE6F94

Text Example


Text Example

White with #AE6F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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