Html Css Color HEX #AE498C Mulberry

📋 copy color: '#AE498C'

red 174 ◦ green 73 ◦ blue 140

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

Shades of Mulberry #AE498C

Tints of Mulberry #AE498C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.86%

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 44.96%
G = 18.86%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE498C (or 0xAE498C) is known color: Mulberry. HEX triplet: AE, 49 and 8C. RGB value is (174,73,140). Sum of RGB (Red+Green+Blue) = 174+73+140=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE498C is #51B673. Grayscale: #6E6E6E. Windows color (decimal): -5355124 or 9193902. OLE color: 9193902.

HSL color Cylindrical-coordinate representation of color #AE498C: hue angle of 320.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE498C is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 73 140 -
CMYK 0 0.58 0.20 0.32
HSL 320.2º 0.41% 0.48% -
HSV(B) 320.2º 0.58% 0.68% -
XYZ 24.57 15.66 26.54 -
YUV 110.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 174 73 140 0 0.58 0.20 0.32 320.2 0.41 0.48
Hex AE 49 8C 0 3A 14 20 140 29 30
Octal 256 111 214 0 72 24 40 500 51 60
Binary 10101110 1001001 10001100 0 111010 10100 100000 101000000 101001 110000

Color Harmonies of #AE498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE498C

Black with #AE498C

Text Example


Text Example

White with #AE498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE498C; }

 p { color: rgb(174,73,140); }

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

background-color css

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

 a { background-color: rgb(174,73,140); }

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

border-color css

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

 span { border-color: rgb(174,73,140); }

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