Html Css Color HEX #AE5495 Mulberry

📋 copy color: '#AE5495'

red 174 ◦ green 84 ◦ blue 149

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

Shades of Mulberry #AE5495

Tints of Mulberry #AE5495

RGB

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

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

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

R = 42.75%
G = 20.64%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE5495 (or 0xAE5495) is known color: Mulberry. HEX triplet: AE, 54 and 95. RGB value is (174,84,149). Sum of RGB (Red+Green+Blue) = 174+84+149=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5495 is #51AB6A. Grayscale: #767676. Windows color (decimal): -5352299 or 9786542. OLE color: 9786542.

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

Color convert

RGB 174 84 149 -
CMYK 0 0.52 0.14 0.32
HSL 316.67º 0.36% 0.51% -
HSV(B) 316.67º 0.52% 0.68% -
XYZ 26.05 17.51 30.44 -
YUV 118.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 174 84 149 0 0.52 0.14 0.32 316.67 0.36 0.51
Hex AE 54 95 0 34 E 20 13D 24 33
Octal 256 124 225 0 64 16 40 475 44 63
Binary 10101110 1010100 10010101 0 110100 1110 100000 100111101 100100 110011

Color Harmonies of #AE5495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5495

Black with #AE5495

Text Example


Text Example

White with #AE5495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5495; }

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

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

background-color css

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

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

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

border-color css

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

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

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