Html Css Color HEX #AE518C Mulberry

📋 copy color: '#AE518C'

red 174 ◦ green 81 ◦ blue 140

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

Shades of Mulberry #AE518C

Tints of Mulberry #AE518C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.51%

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

R = 44.05%
G = 20.51%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE518C (or 0xAE518C) is known color: Mulberry. HEX triplet: AE, 51 and 8C. RGB value is (174,81,140). Sum of RGB (Red+Green+Blue) = 174+81+140=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE518C is #51AE73. Grayscale: #737373. Windows color (decimal): -5353076 or 9195950. OLE color: 9195950.

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

Color convert

RGB 174 81 140 -
CMYK 0 0.53 0.20 0.32
HSL 321.94º 0.36% 0.5% -
HSV(B) 321.94º 0.53% 0.68% -
XYZ 25.13 16.78 26.72 -
YUV 115.53 141.81 169.7 -
System Red Green Blue C M Y K H S L
Decimal 174 81 140 0 0.53 0.20 0.32 321.94 0.36 0.5
Hex AE 51 8C 0 35 14 20 142 24 32
Octal 256 121 214 0 65 24 40 502 44 62
Binary 10101110 1010001 10001100 0 110101 10100 100000 101000010 100100 110010

Color Harmonies of #AE518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE518C

Black with #AE518C

Text Example


Text Example

White with #AE518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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