Html Css Color HEX #AE348C Medium Red Violet

📋 copy color: '#AE348C'

red 174 ◦ green 52 ◦ blue 140

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

Shades of Medium Red Violet #AE348C

Tints of Medium Red Violet #AE348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.25%

R = 47.54%
G = 14.21%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE348C (or 0xAE348C) is known color: Medium Red Violet. HEX triplet: AE, 34 and 8C. RGB value is (174,52,140). Sum of RGB (Red+Green+Blue) = 174+52+140=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE348C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE348C is #51CB73. Grayscale: #626262. Windows color (decimal): -5360500 or 9188526. OLE color: 9188526.

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

Color convert

RGB 174 52 140 -
CMYK 0 0.70 0.20 0.32
HSL 316.72º 0.54% 0.44% -
HSV(B) 316.72º 0.7% 0.68% -
XYZ 23.42 13.35 26.15 -
YUV 98.51 151.42 181.84 -
System Red Green Blue C M Y K H S L
Decimal 174 52 140 0 0.70 0.20 0.32 316.72 0.54 0.44
Hex AE 34 8C 0 46 14 20 13D 36 2C
Octal 256 64 214 0 106 24 40 475 66 54
Binary 10101110 110100 10001100 0 1000110 10100 100000 100111101 110110 101100

Color Harmonies of #AE348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE348C

Black with #AE348C

Text Example


Text Example

White with #AE348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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