#AE4099

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

Shades of Medium Red Violet #AE4099

Tints of Medium Red Violet #AE4099

Color information

#AE4099 (or 0xAE4099) is unknown color: approx Medium Red Violet. HEX triplet: AE, 40 and 99. RGB value is (174,64,153). Sum of RGB (Red+Green+Blue) = 174+64+153=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4099 is #51BF66. Grayscale: #6A6A6A. Windows color (decimal): -5357415 or 10043566. OLE color: 10043566.

HSL color Cylindrical-coordinate representation of color #AE4099: hue angle of 311.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE4099 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB17464153-
CMYK00.630.120.32
HSL311.45º46.22%46.67%-
HSV(B)311.45º63.22%68.24%-
XYZ25.0414.9731.71-
YUV107.04153.94175.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 64 (25.39% from 255) = 16.37%
BLUE value IS 153 (60.16% from 255) = 39.13%
R=44.50%
G=16.37%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746415300.630.120.32311.4546.2246.67
HexAE409903FC201372e2f
Octal25610023107714404675657
Binary1010111010000001001100101111111100100000100110111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4099; }

 p { color: rgb(174,64,153); }

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

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

 a { background-color: rgb(174,64,153); }

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

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

 span { border-color: rgb(174,64,153); }

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