Html Css Color HEX #AE328D Medium Red Violet

📋 copy color: '#AE328D'

red 174 ◦ green 50 ◦ blue 141

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

Shades of Medium Red Violet #AE328D

Tints of Medium Red Violet #AE328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.7%

 BLUE value IS 141 (55.47% from 255) = 38.63%

R = 47.67%
G = 13.7%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE328D (or 0xAE328D) is known color: Medium Red Violet. HEX triplet: AE, 32 and 8D. RGB value is (174,50,141). Sum of RGB (Red+Green+Blue) = 174+50+141=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE328D is #51CD72. Grayscale: #616161. Windows color (decimal): -5361011 or 9253550. OLE color: 9253550.

HSL color Cylindrical-coordinate representation of color #AE328D: hue angle of 315.97º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE328D is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 50 141 -
CMYK 0 0.71 0.19 0.32
HSL 315.97º 0.55% 0.44% -
HSV(B) 315.97º 0.71% 0.68% -
XYZ 23.4 13.2 26.51 -
YUV 97.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 174 50 141 0 0.71 0.19 0.32 315.97 0.55 0.44
Hex AE 32 8D 0 47 13 20 13C 37 2C
Octal 256 62 215 0 107 23 40 474 67 54
Binary 10101110 110010 10001101 0 1000111 10011 100000 100111100 110111 101100

Color Harmonies of #AE328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE328D

Black with #AE328D

Text Example


Text Example

White with #AE328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE328D; }

 p { color: rgb(174,50,141); }

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

background-color css

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

 a { background-color: rgb(174,50,141); }

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

border-color css

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

 span { border-color: rgb(174,50,141); }

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