#AE368D

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

Shades of Medium Red Violet #AE368D

Tints of Medium Red Violet #AE368D

Color information

#AE368D (or 0xAE368D) is unknown color: approx Medium Red Violet. HEX triplet: AE, 36 and 8D. RGB value is (174,54,141). Sum of RGB (Red+Green+Blue) = 174+54+141=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE368D is #51C972. Grayscale: #636363. Windows color (decimal): -5359987 or 9254574. OLE color: 9254574.

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

Color convert

RGB17454141-
CMYK00.690.190.32
HSL316.5º52.63%44.71%-
HSV(B)316.5º68.97%68.24%-
XYZ23.5813.5626.57-
YUV99.8151.26180.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 54 (21.48% from 255) = 14.63%
BLUE value IS 141 (55.47% from 255) = 38.21%
R=47.15%
G=14.63%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745414100.690.190.32316.552.6344.71
HexAE368D045132013c352d
Octal25666215010523404746555
Binary10101110110110100011010100010110011100000100111100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE368D; }

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

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

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

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

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

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

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

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