Html Css Color HEX #AE5F8E Mulberry

📋 copy color: '#AE5F8E'

red 174 ◦ green 95 ◦ blue 142

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

Shades of Mulberry #AE5F8E

Tints of Mulberry #AE5F8E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.11%

 BLUE value IS 142 (55.86% from 255) = 34.55%

R = 42.34%
G = 23.11%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE5F8E (or 0xAE5F8E) is known color: Mulberry. HEX triplet: AE, 5F and 8E. RGB value is (174,95,142). Sum of RGB (Red+Green+Blue) = 174+95+142=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5F8E is #51A071. Grayscale: #7B7B7B. Windows color (decimal): -5349490 or 9330606. OLE color: 9330606.

HSL color Cylindrical-coordinate representation of color #AE5F8E: hue angle of 324.3º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE5F8E is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 95 142 -
CMYK 0 0.45 0.18 0.32
HSL 324.3º 0.33% 0.53% -
HSV(B) 324.3º 0.45% 0.68% -
XYZ 26.43 19.14 27.89 -
YUV 123.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 174 95 142 0 0.45 0.18 0.32 324.3 0.33 0.53
Hex AE 5F 8E 0 2D 12 20 144 21 35
Octal 256 137 216 0 55 22 40 504 41 65
Binary 10101110 1011111 10001110 0 101101 10010 100000 101000100 100001 110101

Color Harmonies of #AE5F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5F8E

Black with #AE5F8E

Text Example


Text Example

White with #AE5F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5F8E; }

 p { color: rgb(174,95,142); }

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

background-color css

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

 a { background-color: rgb(174,95,142); }

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

border-color css

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

 span { border-color: rgb(174,95,142); }

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