Html Css Color HEX #AE417F Medium Red Violet

📋 copy color: '#AE417F'

red 174 ◦ green 65 ◦ blue 127

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

Shades of Medium Red Violet #AE417F

Tints of Medium Red Violet #AE417F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.7%

R = 47.54%
G = 17.76%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AE417F (or 0xAE417F) is known color: Medium Red Violet. HEX triplet: AE, 41 and 7F. RGB value is (174,65,127). Sum of RGB (Red+Green+Blue) = 174+65+127=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE417F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE417F is #51BE80. Grayscale: #686868. Windows color (decimal): -5357185 or 8339886. OLE color: 8339886.

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

Color convert

RGB 174 65 127 -
CMYK 0 0.63 0.27 0.32
HSL 325.87º 0.46% 0.47% -
HSV(B) 325.87º 0.63% 0.68% -
XYZ 23.18 14.31 21.62 -
YUV 104.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 174 65 127 0 0.63 0.27 0.32 325.87 0.46 0.47
Hex AE 41 7F 0 3F 1B 20 146 2E 2F
Octal 256 101 177 0 77 33 40 506 56 57
Binary 10101110 1000001 1111111 0 111111 11011 100000 101000110 101110 101111

Color Harmonies of #AE417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE417F

Black with #AE417F

Text Example


Text Example

White with #AE417F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE417F; }

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

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

background-color css

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

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

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

border-color css

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

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

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