Html Css Color HEX #AE5694 Mulberry

📋 copy color: '#AE5694'

red 174 ◦ green 86 ◦ blue 148

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

Shades of Mulberry #AE5694

Tints of Mulberry #AE5694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.27%

R = 42.65%
G = 21.08%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE5694 (or 0xAE5694) is known color: Mulberry. HEX triplet: AE, 56 and 94. RGB value is (174,86,148). Sum of RGB (Red+Green+Blue) = 174+86+148=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5694 is #51A96B. Grayscale: #777777. Windows color (decimal): -5351788 or 9721518. OLE color: 9721518.

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

Color convert

RGB 174 86 148 -
CMYK 0 0.51 0.15 0.32
HSL 317.73º 0.35% 0.51% -
HSV(B) 317.73º 0.51% 0.68% -
XYZ 26.13 17.79 30.07 -
YUV 119.38 144.15 166.96 -
System Red Green Blue C M Y K H S L
Decimal 174 86 148 0 0.51 0.15 0.32 317.73 0.35 0.51
Hex AE 56 94 0 33 F 20 13E 23 33
Octal 256 126 224 0 63 17 40 476 43 63
Binary 10101110 1010110 10010100 0 110011 1111 100000 100111110 100011 110011

Color Harmonies of #AE5694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5694

Black with #AE5694

Text Example


Text Example

White with #AE5694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5694; }

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

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

background-color css

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

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

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

border-color css

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

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

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