Html Css Color HEX #AE5994 Mulberry

📋 copy color: '#AE5994'

red 174 ◦ green 89 ◦ blue 148

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

Shades of Mulberry #AE5994

Tints of Mulberry #AE5994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.65%

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

R = 42.34%
G = 21.65%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE5994 (or 0xAE5994) is known color: Mulberry. HEX triplet: AE, 59 and 94. RGB value is (174,89,148). Sum of RGB (Red+Green+Blue) = 174+89+148=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5994 is #51A66B. Grayscale: #787878. Windows color (decimal): -5351020 or 9722286. OLE color: 9722286.

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

Color convert

RGB 174 89 148 -
CMYK 0 0.49 0.15 0.32
HSL 318.35º 0.34% 0.52% -
HSV(B) 318.35º 0.49% 0.68% -
XYZ 26.37 18.28 30.16 -
YUV 121.14 143.16 165.7 -
System Red Green Blue C M Y K H S L
Decimal 174 89 148 0 0.49 0.15 0.32 318.35 0.34 0.52
Hex AE 59 94 0 31 F 20 13E 22 34
Octal 256 131 224 0 61 17 40 476 42 64
Binary 10101110 1011001 10010100 0 110001 1111 100000 100111110 100010 110100

Color Harmonies of #AE5994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5994

Black with #AE5994

Text Example


Text Example

White with #AE5994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5994; }

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

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

background-color css

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

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

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

border-color css

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

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

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