Html Css Color HEX #AE319E Medium Red Violet

📋 copy color: '#AE319E'

red 174 ◦ green 49 ◦ blue 158

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

Shades of Medium Red Violet #AE319E

Tints of Medium Red Violet #AE319E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.47%

R = 45.67%
G = 12.86%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE319E (or 0xAE319E) is known color: Medium Red Violet. HEX triplet: AE, 31 and 9E. RGB value is (174,49,158). Sum of RGB (Red+Green+Blue) = 174+49+158=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE319E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE319E is #51CE61. Grayscale: #626262. Windows color (decimal): -5361250 or 10367406. OLE color: 10367406.

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

Color convert

RGB 174 49 158 -
CMYK 0 0.72 0.09 0.32
HSL 307.68º 0.56% 0.44% -
HSV(B) 307.68º 0.72% 0.68% -
XYZ 24.73 13.66 33.68 -
YUV 98.8 161.41 181.64 -
System Red Green Blue C M Y K H S L
Decimal 174 49 158 0 0.72 0.09 0.32 307.68 0.56 0.44
Hex AE 31 9E 0 48 9 20 134 38 2C
Octal 256 61 236 0 110 11 40 464 70 54
Binary 10101110 110001 10011110 0 1001000 1001 100000 100110100 111000 101100

Color Harmonies of #AE319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE319E

Black with #AE319E

Text Example


Text Example

White with #AE319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE319E; }

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

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

background-color css

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

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

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

border-color css

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

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

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