#AE298D

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

Shades of Medium Red Violet #AE298D

Tints of Medium Red Violet #AE298D

Color information

#AE298D (or 0xAE298D) is unknown color: approx Medium Red Violet. HEX triplet: AE, 29 and 8D. RGB value is (174,41,141). Sum of RGB (Red+Green+Blue) = 174+41+141=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE298D is #51D672. Grayscale: #5B5B5B. Windows color (decimal): -5363315 or 9251246. OLE color: 9251246.

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

Color convert

RGB17441141-
CMYK00.760.190.32
HSL314.89º61.86%42.16%-
HSV(B)314.89º76.44%68.24%-
XYZ23.0612.5126.4-
YUV92.17155.56186.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.88%
GREEN value IS 41 (16.41% from 255) = 11.52%
BLUE value IS 141 (55.47% from 255) = 39.61%
R=48.88%
G=11.52%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744114100.760.190.32314.8961.8642.16
HexAE298D04C132013b3e2a
Octal25651215011423404737652
Binary10101110101001100011010100110010011100000100111011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE298D; }

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

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

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

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

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

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

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

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