#AE4080

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

Shades of Medium Red Violet #AE4080

Tints of Medium Red Violet #AE4080

Color information

#AE4080 (or 0xAE4080) is unknown color: approx Medium Red Violet. HEX triplet: AE, 40 and 80. RGB value is (174,64,128). Sum of RGB (Red+Green+Blue) = 174+64+128=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4080 is #51BF7F. Grayscale: #686868. Windows color (decimal): -5357440 or 8405166. OLE color: 8405166.

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

Color convert

RGB17464128-
CMYK00.630.260.32
HSL325.09º46.22%46.67%-
HSV(B)325.09º63.22%68.24%-
XYZ23.1914.2221.95-
YUV104.19141.44177.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.54%
GREEN value IS 64 (25.39% from 255) = 17.49%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=47.54%
G=17.49%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746412800.630.260.32325.0946.2246.67
HexAE408003F1A201452e2f
Octal25610020007732405055657
Binary10101110100000010000000011111111010100000101000101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4080; }

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

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

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

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

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

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

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

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