Html Css Color HEX #AE6294 Bouquet

📋 copy color: '#AE6294'

red 174 ◦ green 98 ◦ blue 148

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

Shades of Bouquet #AE6294

Tints of Bouquet #AE6294

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.33%

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

R = 41.43%
G = 23.33%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE6294 (or 0xAE6294) is known color: Bouquet. HEX triplet: AE, 62 and 94. RGB value is (174,98,148). Sum of RGB (Red+Green+Blue) = 174+98+148=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6294 is #519D6B. Grayscale: #7E7E7E. Windows color (decimal): -5348716 or 9724590. OLE color: 9724590.

HSL color Cylindrical-coordinate representation of color #AE6294: hue angle of 320.53º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE6294 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 98 148 -
CMYK 0 0.44 0.15 0.32
HSL 320.53º 0.32% 0.53% -
HSV(B) 320.53º 0.44% 0.68% -
XYZ 27.17 19.87 30.42 -
YUV 126.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 174 98 148 0 0.44 0.15 0.32 320.53 0.32 0.53
Hex AE 62 94 0 2C F 20 141 20 35
Octal 256 142 224 0 54 17 40 501 40 65
Binary 10101110 1100010 10010100 0 101100 1111 100000 101000001 100000 110101

Color Harmonies of #AE6294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6294

Black with #AE6294

Text Example


Text Example

White with #AE6294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6294; }

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

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

background-color css

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

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

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

border-color css

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

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

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