Html Css Color HEX #AE558D Mulberry

📋 copy color: '#AE558D'

red 174 ◦ green 85 ◦ blue 141

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

Shades of Mulberry #AE558D

Tints of Mulberry #AE558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.25%

 BLUE value IS 141 (55.47% from 255) = 35.25%

R = 43.5%
G = 21.25%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE558D (or 0xAE558D) is known color: Mulberry. HEX triplet: AE, 55 and 8D. RGB value is (174,85,141). Sum of RGB (Red+Green+Blue) = 174+85+141=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE558D is #51AA72. Grayscale: #757575. Windows color (decimal): -5352051 or 9262510. OLE color: 9262510.

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

Color convert

RGB 174 85 141 -
CMYK 0 0.51 0.19 0.32
HSL 322.25º 0.35% 0.51% -
HSV(B) 322.25º 0.51% 0.68% -
XYZ 25.51 17.42 27.22 -
YUV 118 140.99 167.95 -
System Red Green Blue C M Y K H S L
Decimal 174 85 141 0 0.51 0.19 0.32 322.25 0.35 0.51
Hex AE 55 8D 0 33 13 20 142 23 33
Octal 256 125 215 0 63 23 40 502 43 63
Binary 10101110 1010101 10001101 0 110011 10011 100000 101000010 100011 110011

Color Harmonies of #AE558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE558D

Black with #AE558D

Text Example


Text Example

White with #AE558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE558D; }

 p { color: rgb(174,85,141); }

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

background-color css

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

 a { background-color: rgb(174,85,141); }

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

border-color css

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

 span { border-color: rgb(174,85,141); }

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