Html Css Color HEX #AE389B Medium Red Violet

📋 copy color: '#AE389B'

red 174 ◦ green 56 ◦ blue 155

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

Shades of Medium Red Violet #AE389B

Tints of Medium Red Violet #AE389B

RGB

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

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

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

R = 45.19%
G = 14.55%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE389B (or 0xAE389B) is known color: Medium Red Violet. HEX triplet: AE, 38 and 9B. RGB value is (174,56,155). Sum of RGB (Red+Green+Blue) = 174+56+155=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE389B is #51C764. Grayscale: #666666. Windows color (decimal): -5359461 or 10172590. OLE color: 10172590.

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

Color convert

RGB 174 56 155 -
CMYK 0 0.68 0.11 0.32
HSL 309.66º 0.51% 0.45% -
HSV(B) 309.66º 0.68% 0.68% -
XYZ 24.79 14.19 32.44 -
YUV 102.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 174 56 155 0 0.68 0.11 0.32 309.66 0.51 0.45
Hex AE 38 9B 0 44 B 20 136 33 2D
Octal 256 70 233 0 104 13 40 466 63 55
Binary 10101110 111000 10011011 0 1000100 1011 100000 100110110 110011 101101

Color Harmonies of #AE389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE389B

Black with #AE389B

Text Example


Text Example

White with #AE389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE389B; }

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

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

background-color css

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

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

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

border-color css

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

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

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