Html Css Color HEX #AE418D Medium Red Violet

📋 copy color: '#AE418D'

red 174 ◦ green 65 ◦ blue 141

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

Shades of Medium Red Violet #AE418D

Tints of Medium Red Violet #AE418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.11%

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

R = 45.79%
G = 17.11%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE418D (or 0xAE418D) is known color: Medium Red Violet. HEX triplet: AE, 41 and 8D. RGB value is (174,65,141). Sum of RGB (Red+Green+Blue) = 174+65+141=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE418D is #51BE72. Grayscale: #6A6A6A. Windows color (decimal): -5357171 or 9257390. OLE color: 9257390.

HSL color Cylindrical-coordinate representation of color #AE418D: hue angle of 318.17º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE418D is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 65 141 -
CMYK 0 0.63 0.19 0.32
HSL 318.17º 0.46% 0.47% -
HSV(B) 318.17º 0.63% 0.68% -
XYZ 24.15 14.7 26.76 -
YUV 106.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 174 65 141 0 0.63 0.19 0.32 318.17 0.46 0.47
Hex AE 41 8D 0 3F 13 20 13E 2E 2F
Octal 256 101 215 0 77 23 40 476 56 57
Binary 10101110 1000001 10001101 0 111111 10011 100000 100111110 101110 101111

Color Harmonies of #AE418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE418D

Black with #AE418D

Text Example


Text Example

White with #AE418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE418D; }

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

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

background-color css

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

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

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

border-color css

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

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

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