Html Css Color HEX #AE407C Medium Red Violet

📋 copy color: '#AE407C'

red 174 ◦ green 64 ◦ blue 124

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

Shades of Medium Red Violet #AE407C

Tints of Medium Red Violet #AE407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.68%

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 48.07%
G = 17.68%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE407C (or 0xAE407C) is known color: Medium Red Violet. HEX triplet: AE, 40 and 7C. RGB value is (174,64,124). Sum of RGB (Red+Green+Blue) = 174+64+124=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE407C is #51BF83. Grayscale: #676767. Windows color (decimal): -5357444 or 8143022. OLE color: 8143022.

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

Color convert

RGB 174 64 124 -
CMYK 0 0.63 0.29 0.32
HSL 327.27º 0.46% 0.47% -
HSV(B) 327.27º 0.63% 0.68% -
XYZ 22.93 14.12 20.59 -
YUV 103.73 139.44 178.12 -
System Red Green Blue C M Y K H S L
Decimal 174 64 124 0 0.63 0.29 0.32 327.27 0.46 0.47
Hex AE 40 7C 0 3F 1D 20 147 2E 2F
Octal 256 100 174 0 77 35 40 507 56 57
Binary 10101110 1000000 1111100 0 111111 11101 100000 101000111 101110 101111

Color Harmonies of #AE407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE407C

Black with #AE407C

Text Example


Text Example

White with #AE407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE407C; }

 p { color: rgb(174,64,124); }

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

background-color css

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

 a { background-color: rgb(174,64,124); }

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

border-color css

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

 span { border-color: rgb(174,64,124); }

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