Html Css Color HEX #AE6F95 Bouquet

📋 copy color: '#AE6F95'

red 174 ◦ green 111 ◦ blue 149

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

Shades of Bouquet #AE6F95

Tints of Bouquet #AE6F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.33%

R = 40.09%
G = 25.58%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE6F95 (or 0xAE6F95) is known color: Bouquet. HEX triplet: AE, 6F and 95. RGB value is (174,111,149). Sum of RGB (Red+Green+Blue) = 174+111+149=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6F95 is #51906A. Grayscale: #868686. Windows color (decimal): -5345387 or 9793454. OLE color: 9793454.

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

Color convert

RGB 174 111 149 -
CMYK 0 0.36 0.14 0.32
HSL 323.81º 0.28% 0.56% -
HSV(B) 323.81º 0.36% 0.68% -
XYZ 28.56 22.54 31.28 -
YUV 134.17 136.37 156.41 -
System Red Green Blue C M Y K H S L
Decimal 174 111 149 0 0.36 0.14 0.32 323.81 0.28 0.56
Hex AE 6F 95 0 24 E 20 144 1C 38
Octal 256 157 225 0 44 16 40 504 34 70
Binary 10101110 1101111 10010101 0 100100 1110 100000 101000100 11100 111000

Color Harmonies of #AE6F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6F95

Black with #AE6F95

Text Example


Text Example

White with #AE6F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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