Html Css Color HEX #AE568D Mulberry

📋 copy color: '#AE568D'

red 174 ◦ green 86 ◦ blue 141

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

Shades of Mulberry #AE568D

Tints of Mulberry #AE568D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 43.39%
G = 21.45%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE568D (or 0xAE568D) is known color: Mulberry. HEX triplet: AE, 56 and 8D. RGB value is (174,86,141). Sum of RGB (Red+Green+Blue) = 174+86+141=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE568D is #51A972. Grayscale: #767676. Windows color (decimal): -5351795 or 9262766. OLE color: 9262766.

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

Color convert

RGB 174 86 141 -
CMYK 0 0.51 0.19 0.32
HSL 322.5º 0.35% 0.51% -
HSV(B) 322.5º 0.51% 0.68% -
XYZ 25.59 17.58 27.24 -
YUV 118.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 174 86 141 0 0.51 0.19 0.32 322.5 0.35 0.51
Hex AE 56 8D 0 33 13 20 142 23 33
Octal 256 126 215 0 63 23 40 502 43 63
Binary 10101110 1010110 10001101 0 110011 10011 100000 101000010 100011 110011

Color Harmonies of #AE568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE568D

Black with #AE568D

Text Example


Text Example

White with #AE568D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE568D; }

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

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

background-color css

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

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

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

border-color css

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

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

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