Html Css Color HEX #AE379D Medium Red Violet

📋 copy color: '#AE379D'

red 174 ◦ green 55 ◦ blue 157

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

Shades of Medium Red Violet #AE379D

Tints of Medium Red Violet #AE379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.67%

R = 45.08%
G = 14.25%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE379D (or 0xAE379D) is known color: Medium Red Violet. HEX triplet: AE, 37 and 9D. RGB value is (174,55,157). Sum of RGB (Red+Green+Blue) = 174+55+157=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE379D is #51C862. Grayscale: #656565. Windows color (decimal): -5359715 or 10303406. OLE color: 10303406.

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

Color convert

RGB 174 55 157 -
CMYK 0 0.68 0.10 0.32
HSL 308.57º 0.52% 0.45% -
HSV(B) 308.57º 0.68% 0.68% -
XYZ 24.91 14.17 33.32 -
YUV 102.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 174 55 157 0 0.68 0.10 0.32 308.57 0.52 0.45
Hex AE 37 9D 0 44 A 20 135 34 2D
Octal 256 67 235 0 104 12 40 465 64 55
Binary 10101110 110111 10011101 0 1000100 1010 100000 100110101 110100 101101

Color Harmonies of #AE379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE379D

Black with #AE379D

Text Example


Text Example

White with #AE379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE379D; }

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

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

background-color css

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

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

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

border-color css

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

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

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