Html Css Color HEX #AE379F Medium Red Violet

📋 copy color: '#AE379F'

red 174 ◦ green 55 ◦ blue 159

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

Shades of Medium Red Violet #AE379F

Tints of Medium Red Violet #AE379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.18%

 BLUE value IS 159 (62.5% from 255) = 40.98%

R = 44.85%
G = 14.18%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE379F (or 0xAE379F) is known color: Medium Red Violet. HEX triplet: AE, 37 and 9F. RGB value is (174,55,159). Sum of RGB (Red+Green+Blue) = 174+55+159=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE379F is #51C860. Grayscale: #666666. Windows color (decimal): -5359713 or 10434478. OLE color: 10434478.

HSL color Cylindrical-coordinate representation of color #AE379F: hue angle of 307.56º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE379F is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 55 159 -
CMYK 0 0.68 0.09 0.32
HSL 307.56º 0.52% 0.45% -
HSV(B) 307.56º 0.68% 0.68% -
XYZ 25.08 14.23 34.23 -
YUV 102.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 174 55 159 0 0.68 0.09 0.32 307.56 0.52 0.45
Hex AE 37 9F 0 44 9 20 134 34 2D
Octal 256 67 237 0 104 11 40 464 64 55
Binary 10101110 110111 10011111 0 1000100 1001 100000 100110100 110100 101101

Color Harmonies of #AE379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE379F

Black with #AE379F

Text Example


Text Example

White with #AE379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE379F; }

 p { color: rgb(174,55,159); }

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

background-color css

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

 a { background-color: rgb(174,55,159); }

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

border-color css

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

 span { border-color: rgb(174,55,159); }

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