Html Css Color HEX #AE6997 Bouquet

📋 copy color: '#AE6997'

red 174 ◦ green 105 ◦ blue 151

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

Shades of Bouquet #AE6997

Tints of Bouquet #AE6997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.42%

 BLUE value IS 151 (59.38% from 255) = 35.12%

R = 40.47%
G = 24.42%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE6997 (or 0xAE6997) is known color: Bouquet. HEX triplet: AE, 69 and 97. RGB value is (174,105,151). Sum of RGB (Red+Green+Blue) = 174+105+151=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6997 is #519668. Grayscale: #828282. Windows color (decimal): -5346921 or 9922990. OLE color: 9922990.

HSL color Cylindrical-coordinate representation of color #AE6997: hue angle of 320º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE6997 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 105 151 -
CMYK 0 0.40 0.13 0.32
HSL 320º 0.3% 0.55% -
HSV(B) 320º 0.4% 0.68% -
XYZ 28.09 21.34 31.92 -
YUV 130.88 139.36 158.76 -
System Red Green Blue C M Y K H S L
Decimal 174 105 151 0 0.40 0.13 0.32 320 0.3 0.55
Hex AE 69 97 0 28 D 20 140 1E 37
Octal 256 151 227 0 50 15 40 500 36 67
Binary 10101110 1101001 10010111 0 101000 1101 100000 101000000 11110 110111

Color Harmonies of #AE6997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6997

Black with #AE6997

Text Example


Text Example

White with #AE6997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6997; }

 p { color: rgb(174,105,151); }

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

background-color css

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

 a { background-color: rgb(174,105,151); }

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

border-color css

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

 span { border-color: rgb(174,105,151); }

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