Html Css Color HEX #AE329D Medium Red Violet

📋 copy color: '#AE329D'

red 174 ◦ green 50 ◦ blue 157

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

Shades of Medium Red Violet #AE329D

Tints of Medium Red Violet #AE329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.21%

R = 45.67%
G = 13.12%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE329D (or 0xAE329D) is known color: Medium Red Violet. HEX triplet: AE, 32 and 9D. RGB value is (174,50,157). Sum of RGB (Red+Green+Blue) = 174+50+157=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE329D is #51CD62. Grayscale: #626262. Windows color (decimal): -5360995 or 10302126. OLE color: 10302126.

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

Color convert

RGB 174 50 157 -
CMYK 0 0.71 0.10 0.32
HSL 308.23º 0.55% 0.44% -
HSV(B) 308.23º 0.71% 0.68% -
XYZ 24.68 13.71 33.24 -
YUV 99.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 174 50 157 0 0.71 0.10 0.32 308.23 0.55 0.44
Hex AE 32 9D 0 47 A 20 134 37 2C
Octal 256 62 235 0 107 12 40 464 67 54
Binary 10101110 110010 10011101 0 1000111 1010 100000 100110100 110111 101100

Color Harmonies of #AE329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE329D

Black with #AE329D

Text Example


Text Example

White with #AE329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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