#AE4480

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

Shades of Medium Red Violet #AE4480

Tints of Medium Red Violet #AE4480

Color information

#AE4480 (or 0xAE4480) is unknown color: approx Medium Red Violet. HEX triplet: AE, 44 and 80. RGB value is (174,68,128). Sum of RGB (Red+Green+Blue) = 174+68+128=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4480 is #51BB7F. Grayscale: #6A6A6A. Windows color (decimal): -5356416 or 8406190. OLE color: 8406190.

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

Color convert

RGB17468128-
CMYK00.610.260.32
HSL326.04º43.8%47.45%-
HSV(B)326.04º60.92%68.24%-
XYZ23.4214.6922.02-
YUV106.53140.12176.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 68 (26.95% from 255) = 18.38%
BLUE value IS 128 (50.39% from 255) = 34.59%
R=47.03%
G=18.38%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746812800.610.260.32326.0443.847.45
HexAE448003D1A201462c2f
Octal25610420007532405065457
Binary10101110100010010000000011110111010100000101000110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4480; }

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

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

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

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

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

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

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

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