Html Css Color HEX #AE5C90 Mulberry

📋 copy color: '#AE5C90'

red 174 ◦ green 92 ◦ blue 144

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

Shades of Mulberry #AE5C90

Tints of Mulberry #AE5C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.44%

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

R = 42.44%
G = 22.44%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE5C90 (or 0xAE5C90) is known color: Mulberry. HEX triplet: AE, 5C and 90. RGB value is (174,92,144). Sum of RGB (Red+Green+Blue) = 174+92+144=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5C90 is #51A36F. Grayscale: #7A7A7A. Windows color (decimal): -5350256 or 9460910. OLE color: 9460910.

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

Color convert

RGB 174 92 144 -
CMYK 0 0.47 0.17 0.32
HSL 321.95º 0.34% 0.52% -
HSV(B) 321.95º 0.47% 0.68% -
XYZ 26.32 18.67 28.6 -
YUV 122.45 140.17 164.77 -
System Red Green Blue C M Y K H S L
Decimal 174 92 144 0 0.47 0.17 0.32 321.95 0.34 0.52
Hex AE 5C 90 0 2F 11 20 142 22 34
Octal 256 134 220 0 57 21 40 502 42 64
Binary 10101110 1011100 10010000 0 101111 10001 100000 101000010 100010 110100

Color Harmonies of #AE5C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5C90

Black with #AE5C90

Text Example


Text Example

White with #AE5C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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