Html Css Color HEX #AE319D Medium Red Violet

📋 copy color: '#AE319D'

red 174 ◦ green 49 ◦ blue 157

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

Shades of Medium Red Violet #AE319D

Tints of Medium Red Violet #AE319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.89%

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

R = 45.79%
G = 12.89%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE319D (or 0xAE319D) is known color: Medium Red Violet. HEX triplet: AE, 31 and 9D. RGB value is (174,49,157). Sum of RGB (Red+Green+Blue) = 174+49+157=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE319D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE319D is #51CE62. Grayscale: #626262. Windows color (decimal): -5361251 or 10301870. OLE color: 10301870.

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

Color convert

RGB 174 49 157 -
CMYK 0 0.72 0.10 0.32
HSL 308.16º 0.56% 0.44% -
HSV(B) 308.16º 0.72% 0.68% -
XYZ 24.64 13.63 33.23 -
YUV 98.69 160.91 181.72 -
System Red Green Blue C M Y K H S L
Decimal 174 49 157 0 0.72 0.10 0.32 308.16 0.56 0.44
Hex AE 31 9D 0 48 A 20 134 38 2C
Octal 256 61 235 0 110 12 40 464 70 54
Binary 10101110 110001 10011101 0 1001000 1010 100000 100110100 111000 101100

Color Harmonies of #AE319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE319D

Black with #AE319D

Text Example


Text Example

White with #AE319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE319D; }

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

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

background-color css

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

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

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

border-color css

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

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

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