Html Css Color HEX #AE408F Medium Red Violet

📋 copy color: '#AE408F'

red 174 ◦ green 64 ◦ blue 143

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

Shades of Medium Red Violet #AE408F

Tints of Medium Red Violet #AE408F

RGB

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

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

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

R = 45.67%
G = 16.8%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE408F (or 0xAE408F) is known color: Medium Red Violet. HEX triplet: AE, 40 and 8F. RGB value is (174,64,143). Sum of RGB (Red+Green+Blue) = 174+64+143=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE408F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE408F is #51BF70. Grayscale: #696969. Windows color (decimal): -5357425 or 9388206. OLE color: 9388206.

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

Color convert

RGB 174 64 143 -
CMYK 0 0.63 0.18 0.32
HSL 316.91º 0.46% 0.47% -
HSV(B) 316.91º 0.63% 0.68% -
XYZ 24.25 14.65 27.54 -
YUV 105.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 174 64 143 0 0.63 0.18 0.32 316.91 0.46 0.47
Hex AE 40 8F 0 3F 12 20 13D 2E 2F
Octal 256 100 217 0 77 22 40 475 56 57
Binary 10101110 1000000 10001111 0 111111 10010 100000 100111101 101110 101111

Color Harmonies of #AE408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE408F

Black with #AE408F

Text Example


Text Example

White with #AE408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE408F; }

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

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

background-color css

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

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

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

border-color css

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

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

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