Html Css Color HEX #AE3C8C Medium Red Violet

📋 copy color: '#AE3C8C'

red 174 ◦ green 60 ◦ blue 140

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

Shades of Medium Red Violet #AE3C8C

Tints of Medium Red Violet #AE3C8C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.04%

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

R = 46.52%
G = 16.04%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE3C8C (or 0xAE3C8C) is known color: Medium Red Violet. HEX triplet: AE, 3C and 8C. RGB value is (174,60,140). Sum of RGB (Red+Green+Blue) = 174+60+140=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3C8C is #51C373. Grayscale: #676767. Windows color (decimal): -5358452 or 9190574. OLE color: 9190574.

HSL color Cylindrical-coordinate representation of color #AE3C8C: hue angle of 317.89º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE3C8C is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 60 140 -
CMYK 0 0.66 0.20 0.32
HSL 317.89º 0.49% 0.46% -
HSV(B) 317.89º 0.66% 0.68% -
XYZ 23.81 14.12 26.28 -
YUV 103.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 174 60 140 0 0.66 0.20 0.32 317.89 0.49 0.46
Hex AE 3C 8C 0 42 14 20 13E 31 2E
Octal 256 74 214 0 102 24 40 476 61 56
Binary 10101110 111100 10001100 0 1000010 10100 100000 100111110 110001 101110

Color Harmonies of #AE3C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C8C

Black with #AE3C8C

Text Example


Text Example

White with #AE3C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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