Html Css Color HEX #AE7498 Bouquet

📋 copy color: '#AE7498'

red 174 ◦ green 116 ◦ blue 152

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

Shades of Bouquet #AE7498

Tints of Bouquet #AE7498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.24%

 BLUE value IS 152 (59.77% from 255) = 34.39%

R = 39.37%
G = 26.24%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE7498 (or 0xAE7498) is known color: Bouquet. HEX triplet: AE, 74 and 98. RGB value is (174,116,152). Sum of RGB (Red+Green+Blue) = 174+116+152=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7498 is #518B67. Grayscale: #898989. Windows color (decimal): -5344104 or 9991342. OLE color: 9991342.

HSL color Cylindrical-coordinate representation of color #AE7498: hue angle of 322.76º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE7498 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 116 152 -
CMYK 0 0.33 0.13 0.32
HSL 322.76º 0.26% 0.57% -
HSV(B) 322.76º 0.33% 0.68% -
XYZ 29.37 23.76 32.74 -
YUV 137.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 174 116 152 0 0.33 0.13 0.32 322.76 0.26 0.57
Hex AE 74 98 0 21 D 20 143 1A 39
Octal 256 164 230 0 41 15 40 503 32 71
Binary 10101110 1110100 10011000 0 100001 1101 100000 101000011 11010 111001

Color Harmonies of #AE7498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7498

Black with #AE7498

Text Example


Text Example

White with #AE7498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7498; }

 p { color: rgb(174,116,152); }

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

background-color css

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

 a { background-color: rgb(174,116,152); }

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

border-color css

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

 span { border-color: rgb(174,116,152); }

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