Html Css Color HEX #AE6F99 Bouquet

📋 copy color: '#AE6F99'

red 174 ◦ green 111 ◦ blue 153

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

Shades of Bouquet #AE6F99

Tints of Bouquet #AE6F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.93%

R = 39.73%
G = 25.34%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AE6F99 (or 0xAE6F99) is known color: Bouquet. HEX triplet: AE, 6F and 99. RGB value is (174,111,153). Sum of RGB (Red+Green+Blue) = 174+111+153=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6F99 is #519066. Grayscale: #868686. Windows color (decimal): -5345383 or 10055598. OLE color: 10055598.

HSL color Cylindrical-coordinate representation of color #AE6F99: hue angle of 320º 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 #AE6F99 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 111 153 -
CMYK 0 0.36 0.12 0.32
HSL 320º 0.28% 0.56% -
HSV(B) 320º 0.36% 0.68% -
XYZ 28.89 22.67 32.99 -
YUV 134.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 174 111 153 0 0.36 0.12 0.32 320 0.28 0.56
Hex AE 6F 99 0 24 C 20 140 1C 38
Octal 256 157 231 0 44 14 40 500 34 70
Binary 10101110 1101111 10011001 0 100100 1100 100000 101000000 11100 111000

Color Harmonies of #AE6F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6F99

Black with #AE6F99

Text Example


Text Example

White with #AE6F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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