Html Css Color HEX #AE568C Mulberry

📋 copy color: '#AE568C'

red 174 ◦ green 86 ◦ blue 140

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

Shades of Mulberry #AE568C

Tints of Mulberry #AE568C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35%

R = 43.5%
G = 21.5%
B = 35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE568C (or 0xAE568C) is known color: Mulberry. HEX triplet: AE, 56 and 8C. RGB value is (174,86,140). Sum of RGB (Red+Green+Blue) = 174+86+140=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE568C is #51A973. Grayscale: #767676. Windows color (decimal): -5351796 or 9197230. OLE color: 9197230.

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

Color convert

RGB 174 86 140 -
CMYK 0 0.51 0.20 0.32
HSL 323.18º 0.35% 0.51% -
HSV(B) 323.18º 0.51% 0.68% -
XYZ 25.52 17.55 26.85 -
YUV 118.47 140.15 167.61 -
System Red Green Blue C M Y K H S L
Decimal 174 86 140 0 0.51 0.20 0.32 323.18 0.35 0.51
Hex AE 56 8C 0 33 14 20 143 23 33
Octal 256 126 214 0 63 24 40 503 43 63
Binary 10101110 1010110 10001100 0 110011 10100 100000 101000011 100011 110011

Color Harmonies of #AE568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE568C

Black with #AE568C

Text Example


Text Example

White with #AE568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE568C; }

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

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

background-color css

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

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

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

border-color css

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

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

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