Html Css Color HEX #AE508A Mulberry

📋 copy color: '#AE508A'

red 174 ◦ green 80 ◦ blue 138

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

Shades of Mulberry #AE508A

Tints of Mulberry #AE508A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.41%

 BLUE value IS 138 (54.3% from 255) = 35.2%

R = 44.39%
G = 20.41%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE508A (or 0xAE508A) is known color: Mulberry. HEX triplet: AE, 50 and 8A. RGB value is (174,80,138). Sum of RGB (Red+Green+Blue) = 174+80+138=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE508A is #51AF75. Grayscale: #727272. Windows color (decimal): -5353334 or 9064622. OLE color: 9064622.

HSL color Cylindrical-coordinate representation of color #AE508A: hue angle of 322.98º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE508A is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 80 138 -
CMYK 0 0.54 0.21 0.32
HSL 322.98º 0.37% 0.5% -
HSV(B) 322.98º 0.54% 0.68% -
XYZ 24.91 16.57 25.93 -
YUV 114.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 174 80 138 0 0.54 0.21 0.32 322.98 0.37 0.5
Hex AE 50 8A 0 36 15 20 143 25 32
Octal 256 120 212 0 66 25 40 503 45 62
Binary 10101110 1010000 10001010 0 110110 10101 100000 101000011 100101 110010

Color Harmonies of #AE508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE508A

Black with #AE508A

Text Example


Text Example

White with #AE508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE508A; }

 p { color: rgb(174,80,138); }

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

background-color css

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

 a { background-color: rgb(174,80,138); }

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

border-color css

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

 span { border-color: rgb(174,80,138); }

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