Html Css Color HEX #AE5D8E Mulberry

📋 copy color: '#AE5D8E'

red 174 ◦ green 93 ◦ blue 142

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

Shades of Mulberry #AE5D8E

Tints of Mulberry #AE5D8E

RGB

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

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

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

R = 42.54%
G = 22.74%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE5D8E (or 0xAE5D8E) is known color: Mulberry. HEX triplet: AE, 5D and 8E. RGB value is (174,93,142). Sum of RGB (Red+Green+Blue) = 174+93+142=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5D8E is #51A271. Grayscale: #7A7A7A. Windows color (decimal): -5350002 or 9330094. OLE color: 9330094.

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

Color convert

RGB 174 93 142 -
CMYK 0 0.47 0.18 0.32
HSL 323.7º 0.33% 0.52% -
HSV(B) 323.7º 0.47% 0.68% -
XYZ 26.25 18.78 27.83 -
YUV 122.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 174 93 142 0 0.47 0.18 0.32 323.7 0.33 0.52
Hex AE 5D 8E 0 2F 12 20 144 21 34
Octal 256 135 216 0 57 22 40 504 41 64
Binary 10101110 1011101 10001110 0 101111 10010 100000 101000100 100001 110100

Color Harmonies of #AE5D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5D8E

Black with #AE5D8E

Text Example


Text Example

White with #AE5D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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