#AE398B

Color #AE398B Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AE398B

Tints of Medium Red Violet #AE398B

Color information

#AE398B (or 0xAE398B) is unknown color: approx Medium Red Violet. HEX triplet: AE, 39 and 8B. RGB value is (174,57,139). Sum of RGB (Red+Green+Blue) = 174+57+139=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE398B is #51C674. Grayscale: #656565. Windows color (decimal): -5359221 or 9124270. OLE color: 9124270.

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

Color convert

RGB17457139-
CMYK00.670.200.32
HSL317.95º50.65%45.29%-
HSV(B)317.95º67.24%68.24%-
XYZ23.5813.7925.84-
YUV101.33149.26179.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 57 (22.66% from 255) = 15.41%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=47.03%
G=15.41%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745713900.670.200.32317.9550.6545.29
HexAE398B043142013e332d
Octal25671213010324404766355
Binary10101110111001100010110100001110100100000100111110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE398B; }

 p { color: rgb(174,57,139); }

 H1.HeaderClassName
 {
   color: #AE398B;
 }
 .AnyTagClassName
 {
   color: #AE398B;
 }
</style>
background-color css

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

 a { background-color: rgb(174,57,139); }

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

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

 span { border-color: rgb(174,57,139); }

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