Html Css Color HEX #AE307C Medium Red Violet

📋 copy color: '#AE307C'

red 174 ◦ green 48 ◦ blue 124

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

Shades of Medium Red Violet #AE307C

Tints of Medium Red Violet #AE307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.87%

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

R = 50.29%
G = 13.87%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE307C (or 0xAE307C) is known color: Medium Red Violet. HEX triplet: AE, 30 and 7C. RGB value is (174,48,124). Sum of RGB (Red+Green+Blue) = 174+48+124=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE307C is #51CF83. Grayscale: #5E5E5E. Windows color (decimal): -5361540 or 8138926. OLE color: 8138926.

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

Color convert

RGB 174 48 124 -
CMYK 0 0.72 0.29 0.32
HSL 323.81º 0.57% 0.44% -
HSV(B) 323.81º 0.72% 0.68% -
XYZ 22.15 12.57 20.33 -
YUV 94.34 144.74 184.82 -
System Red Green Blue C M Y K H S L
Decimal 174 48 124 0 0.72 0.29 0.32 323.81 0.57 0.44
Hex AE 30 7C 0 48 1D 20 144 39 2C
Octal 256 60 174 0 110 35 40 504 71 54
Binary 10101110 110000 1111100 0 1001000 11101 100000 101000100 111001 101100

Color Harmonies of #AE307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE307C

Black with #AE307C

Text Example


Text Example

White with #AE307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE307C; }

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

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

background-color css

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

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

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

border-color css

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

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

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