Html Css Color HEX #AE558A Mulberry

📋 copy color: '#AE558A'

red 174 ◦ green 85 ◦ blue 138

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

Shades of Mulberry #AE558A

Tints of Mulberry #AE558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 43.83%
G = 21.41%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE558A (or 0xAE558A) is known color: Mulberry. HEX triplet: AE, 55 and 8A. RGB value is (174,85,138). Sum of RGB (Red+Green+Blue) = 174+85+138=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE558A is #51AA75. Grayscale: #757575. Windows color (decimal): -5352054 or 9065902. OLE color: 9065902.

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

Color convert

RGB 174 85 138 -
CMYK 0 0.51 0.21 0.32
HSL 324.27º 0.35% 0.51% -
HSV(B) 324.27º 0.51% 0.68% -
XYZ 25.29 17.33 26.06 -
YUV 117.65 139.49 168.19 -
System Red Green Blue C M Y K H S L
Decimal 174 85 138 0 0.51 0.21 0.32 324.27 0.35 0.51
Hex AE 55 8A 0 33 15 20 144 23 33
Octal 256 125 212 0 63 25 40 504 43 63
Binary 10101110 1010101 10001010 0 110011 10101 100000 101000100 100011 110011

Color Harmonies of #AE558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE558A

Black with #AE558A

Text Example


Text Example

White with #AE558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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