Html Css Color HEX #AE238D Medium Red Violet

📋 copy color: '#AE238D'

red 174 ◦ green 35 ◦ blue 141

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

Shades of Medium Red Violet #AE238D

Tints of Medium Red Violet #AE238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10%

 BLUE value IS 141 (55.47% from 255) = 40.29%

R = 49.71%
G = 10%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE238D (or 0xAE238D) is known color: Medium Red Violet. HEX triplet: AE, 23 and 8D. RGB value is (174,35,141). Sum of RGB (Red+Green+Blue) = 174+35+141=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE238D is #51DC72. Grayscale: #585858. Windows color (decimal): -5364851 or 9249710. OLE color: 9249710.

HSL color Cylindrical-coordinate representation of color #AE238D: hue angle of 314.24º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE238D is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 35 141 -
CMYK 0 0.80 0.19 0.32
HSL 314.24º 0.67% 0.41% -
HSV(B) 314.24º 0.8% 0.68% -
XYZ 22.86 12.12 26.33 -
YUV 88.65 157.55 188.88 -
System Red Green Blue C M Y K H S L
Decimal 174 35 141 0 0.80 0.19 0.32 314.24 0.67 0.41
Hex AE 23 8D 0 50 13 20 13A 43 29
Octal 256 43 215 0 120 23 40 472 103 51
Binary 10101110 100011 10001101 0 1010000 10011 100000 100111010 1000011 101001

Color Harmonies of #AE238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE238D

Black with #AE238D

Text Example


Text Example

White with #AE238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE238D; }

 p { color: rgb(174,35,141); }

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

background-color css

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

 a { background-color: rgb(174,35,141); }

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

border-color css

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

 span { border-color: rgb(174,35,141); }

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