Html Css Color HEX #AE538E Mulberry

📋 copy color: '#AE538E'

red 174 ◦ green 83 ◦ blue 142

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

Shades of Mulberry #AE538E

Tints of Mulberry #AE538E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.8%

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

R = 43.61%
G = 20.8%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE538E (or 0xAE538E) is known color: Mulberry. HEX triplet: AE, 53 and 8E. RGB value is (174,83,142). Sum of RGB (Red+Green+Blue) = 174+83+142=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE538E is #51AC71. Grayscale: #747474. Windows color (decimal): -5352562 or 9327534. OLE color: 9327534.

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

Color convert

RGB 174 83 142 -
CMYK 0 0.52 0.18 0.32
HSL 321.1º 0.36% 0.5% -
HSV(B) 321.1º 0.52% 0.68% -
XYZ 25.43 17.14 27.56 -
YUV 116.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 174 83 142 0 0.52 0.18 0.32 321.1 0.36 0.5
Hex AE 53 8E 0 34 12 20 141 24 32
Octal 256 123 216 0 64 22 40 501 44 62
Binary 10101110 1010011 10001110 0 110100 10010 100000 101000001 100100 110010

Color Harmonies of #AE538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE538E

Black with #AE538E

Text Example


Text Example

White with #AE538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE538E; }

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

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

background-color css

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

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

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

border-color css

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

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

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