Html Css Color HEX #AE73A0 Bouquet

📋 copy color: '#AE73A0'

red 174 ◦ green 115 ◦ blue 160

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

Shades of Bouquet #AE73A0

Tints of Bouquet #AE73A0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.61%

 BLUE value IS 160 (62.89% from 255) = 35.63%

R = 38.75%
G = 25.61%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE73A0 (or 0xAE73A0) is known color: Bouquet. HEX triplet: AE, 73 and A0. RGB value is (174,115,160). Sum of RGB (Red+Green+Blue) = 174+115+160=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE73A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE73A0 is #518C5F. Grayscale: #898989. Windows color (decimal): -5344352 or 10515374. OLE color: 10515374.

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

Color convert

RGB 174 115 160 -
CMYK 0 0.34 0.08 0.32
HSL 314.24º 0.27% 0.57% -
HSV(B) 314.24º 0.34% 0.68% -
XYZ 29.93 23.8 36.27 -
YUV 137.77 140.55 153.84 -
System Red Green Blue C M Y K H S L
Decimal 174 115 160 0 0.34 0.08 0.32 314.24 0.27 0.57
Hex AE 73 A0 0 22 8 20 13A 1B 39
Octal 256 163 240 0 42 10 40 472 33 71
Binary 10101110 1110011 10100000 0 100010 1000 100000 100111010 11011 111001

Color Harmonies of #AE73A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE73A0

Black with #AE73A0

Text Example


Text Example

White with #AE73A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE73A0; }

 p { color: rgb(174,115,160); }

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

background-color css

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

 a { background-color: rgb(174,115,160); }

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

border-color css

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

 span { border-color: rgb(174,115,160); }

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