#AE299E

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

Shades of Medium Red Violet #AE299E

Tints of Medium Red Violet #AE299E

Color information

#AE299E (or 0xAE299E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 29 and 9E. RGB value is (174,41,158). Sum of RGB (Red+Green+Blue) = 174+41+158=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE299E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE299E is #51D661. Grayscale: #5D5D5D. Windows color (decimal): -5363298 or 10365358. OLE color: 10365358.

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

Color convert

RGB17441158-
CMYK00.760.090.32
HSL307.22º61.86%42.16%-
HSV(B)307.22º76.44%68.24%-
XYZ24.4213.0533.58-
YUV94.1164.06184.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 41 (16.41% from 255) = 10.99%
BLUE value IS 158 (62.11% from 255) = 42.36%
R=46.65%
G=10.99%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744115800.760.090.32307.2261.8642.16
HexAE299E04C9201333e2a
Octal25651236011411404637652
Binary1010111010100110011110010011001001100000100110011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE299E; }

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

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

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

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

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

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

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

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