Html Css Color HEX #AE347D Medium Red Violet

📋 copy color: '#AE347D'

red 174 ◦ green 52 ◦ blue 125

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

Shades of Medium Red Violet #AE347D

Tints of Medium Red Violet #AE347D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.81%

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

R = 49.57%
G = 14.81%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE347D (or 0xAE347D) is known color: Medium Red Violet. HEX triplet: AE, 34 and 7D. RGB value is (174,52,125). Sum of RGB (Red+Green+Blue) = 174+52+125=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE347D is #51CB82. Grayscale: #606060. Windows color (decimal): -5360515 or 8205486. OLE color: 8205486.

HSL color Cylindrical-coordinate representation of color #AE347D: hue angle of 324.1º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE347D is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 52 125 -
CMYK 0 0.70 0.28 0.32
HSL 324.1º 0.54% 0.44% -
HSV(B) 324.1º 0.7% 0.68% -
XYZ 22.39 12.94 20.72 -
YUV 96.8 143.92 183.06 -
System Red Green Blue C M Y K H S L
Decimal 174 52 125 0 0.70 0.28 0.32 324.1 0.54 0.44
Hex AE 34 7D 0 46 1C 20 144 36 2C
Octal 256 64 175 0 106 34 40 504 66 54
Binary 10101110 110100 1111101 0 1000110 11100 100000 101000100 110110 101100

Color Harmonies of #AE347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE347D

Black with #AE347D

Text Example


Text Example

White with #AE347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE347D; }

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

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

background-color css

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

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

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

border-color css

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

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

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