Html Css Color HEX #AE5690 Mulberry

📋 copy color: '#AE5690'

red 174 ◦ green 86 ◦ blue 144

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

Shades of Mulberry #AE5690

Tints of Mulberry #AE5690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.29%

 BLUE value IS 144 (56.64% from 255) = 35.64%

R = 43.07%
G = 21.29%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE5690 (or 0xAE5690) is known color: Mulberry. HEX triplet: AE, 56 and 90. RGB value is (174,86,144). Sum of RGB (Red+Green+Blue) = 174+86+144=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5690 is #51A96F. Grayscale: #767676. Windows color (decimal): -5351792 or 9459374. OLE color: 9459374.

HSL color Cylindrical-coordinate representation of color #AE5690: hue angle of 320.45º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE5690 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 86 144 -
CMYK 0 0.51 0.17 0.32
HSL 320.45º 0.35% 0.51% -
HSV(B) 320.45º 0.51% 0.68% -
XYZ 25.82 17.67 28.44 -
YUV 118.92 142.15 167.28 -
System Red Green Blue C M Y K H S L
Decimal 174 86 144 0 0.51 0.17 0.32 320.45 0.35 0.51
Hex AE 56 90 0 33 11 20 140 23 33
Octal 256 126 220 0 63 21 40 500 43 63
Binary 10101110 1010110 10010000 0 110011 10001 100000 101000000 100011 110011

Color Harmonies of #AE5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5690

Black with #AE5690

Text Example


Text Example

White with #AE5690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5690; }

 p { color: rgb(174,86,144); }

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

background-color css

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

 a { background-color: rgb(174,86,144); }

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

border-color css

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

 span { border-color: rgb(174,86,144); }

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