Html Css Color HEX #AE238F Medium Red Violet

📋 copy color: '#AE238F'

red 174 ◦ green 35 ◦ blue 143

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

Shades of Medium Red Violet #AE238F

Tints of Medium Red Violet #AE238F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.63%

R = 49.43%
G = 9.94%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE238F (or 0xAE238F) is known color: Medium Red Violet. HEX triplet: AE, 23 and 8F. RGB value is (174,35,143). Sum of RGB (Red+Green+Blue) = 174+35+143=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE238F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE238F is #51DC70. Grayscale: #585858. Windows color (decimal): -5364849 or 9380782. OLE color: 9380782.

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

Color convert

RGB 174 35 143 -
CMYK 0 0.80 0.18 0.32
HSL 313.38º 0.67% 0.41% -
HSV(B) 313.38º 0.8% 0.68% -
XYZ 23.01 12.18 27.13 -
YUV 88.87 158.55 188.72 -
System Red Green Blue C M Y K H S L
Decimal 174 35 143 0 0.80 0.18 0.32 313.38 0.67 0.41
Hex AE 23 8F 0 50 12 20 139 43 29
Octal 256 43 217 0 120 22 40 471 103 51
Binary 10101110 100011 10001111 0 1010000 10010 100000 100111001 1000011 101001

Color Harmonies of #AE238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE238F

Black with #AE238F

Text Example


Text Example

White with #AE238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE238F; }

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

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

background-color css

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

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

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

border-color css

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

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

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