Html Css Color HEX #AE548B Mulberry

📋 copy color: '#AE548B'

red 174 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #AE548B

Tints of Mulberry #AE548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 43.83%
G = 21.16%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE548B (or 0xAE548B) is known color: Mulberry. HEX triplet: AE, 54 and 8B. RGB value is (174,84,139). Sum of RGB (Red+Green+Blue) = 174+84+139=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE548B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE548B is #51AB74. Grayscale: #757575. Windows color (decimal): -5352309 or 9131182. OLE color: 9131182.

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

Color convert

RGB 174 84 139 -
CMYK 0 0.52 0.20 0.32
HSL 323.33º 0.36% 0.51% -
HSV(B) 323.33º 0.52% 0.68% -
XYZ 25.29 17.2 26.41 -
YUV 117.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 174 84 139 0 0.52 0.20 0.32 323.33 0.36 0.51
Hex AE 54 8B 0 34 14 20 143 24 33
Octal 256 124 213 0 64 24 40 503 44 63
Binary 10101110 1010100 10001011 0 110100 10100 100000 101000011 100100 110011

Color Harmonies of #AE548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE548B

Black with #AE548B

Text Example


Text Example

White with #AE548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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