Html Css Color HEX #AE238C Medium Red Violet

📋 copy color: '#AE238C'

red 174 ◦ green 35 ◦ blue 140

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

Shades of Medium Red Violet #AE238C

Tints of Medium Red Violet #AE238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 49.86%
G = 10.03%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE238C (or 0xAE238C) is known color: Medium Red Violet. HEX triplet: AE, 23 and 8C. RGB value is (174,35,140). Sum of RGB (Red+Green+Blue) = 174+35+140=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE238C is #51DC73. Grayscale: #585858. Windows color (decimal): -5364852 or 9184174. OLE color: 9184174.

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

Color convert

RGB 174 35 140 -
CMYK 0 0.80 0.20 0.32
HSL 314.68º 0.67% 0.41% -
HSV(B) 314.68º 0.8% 0.68% -
XYZ 22.79 12.09 25.94 -
YUV 88.53 157.05 188.96 -
System Red Green Blue C M Y K H S L
Decimal 174 35 140 0 0.80 0.20 0.32 314.68 0.67 0.41
Hex AE 23 8C 0 50 14 20 13B 43 29
Octal 256 43 214 0 120 24 40 473 103 51
Binary 10101110 100011 10001100 0 1010000 10100 100000 100111011 1000011 101001

Color Harmonies of #AE238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE238C

Black with #AE238C

Text Example


Text Example

White with #AE238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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