Html Css Color HEX #AE6E9F Bouquet

📋 copy color: '#AE6E9F'

red 174 ◦ green 110 ◦ blue 159

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

Shades of Bouquet #AE6E9F

Tints of Bouquet #AE6E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.89%

R = 39.28%
G = 24.83%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE6E9F (or 0xAE6E9F) is known color: Bouquet. HEX triplet: AE, 6E and 9F. RGB value is (174,110,159). Sum of RGB (Red+Green+Blue) = 174+110+159=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6E9F is #519160. Grayscale: #868686. Windows color (decimal): -5345633 or 10448558. OLE color: 10448558.

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

Color convert

RGB 174 110 159 -
CMYK 0 0.37 0.09 0.32
HSL 314.06º 0.28% 0.56% -
HSV(B) 314.06º 0.37% 0.68% -
XYZ 29.29 22.65 35.63 -
YUV 134.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 174 110 159 0 0.37 0.09 0.32 314.06 0.28 0.56
Hex AE 6E 9F 0 25 9 20 13A 1C 38
Octal 256 156 237 0 45 11 40 472 34 70
Binary 10101110 1101110 10011111 0 100101 1001 100000 100111010 11100 111000

Color Harmonies of #AE6E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6E9F

Black with #AE6E9F

Text Example


Text Example

White with #AE6E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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