#AE298C

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

Shades of Medium Red Violet #AE298C

Tints of Medium Red Violet #AE298C

Color information

#AE298C (or 0xAE298C) is unknown color: approx Medium Red Violet. HEX triplet: AE, 29 and 8C. RGB value is (174,41,140). Sum of RGB (Red+Green+Blue) = 174+41+140=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE298C is #51D673. Grayscale: #5B5B5B. Windows color (decimal): -5363316 or 9185710. OLE color: 9185710.

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

Color convert

RGB17441140-
CMYK00.760.200.32
HSL315.34º61.86%42.16%-
HSV(B)315.34º76.44%68.24%-
XYZ22.9812.4826.01-
YUV92.05155.06186.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 41 (16.41% from 255) = 11.55%
BLUE value IS 140 (55.08% from 255) = 39.44%
R=49.01%
G=11.55%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744114000.760.200.32315.3461.8642.16
HexAE298C04C142013b3e2a
Octal25651214011424404737652
Binary10101110101001100011000100110010100100000100111011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE298C; }

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

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

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

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

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

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

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

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