Html Css Color HEX #AE388C Medium Red Violet

📋 copy color: '#AE388C'

red 174 ◦ green 56 ◦ blue 140

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

Shades of Medium Red Violet #AE388C

Tints of Medium Red Violet #AE388C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.14%

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

R = 47.03%
G = 15.14%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE388C (or 0xAE388C) is known color: Medium Red Violet. HEX triplet: AE, 38 and 8C. RGB value is (174,56,140). Sum of RGB (Red+Green+Blue) = 174+56+140=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE388C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE388C is #51C773. Grayscale: #646464. Windows color (decimal): -5359476 or 9189550. OLE color: 9189550.

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

Color convert

RGB 174 56 140 -
CMYK 0 0.68 0.20 0.32
HSL 317.29º 0.51% 0.45% -
HSV(B) 317.29º 0.68% 0.68% -
XYZ 23.6 13.72 26.22 -
YUV 100.86 150.09 180.17 -
System Red Green Blue C M Y K H S L
Decimal 174 56 140 0 0.68 0.20 0.32 317.29 0.51 0.45
Hex AE 38 8C 0 44 14 20 13D 33 2D
Octal 256 70 214 0 104 24 40 475 63 55
Binary 10101110 111000 10001100 0 1000100 10100 100000 100111101 110011 101101

Color Harmonies of #AE388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE388C

Black with #AE388C

Text Example


Text Example

White with #AE388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE388C; }

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

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

background-color css

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

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

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

border-color css

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

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

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