#AE318D

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

Shades of Medium Red Violet #AE318D

Tints of Medium Red Violet #AE318D

Color information

#AE318D (or 0xAE318D) is unknown color: approx Medium Red Violet. HEX triplet: AE, 31 and 8D. RGB value is (174,49,141). Sum of RGB (Red+Green+Blue) = 174+49+141=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE318D is #51CE72. Grayscale: #606060. Windows color (decimal): -5361267 or 9253294. OLE color: 9253294.

HSL color Cylindrical-coordinate representation of color #AE318D: hue angle of 315.84º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE318D is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB17449141-
CMYK00.720.190.32
HSL315.84º56.05%43.73%-
HSV(B)315.84º71.84%68.24%-
XYZ23.3613.1226.5-
YUV96.86152.91183.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 49 (19.53% from 255) = 13.46%
BLUE value IS 141 (55.47% from 255) = 38.74%
R=47.80%
G=13.46%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744914100.720.190.32315.8456.0543.73
HexAE318D048132013c382c
Octal25661215011023404747054
Binary10101110110001100011010100100010011100000100111100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE318D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE318D; }

 p { color: rgb(174,49,141); }

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

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

 a { background-color: rgb(174,49,141); }

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

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

 span { border-color: rgb(174,49,141); }

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