#AE2993

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

Shades of Medium Red Violet #AE2993

Tints of Medium Red Violet #AE2993

Color information

#AE2993 (or 0xAE2993) is unknown color: approx Medium Red Violet. HEX triplet: AE, 29 and 93. RGB value is (174,41,147). Sum of RGB (Red+Green+Blue) = 174+41+147=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2993 is #51D66C. Grayscale: #5C5C5C. Windows color (decimal): -5363309 or 9644462. OLE color: 9644462.

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

Color convert

RGB17441147-
CMYK00.760.160.32
HSL312.18º61.86%42.16%-
HSV(B)312.18º76.44%68.24%-
XYZ23.5112.6928.81-
YUV92.85158.56185.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.07%
GREEN value IS 41 (16.41% from 255) = 11.33%
BLUE value IS 147 (57.81% from 255) = 40.61%
R=48.07%
G=11.33%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744114700.760.160.32312.1861.8642.16
HexAE299304C10201383e2a
Octal25651223011420404707652
Binary10101110101001100100110100110010000100000100111000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2993; }

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

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

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

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

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

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

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

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