Html Css Color HEX #AE6091 Mulberry

📋 copy color: '#AE6091'

red 174 ◦ green 96 ◦ blue 145

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

Shades of Mulberry #AE6091

Tints of Mulberry #AE6091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.13%

 BLUE value IS 145 (57.03% from 255) = 34.94%

R = 41.93%
G = 23.13%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE6091 (or 0xAE6091) is known color: Mulberry. HEX triplet: AE, 60 and 91. RGB value is (174,96,145). Sum of RGB (Red+Green+Blue) = 174+96+145=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6091 is #519F6E. Grayscale: #7C7C7C. Windows color (decimal): -5349231 or 9527470. OLE color: 9527470.

HSL color Cylindrical-coordinate representation of color #AE6091: hue angle of 322.31º degrees, saturation: 0.32, 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 #AE6091 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 96 145 -
CMYK 0 0.45 0.17 0.32
HSL 322.31º 0.33% 0.53% -
HSV(B) 322.31º 0.45% 0.68% -
XYZ 26.75 19.41 29.12 -
YUV 124.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 174 96 145 0 0.45 0.17 0.32 322.31 0.33 0.53
Hex AE 60 91 0 2D 11 20 142 20 35
Octal 256 140 221 0 55 21 40 502 40 65
Binary 10101110 1100000 10010001 0 101101 10001 100000 101000010 100000 110101

Color Harmonies of #AE6091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6091

Black with #AE6091

Text Example


Text Example

White with #AE6091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6091; }

 p { color: rgb(174,96,145); }

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

background-color css

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

 a { background-color: rgb(174,96,145); }

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

border-color css

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

 span { border-color: rgb(174,96,145); }

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