Html Css Color HEX #AE5486 Mulberry

📋 copy color: '#AE5486'

red 174 ◦ green 84 ◦ blue 134

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

Shades of Mulberry #AE5486

Tints of Mulberry #AE5486

RGB

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

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

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

R = 44.39%
G = 21.43%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AE5486 (or 0xAE5486) is known color: Mulberry. HEX triplet: AE, 54 and 86. RGB value is (174,84,134). Sum of RGB (Red+Green+Blue) = 174+84+134=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5486 is #51AB79. Grayscale: #747474. Windows color (decimal): -5352314 or 8803502. OLE color: 8803502.

HSL color Cylindrical-coordinate representation of color #AE5486: hue angle of 326.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 #AE5486 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 84 134 -
CMYK 0 0.52 0.23 0.32
HSL 326.67º 0.36% 0.51% -
HSV(B) 326.67º 0.52% 0.68% -
XYZ 24.93 17.06 24.53 -
YUV 116.61 137.82 168.93 -
System Red Green Blue C M Y K H S L
Decimal 174 84 134 0 0.52 0.23 0.32 326.67 0.36 0.51
Hex AE 54 86 0 34 17 20 147 24 33
Octal 256 124 206 0 64 27 40 507 44 63
Binary 10101110 1010100 10000110 0 110100 10111 100000 101000111 100100 110011

Color Harmonies of #AE5486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5486

Black with #AE5486

Text Example


Text Example

White with #AE5486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5486; }

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

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

background-color css

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

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

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

border-color css

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

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

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