Html Css Color HEX #AE418C Medium Red Violet

📋 copy color: '#AE418C'

red 174 ◦ green 65 ◦ blue 140

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

Shades of Medium Red Violet #AE418C

Tints of Medium Red Violet #AE418C

RGB

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

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

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

R = 45.91%
G = 17.15%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE418C (or 0xAE418C) is known color: Medium Red Violet. HEX triplet: AE, 41 and 8C. RGB value is (174,65,140). Sum of RGB (Red+Green+Blue) = 174+65+140=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE418C is #51BE73. Grayscale: #696969. Windows color (decimal): -5357172 or 9191854. OLE color: 9191854.

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

Color convert

RGB 174 65 140 -
CMYK 0 0.63 0.20 0.32
HSL 318.72º 0.46% 0.47% -
HSV(B) 318.72º 0.63% 0.68% -
XYZ 24.08 14.67 26.37 -
YUV 106.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 174 65 140 0 0.63 0.20 0.32 318.72 0.46 0.47
Hex AE 41 8C 0 3F 14 20 13F 2E 2F
Octal 256 101 214 0 77 24 40 477 56 57
Binary 10101110 1000001 10001100 0 111111 10100 100000 100111111 101110 101111

Color Harmonies of #AE418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE418C

Black with #AE418C

Text Example


Text Example

White with #AE418C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE418C; }

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

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

background-color css

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

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

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

border-color css

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

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

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