#AE2870

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

Shades of Medium Red Violet #AE2870

Tints of Medium Red Violet #AE2870

Color information

#AE2870 (or 0xAE2870) is unknown color: approx Medium Red Violet. HEX triplet: AE, 28 and 70. RGB value is (174,40,112). Sum of RGB (Red+Green+Blue) = 174+40+112=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2870 is #51D78F. Grayscale: #585858. Windows color (decimal): -5363600 or 7350446. OLE color: 7350446.

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

Color convert

RGB17440112-
CMYK00.770.360.32
HSL327.76º62.62%41.96%-
HSV(B)327.76º77.01%68.24%-
XYZ21.1411.6916.47-
YUV88.27141.39189.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.37%
GREEN value IS 40 (16.02% from 255) = 12.27%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=53.37%
G=12.27%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744011200.770.360.32327.7662.6241.96
HexAE287004D24201483f2a
Octal25650160011544405107752
Binary10101110101000111000001001101100100100000101001000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2870; }

 p { color: rgb(174,40,112); }

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

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

 a { background-color: rgb(174,40,112); }

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

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

 span { border-color: rgb(174,40,112); }

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