Html Css Color HEX #AE2C7C Medium Red Violet

📋 copy color: '#AE2C7C'

red 174 ◦ green 44 ◦ blue 124

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

Shades of Medium Red Violet #AE2C7C

Tints of Medium Red Violet #AE2C7C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.87%

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

R = 50.88%
G = 12.87%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE2C7C (or 0xAE2C7C) is known color: Medium Red Violet. HEX triplet: AE, 2C and 7C. RGB value is (174,44,124). Sum of RGB (Red+Green+Blue) = 174+44+124=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2C7C is #51D383. Grayscale: #5B5B5B. Windows color (decimal): -5362564 or 8137902. OLE color: 8137902.

HSL color Cylindrical-coordinate representation of color #AE2C7C: hue angle of 323.08º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2C7C is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 44 124 -
CMYK 0 0.75 0.29 0.32
HSL 323.08º 0.6% 0.43% -
HSV(B) 323.08º 0.75% 0.68% -
XYZ 21.99 12.26 20.28 -
YUV 91.99 146.07 186.5 -
System Red Green Blue C M Y K H S L
Decimal 174 44 124 0 0.75 0.29 0.32 323.08 0.6 0.43
Hex AE 2C 7C 0 4B 1D 20 143 3C 2B
Octal 256 54 174 0 113 35 40 503 74 53
Binary 10101110 101100 1111100 0 1001011 11101 100000 101000011 111100 101011

Color Harmonies of #AE2C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2C7C

Black with #AE2C7C

Text Example


Text Example

White with #AE2C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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