Html Css Color HEX #AE6F9C Bouquet

📋 copy color: '#AE6F9C'

red 174 ◦ green 111 ◦ blue 156

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

Shades of Bouquet #AE6F9C

Tints of Bouquet #AE6F9C

RGB

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

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

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

R = 39.46%
G = 25.17%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE6F9C (or 0xAE6F9C) is known color: Bouquet. HEX triplet: AE, 6F and 9C. RGB value is (174,111,156). Sum of RGB (Red+Green+Blue) = 174+111+156=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6F9C is #519063. Grayscale: #868686. Windows color (decimal): -5345380 or 10252206. OLE color: 10252206.

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

Color convert

RGB 174 111 156 -
CMYK 0 0.36 0.10 0.32
HSL 317.14º 0.28% 0.56% -
HSV(B) 317.14º 0.36% 0.68% -
XYZ 29.14 22.77 34.31 -
YUV 134.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 174 111 156 0 0.36 0.10 0.32 317.14 0.28 0.56
Hex AE 6F 9C 0 24 A 20 13D 1C 38
Octal 256 157 234 0 44 12 40 475 34 70
Binary 10101110 1101111 10011100 0 100100 1010 100000 100111101 11100 111000

Color Harmonies of #AE6F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6F9C

Black with #AE6F9C

Text Example


Text Example

White with #AE6F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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