Html Css Color HEX #AE4986 Mulberry

📋 copy color: '#AE4986'

red 174 ◦ green 73 ◦ blue 134

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

Shades of Mulberry #AE4986

Tints of Mulberry #AE4986

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.16%

 BLUE value IS 134 (52.73% from 255) = 35.17%

R = 45.67%
G = 19.16%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AE4986 (or 0xAE4986) is known color: Mulberry. HEX triplet: AE, 49 and 86. RGB value is (174,73,134). Sum of RGB (Red+Green+Blue) = 174+73+134=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4986 is #51B679. Grayscale: #6E6E6E. Windows color (decimal): -5355130 or 8800686. OLE color: 8800686.

HSL color Cylindrical-coordinate representation of color #AE4986: hue angle of 323.76º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE4986 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 73 134 -
CMYK 0 0.58 0.23 0.32
HSL 323.76º 0.41% 0.48% -
HSV(B) 323.76º 0.58% 0.68% -
XYZ 24.14 15.48 24.27 -
YUV 110.15 141.46 173.54 -
System Red Green Blue C M Y K H S L
Decimal 174 73 134 0 0.58 0.23 0.32 323.76 0.41 0.48
Hex AE 49 86 0 3A 17 20 144 29 30
Octal 256 111 206 0 72 27 40 504 51 60
Binary 10101110 1001001 10000110 0 111010 10111 100000 101000100 101001 110000

Color Harmonies of #AE4986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4986

Black with #AE4986

Text Example


Text Example

White with #AE4986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4986; }

 p { color: rgb(174,73,134); }

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

background-color css

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

 a { background-color: rgb(174,73,134); }

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

border-color css

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

 span { border-color: rgb(174,73,134); }

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