Html Css Color HEX #AE349A Medium Red Violet

📋 copy color: '#AE349A'

red 174 ◦ green 52 ◦ blue 154

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

Shades of Medium Red Violet #AE349A

Tints of Medium Red Violet #AE349A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.53%

R = 45.79%
G = 13.68%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE349A (or 0xAE349A) is known color: Medium Red Violet. HEX triplet: AE, 34 and 9A. RGB value is (174,52,154). Sum of RGB (Red+Green+Blue) = 174+52+154=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE349A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE349A is #51CB65. Grayscale: #636363. Windows color (decimal): -5360486 or 10106030. OLE color: 10106030.

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

Color convert

RGB 174 52 154 -
CMYK 0 0.70 0.11 0.32
HSL 309.84º 0.54% 0.44% -
HSV(B) 309.84º 0.7% 0.68% -
XYZ 24.52 13.79 31.94 -
YUV 100.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 174 52 154 0 0.70 0.11 0.32 309.84 0.54 0.44
Hex AE 34 9A 0 46 B 20 136 36 2C
Octal 256 64 232 0 106 13 40 466 66 54
Binary 10101110 110100 10011010 0 1000110 1011 100000 100110110 110110 101100

Color Harmonies of #AE349A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE349A

Black with #AE349A

Text Example


Text Example

White with #AE349A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE349A; }

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

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

background-color css

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

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

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

border-color css

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

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

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