Html Css Color HEX #AE349B Medium Red Violet

📋 copy color: '#AE349B'

red 174 ◦ green 52 ◦ blue 155

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

Shades of Medium Red Violet #AE349B

Tints of Medium Red Violet #AE349B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.68%

R = 45.67%
G = 13.65%
B = 40.68%

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

#AE349B (or 0xAE349B) is known color: Medium Red Violet. HEX triplet: AE, 34 and 9B. RGB value is (174,52,155). Sum of RGB (Red+Green+Blue) = 174+52+155=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE349B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE349B is #51CB64. Grayscale: #636363. Windows color (decimal): -5360485 or 10171566. OLE color: 10171566.

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

Color convert

RGB 174 52 155 -
CMYK 0 0.70 0.11 0.32
HSL 309.34º 0.54% 0.44% -
HSV(B) 309.34º 0.7% 0.68% -
XYZ 24.6 13.82 32.38 -
YUV 100.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 174 52 155 0 0.70 0.11 0.32 309.34 0.54 0.44
Hex AE 34 9B 0 46 B 20 135 36 2C
Octal 256 64 233 0 106 13 40 465 66 54
Binary 10101110 110100 10011011 0 1000110 1011 100000 100110101 110110 101100

Color Harmonies of #AE349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE349B

Black with #AE349B

Text Example


Text Example

White with #AE349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE349B; }

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

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

background-color css

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

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

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

border-color css

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

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

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