Html Css Color HEX #AE558E Mulberry

📋 copy color: '#AE558E'

red 174 ◦ green 85 ◦ blue 142

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

Shades of Mulberry #AE558E

Tints of Mulberry #AE558E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 43.39%
G = 21.2%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE558E (or 0xAE558E) is known color: Mulberry. HEX triplet: AE, 55 and 8E. RGB value is (174,85,142). Sum of RGB (Red+Green+Blue) = 174+85+142=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE558E is #51AA71. Grayscale: #757575. Windows color (decimal): -5352050 or 9328046. OLE color: 9328046.

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

Color convert

RGB 174 85 142 -
CMYK 0 0.51 0.18 0.32
HSL 321.57º 0.35% 0.51% -
HSV(B) 321.57º 0.51% 0.68% -
XYZ 25.59 17.45 27.61 -
YUV 118.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 174 85 142 0 0.51 0.18 0.32 321.57 0.35 0.51
Hex AE 55 8E 0 33 12 20 142 23 33
Octal 256 125 216 0 63 22 40 502 43 63
Binary 10101110 1010101 10001110 0 110011 10010 100000 101000010 100011 110011

Color Harmonies of #AE558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE558E

Black with #AE558E

Text Example


Text Example

White with #AE558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE558E; }

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

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

background-color css

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

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

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

border-color css

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

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

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