Html Css Color HEX #AE3192 Medium Red Violet

📋 copy color: '#AE3192'

red 174 ◦ green 49 ◦ blue 146

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

Shades of Medium Red Violet #AE3192

Tints of Medium Red Violet #AE3192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.57%

R = 47.15%
G = 13.28%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AE3192 (or 0xAE3192) is known color: Medium Red Violet. HEX triplet: AE, 31 and 92. RGB value is (174,49,146). Sum of RGB (Red+Green+Blue) = 174+49+146=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3192 is #51CE6D. Grayscale: #616161. Windows color (decimal): -5361262 or 9580974. OLE color: 9580974.

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

Color convert

RGB 174 49 146 -
CMYK 0 0.72 0.16 0.32
HSL 313.44º 0.56% 0.44% -
HSV(B) 313.44º 0.72% 0.68% -
XYZ 23.74 13.27 28.5 -
YUV 97.43 155.41 182.61 -
System Red Green Blue C M Y K H S L
Decimal 174 49 146 0 0.72 0.16 0.32 313.44 0.56 0.44
Hex AE 31 92 0 48 10 20 139 38 2C
Octal 256 61 222 0 110 20 40 471 70 54
Binary 10101110 110001 10010010 0 1001000 10000 100000 100111001 111000 101100

Color Harmonies of #AE3192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3192

Black with #AE3192

Text Example


Text Example

White with #AE3192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3192; }

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

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

background-color css

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

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

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

border-color css

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

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

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