Html Css Color HEX #AE6594 Bouquet

📋 copy color: '#AE6594'

red 174 ◦ green 101 ◦ blue 148

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

Shades of Bouquet #AE6594

Tints of Bouquet #AE6594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.99%

R = 41.13%
G = 23.88%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE6594 (or 0xAE6594) is known color: Bouquet. HEX triplet: AE, 65 and 94. RGB value is (174,101,148). Sum of RGB (Red+Green+Blue) = 174+101+148=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6594 is #519A6B. Grayscale: #808080. Windows color (decimal): -5347948 or 9725358. OLE color: 9725358.

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

Color convert

RGB 174 101 148 -
CMYK 0 0.42 0.15 0.32
HSL 321.37º 0.31% 0.54% -
HSV(B) 321.37º 0.42% 0.68% -
XYZ 27.45 20.44 30.52 -
YUV 128.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 174 101 148 0 0.42 0.15 0.32 321.37 0.31 0.54
Hex AE 65 94 0 2A F 20 141 1F 36
Octal 256 145 224 0 52 17 40 501 37 66
Binary 10101110 1100101 10010100 0 101010 1111 100000 101000001 11111 110110

Color Harmonies of #AE6594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6594

Black with #AE6594

Text Example


Text Example

White with #AE6594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6594; }

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

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

background-color css

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

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

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

border-color css

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

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

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