Html Css Color HEX #AE319A Medium Red Violet

📋 copy color: '#AE319A'

red 174 ◦ green 49 ◦ blue 154

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

Shades of Medium Red Violet #AE319A

Tints of Medium Red Violet #AE319A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.85%

R = 46.15%
G = 13%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE319A (or 0xAE319A) is known color: Medium Red Violet. HEX triplet: AE, 31 and 9A. RGB value is (174,49,154). Sum of RGB (Red+Green+Blue) = 174+49+154=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE319A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE319A is #51CE65. Grayscale: #626262. Windows color (decimal): -5361254 or 10105262. OLE color: 10105262.

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

Color convert

RGB 174 49 154 -
CMYK 0 0.72 0.11 0.32
HSL 309.6º 0.56% 0.44% -
HSV(B) 309.6º 0.72% 0.68% -
XYZ 24.39 13.53 31.9 -
YUV 98.35 159.41 181.96 -
System Red Green Blue C M Y K H S L
Decimal 174 49 154 0 0.72 0.11 0.32 309.6 0.56 0.44
Hex AE 31 9A 0 48 B 20 136 38 2C
Octal 256 61 232 0 110 13 40 466 70 54
Binary 10101110 110001 10011010 0 1001000 1011 100000 100110110 111000 101100

Color Harmonies of #AE319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE319A

Black with #AE319A

Text Example


Text Example

White with #AE319A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE319A; }

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

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

background-color css

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

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

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

border-color css

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

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

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