Html Css Color HEX #AE3C7D Medium Red Violet

📋 copy color: '#AE3C7D'

red 174 ◦ green 60 ◦ blue 125

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

Shades of Medium Red Violet #AE3C7D

Tints of Medium Red Violet #AE3C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.82%

R = 48.47%
G = 16.71%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE3C7D (or 0xAE3C7D) is known color: Medium Red Violet. HEX triplet: AE, 3C and 7D. RGB value is (174,60,125). Sum of RGB (Red+Green+Blue) = 174+60+125=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C7D is #51C382. Grayscale: #656565. Windows color (decimal): -5358467 or 8207534. OLE color: 8207534.

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

Color convert

RGB 174 60 125 -
CMYK 0 0.66 0.28 0.32
HSL 325.79º 0.49% 0.46% -
HSV(B) 325.79º 0.66% 0.68% -
XYZ 22.77 13.71 20.85 -
YUV 101.5 141.27 179.71 -
System Red Green Blue C M Y K H S L
Decimal 174 60 125 0 0.66 0.28 0.32 325.79 0.49 0.46
Hex AE 3C 7D 0 42 1C 20 146 31 2E
Octal 256 74 175 0 102 34 40 506 61 56
Binary 10101110 111100 1111101 0 1000010 11100 100000 101000110 110001 101110

Color Harmonies of #AE3C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C7D

Black with #AE3C7D

Text Example


Text Example

White with #AE3C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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