Html Css Color HEX #AE7698 Bouquet

📋 copy color: '#AE7698'

red 174 ◦ green 118 ◦ blue 152

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

Shades of Bouquet #AE7698

Tints of Bouquet #AE7698

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.58%

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

R = 39.19%
G = 26.58%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE7698 (or 0xAE7698) is known color: Bouquet. HEX triplet: AE, 76 and 98. RGB value is (174,118,152). Sum of RGB (Red+Green+Blue) = 174+118+152=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7698 is #518967. Grayscale: #8A8A8A. Windows color (decimal): -5343592 or 9991854. OLE color: 9991854.

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

Color convert

RGB 174 118 152 -
CMYK 0 0.32 0.13 0.32
HSL 323.57º 0.26% 0.57% -
HSV(B) 323.57º 0.32% 0.68% -
XYZ 29.6 24.22 32.82 -
YUV 138.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 174 118 152 0 0.32 0.13 0.32 323.57 0.26 0.57
Hex AE 76 98 0 20 D 20 144 1A 39
Octal 256 166 230 0 40 15 40 504 32 71
Binary 10101110 1110110 10011000 0 100000 1101 100000 101000100 11010 111001

Color Harmonies of #AE7698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7698

Black with #AE7698

Text Example


Text Example

White with #AE7698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7698; }

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

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

background-color css

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

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

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

border-color css

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

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

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