Html Css Color HEX #AE408A Medium Red Violet

📋 copy color: '#AE408A'

red 174 ◦ green 64 ◦ blue 138

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

Shades of Medium Red Violet #AE408A

Tints of Medium Red Violet #AE408A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 46.28%
G = 17.02%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE408A (or 0xAE408A) is known color: Medium Red Violet. HEX triplet: AE, 40 and 8A. RGB value is (174,64,138). Sum of RGB (Red+Green+Blue) = 174+64+138=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE408A is #51BF75. Grayscale: #696969. Windows color (decimal): -5357430 or 9060526. OLE color: 9060526.

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

Color convert

RGB 174 64 138 -
CMYK 0 0.63 0.21 0.32
HSL 319.64º 0.46% 0.47% -
HSV(B) 319.64º 0.63% 0.68% -
XYZ 23.88 14.5 25.59 -
YUV 105.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 174 64 138 0 0.63 0.21 0.32 319.64 0.46 0.47
Hex AE 40 8A 0 3F 15 20 140 2E 2F
Octal 256 100 212 0 77 25 40 500 56 57
Binary 10101110 1000000 10001010 0 111111 10101 100000 101000000 101110 101111

Color Harmonies of #AE408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE408A

Black with #AE408A

Text Example


Text Example

White with #AE408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE408A; }

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

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

background-color css

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

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

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

border-color css

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

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

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