Html Css Color HEX #AE4A95 Mulberry

📋 copy color: '#AE4A95'

red 174 ◦ green 74 ◦ blue 149

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

Shades of Mulberry #AE4A95

Tints of Mulberry #AE4A95

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.64%

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 43.83%
G = 18.64%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE4A95 (or 0xAE4A95) is known color: Mulberry. HEX triplet: AE, 4A and 95. RGB value is (174,74,149). Sum of RGB (Red+Green+Blue) = 174+74+149=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4A95 is #51B56A. Grayscale: #707070. Windows color (decimal): -5354859 or 9783982. OLE color: 9783982.

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

Color convert

RGB 174 74 149 -
CMYK 0 0.57 0.14 0.32
HSL 315º 0.4% 0.49% -
HSV(B) 315º 0.57% 0.68% -
XYZ 25.33 16.07 30.2 -
YUV 112.45 148.63 171.9 -
System Red Green Blue C M Y K H S L
Decimal 174 74 149 0 0.57 0.14 0.32 315 0.4 0.49
Hex AE 4A 95 0 39 E 20 13B 28 31
Octal 256 112 225 0 71 16 40 473 50 61
Binary 10101110 1001010 10010101 0 111001 1110 100000 100111011 101000 110001

Color Harmonies of #AE4A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4A95

Black with #AE4A95

Text Example


Text Example

White with #AE4A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4A95; }

 p { color: rgb(174,74,149); }

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

background-color css

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

 a { background-color: rgb(174,74,149); }

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

border-color css

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

 span { border-color: rgb(174,74,149); }

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