Html Css Color HEX #AE5D8D Mulberry

📋 copy color: '#AE5D8D'

red 174 ◦ green 93 ◦ blue 141

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

Shades of Mulberry #AE5D8D

Tints of Mulberry #AE5D8D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.79%

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

R = 42.65%
G = 22.79%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE5D8D (or 0xAE5D8D) is known color: Mulberry. HEX triplet: AE, 5D and 8D. RGB value is (174,93,141). Sum of RGB (Red+Green+Blue) = 174+93+141=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5D8D is #51A272. Grayscale: #7A7A7A. Windows color (decimal): -5350003 or 9264558. OLE color: 9264558.

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

Color convert

RGB 174 93 141 -
CMYK 0 0.47 0.19 0.32
HSL 324.44º 0.33% 0.52% -
HSV(B) 324.44º 0.47% 0.68% -
XYZ 26.18 18.75 27.44 -
YUV 122.69 138.34 164.6 -
System Red Green Blue C M Y K H S L
Decimal 174 93 141 0 0.47 0.19 0.32 324.44 0.33 0.52
Hex AE 5D 8D 0 2F 13 20 144 21 34
Octal 256 135 215 0 57 23 40 504 41 64
Binary 10101110 1011101 10001101 0 101111 10011 100000 101000100 100001 110100

Color Harmonies of #AE5D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5D8D

Black with #AE5D8D

Text Example


Text Example

White with #AE5D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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