Html Css Color HEX #AE4D85 Mulberry

📋 copy color: '#AE4D85'

red 174 ◦ green 77 ◦ blue 133

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

Shades of Mulberry #AE4D85

Tints of Mulberry #AE4D85

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.05%

 BLUE value IS 133 (52.34% from 255) = 34.64%

R = 45.31%
G = 20.05%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AE4D85 (or 0xAE4D85) is known color: Mulberry. HEX triplet: AE, 4D and 85. RGB value is (174,77,133). Sum of RGB (Red+Green+Blue) = 174+77+133=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4D85 is #51B27A. Grayscale: #707070. Windows color (decimal): -5354107 or 8736174. OLE color: 8736174.

HSL color Cylindrical-coordinate representation of color #AE4D85: hue angle of 325.36º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE4D85 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 77 133 -
CMYK 0 0.56 0.24 0.32
HSL 325.36º 0.39% 0.49% -
HSV(B) 325.36º 0.56% 0.68% -
XYZ 24.34 16 24 -
YUV 112.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 174 77 133 0 0.56 0.24 0.32 325.36 0.39 0.49
Hex AE 4D 85 0 38 18 20 145 27 31
Octal 256 115 205 0 70 30 40 505 47 61
Binary 10101110 1001101 10000101 0 111000 11000 100000 101000101 100111 110001

Color Harmonies of #AE4D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D85

Black with #AE4D85

Text Example


Text Example

White with #AE4D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D85; }

 p { color: rgb(174,77,133); }

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

background-color css

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

 a { background-color: rgb(174,77,133); }

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

border-color css

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

 span { border-color: rgb(174,77,133); }

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