Html Css Color HEX #AE508C Mulberry

📋 copy color: '#AE508C'

red 174 ◦ green 80 ◦ blue 140

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

Shades of Mulberry #AE508C

Tints of Mulberry #AE508C

RGB

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

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

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

R = 44.16%
G = 20.3%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE508C (or 0xAE508C) is known color: Mulberry. HEX triplet: AE, 50 and 8C. RGB value is (174,80,140). Sum of RGB (Red+Green+Blue) = 174+80+140=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE508C is #51AF73. Grayscale: #727272. Windows color (decimal): -5353332 or 9195694. OLE color: 9195694.

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

Color convert

RGB 174 80 140 -
CMYK 0 0.54 0.20 0.32
HSL 321.7º 0.37% 0.5% -
HSV(B) 321.7º 0.54% 0.68% -
XYZ 25.06 16.63 26.7 -
YUV 114.95 142.14 170.12 -
System Red Green Blue C M Y K H S L
Decimal 174 80 140 0 0.54 0.20 0.32 321.7 0.37 0.5
Hex AE 50 8C 0 36 14 20 142 25 32
Octal 256 120 214 0 66 24 40 502 45 62
Binary 10101110 1010000 10001100 0 110110 10100 100000 101000010 100101 110010

Color Harmonies of #AE508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE508C

Black with #AE508C

Text Example


Text Example

White with #AE508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE508C; }

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

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

background-color css

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

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

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

border-color css

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

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

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