Html Css Color HEX #AE6599 Bouquet

📋 copy color: '#AE6599'

red 174 ◦ green 101 ◦ blue 153

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

Shades of Bouquet #AE6599

Tints of Bouquet #AE6599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.6%

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

R = 40.65%
G = 23.6%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AE6599 (or 0xAE6599) is known color: Bouquet. HEX triplet: AE, 65 and 99. RGB value is (174,101,153). Sum of RGB (Red+Green+Blue) = 174+101+153=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6599 is #519A66. Grayscale: #808080. Windows color (decimal): -5347943 or 10053038. OLE color: 10053038.

HSL color Cylindrical-coordinate representation of color #AE6599: hue angle of 317.26º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE6599 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 101 153 -
CMYK 0 0.42 0.12 0.32
HSL 317.26º 0.31% 0.54% -
HSV(B) 317.26º 0.42% 0.68% -
XYZ 27.86 20.61 32.65 -
YUV 128.76 141.68 160.27 -
System Red Green Blue C M Y K H S L
Decimal 174 101 153 0 0.42 0.12 0.32 317.26 0.31 0.54
Hex AE 65 99 0 2A C 20 13D 1F 36
Octal 256 145 231 0 52 14 40 475 37 66
Binary 10101110 1100101 10011001 0 101010 1100 100000 100111101 11111 110110

Color Harmonies of #AE6599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6599

Black with #AE6599

Text Example


Text Example

White with #AE6599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6599; }

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

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

background-color css

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

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

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

border-color css

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

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

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