Html Css Color HEX #AE6E9C Bouquet

📋 copy color: '#AE6E9C'

red 174 ◦ green 110 ◦ blue 156

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

Shades of Bouquet #AE6E9C

Tints of Bouquet #AE6E9C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25%

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 39.55%
G = 25%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE6E9C (or 0xAE6E9C) is known color: Bouquet. HEX triplet: AE, 6E and 9C. RGB value is (174,110,156). Sum of RGB (Red+Green+Blue) = 174+110+156=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6E9C is #519163. Grayscale: #868686. Windows color (decimal): -5345636 or 10251950. OLE color: 10251950.

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

Color convert

RGB 174 110 156 -
CMYK 0 0.37 0.10 0.32
HSL 316.88º 0.28% 0.56% -
HSV(B) 316.88º 0.37% 0.68% -
XYZ 29.03 22.55 34.28 -
YUV 134.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 174 110 156 0 0.37 0.10 0.32 316.88 0.28 0.56
Hex AE 6E 9C 0 25 A 20 13D 1C 38
Octal 256 156 234 0 45 12 40 475 34 70
Binary 10101110 1101110 10011100 0 100101 1010 100000 100111101 11100 111000

Color Harmonies of #AE6E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6E9C

Black with #AE6E9C

Text Example


Text Example

White with #AE6E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6E9C; }

 p { color: rgb(174,110,156); }

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

background-color css

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

 a { background-color: rgb(174,110,156); }

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

border-color css

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

 span { border-color: rgb(174,110,156); }

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