Html Css Color HEX #AE5990 Mulberry

📋 copy color: '#AE5990'

red 174 ◦ green 89 ◦ blue 144

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

Shades of Mulberry #AE5990

Tints of Mulberry #AE5990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.38%

R = 42.75%
G = 21.87%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE5990 (or 0xAE5990) is known color: Mulberry. HEX triplet: AE, 59 and 90. RGB value is (174,89,144). Sum of RGB (Red+Green+Blue) = 174+89+144=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5990 is #51A66F. Grayscale: #787878. Windows color (decimal): -5351024 or 9460142. OLE color: 9460142.

HSL color Cylindrical-coordinate representation of color #AE5990: hue angle of 321.18º 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 #AE5990 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 89 144 -
CMYK 0 0.49 0.17 0.32
HSL 321.18º 0.34% 0.52% -
HSV(B) 321.18º 0.49% 0.68% -
XYZ 26.06 18.16 28.52 -
YUV 120.69 141.16 166.03 -
System Red Green Blue C M Y K H S L
Decimal 174 89 144 0 0.49 0.17 0.32 321.18 0.34 0.52
Hex AE 59 90 0 31 11 20 141 22 34
Octal 256 131 220 0 61 21 40 501 42 64
Binary 10101110 1011001 10010000 0 110001 10001 100000 101000001 100010 110100

Color Harmonies of #AE5990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5990

Black with #AE5990

Text Example


Text Example

White with #AE5990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5990; }

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

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

background-color css

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

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

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

border-color css

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

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

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