Html Css Color HEX #AE347A Medium Red Violet

📋 copy color: '#AE347A'

red 174 ◦ green 52 ◦ blue 122

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

Shades of Medium Red Violet #AE347A

Tints of Medium Red Violet #AE347A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.06%

R = 50%
G = 14.94%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE347A (or 0xAE347A) is known color: Medium Red Violet. HEX triplet: AE, 34 and 7A. RGB value is (174,52,122). Sum of RGB (Red+Green+Blue) = 174+52+122=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE347A is #51CB85. Grayscale: #606060. Windows color (decimal): -5360518 or 8008878. OLE color: 8008878.

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

Color convert

RGB 174 52 122 -
CMYK 0 0.70 0.30 0.32
HSL 325.57º 0.54% 0.44% -
HSV(B) 325.57º 0.7% 0.68% -
XYZ 22.2 12.86 19.72 -
YUV 96.46 142.42 183.31 -
System Red Green Blue C M Y K H S L
Decimal 174 52 122 0 0.70 0.30 0.32 325.57 0.54 0.44
Hex AE 34 7A 0 46 1E 20 146 36 2C
Octal 256 64 172 0 106 36 40 506 66 54
Binary 10101110 110100 1111010 0 1000110 11110 100000 101000110 110110 101100

Color Harmonies of #AE347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE347A

Black with #AE347A

Text Example


Text Example

White with #AE347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE347A; }

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

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

background-color css

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

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

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

border-color css

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

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

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