Html Css Color HEX #AE548C Mulberry

📋 copy color: '#AE548C'

red 174 ◦ green 84 ◦ blue 140

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

Shades of Mulberry #AE548C

Tints of Mulberry #AE548C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.11%

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 43.72%
G = 21.11%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE548C (or 0xAE548C) is known color: Mulberry. HEX triplet: AE, 54 and 8C. RGB value is (174,84,140). Sum of RGB (Red+Green+Blue) = 174+84+140=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE548C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE548C is #51AB73. Grayscale: #757575. Windows color (decimal): -5352308 or 9196718. OLE color: 9196718.

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

Color convert

RGB 174 84 140 -
CMYK 0 0.52 0.20 0.32
HSL 322.67º 0.36% 0.51% -
HSV(B) 322.67º 0.52% 0.68% -
XYZ 25.36 17.23 26.8 -
YUV 117.29 140.82 168.45 -
System Red Green Blue C M Y K H S L
Decimal 174 84 140 0 0.52 0.20 0.32 322.67 0.36 0.51
Hex AE 54 8C 0 34 14 20 143 24 33
Octal 256 124 214 0 64 24 40 503 44 63
Binary 10101110 1010100 10001100 0 110100 10100 100000 101000011 100100 110011

Color Harmonies of #AE548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE548C

Black with #AE548C

Text Example


Text Example

White with #AE548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE548C; }

 p { color: rgb(174,84,140); }

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

background-color css

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

 a { background-color: rgb(174,84,140); }

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

border-color css

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

 span { border-color: rgb(174,84,140); }

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