#AE218C

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

Shades of Medium Red Violet #AE218C

Tints of Medium Red Violet #AE218C

Color information

#AE218C (or 0xAE218C) is unknown color: approx Medium Red Violet. HEX triplet: AE, 21 and 8C. RGB value is (174,33,140). Sum of RGB (Red+Green+Blue) = 174+33+140=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE218C is #51DE73. Grayscale: #575757. Windows color (decimal): -5365364 or 9183662. OLE color: 9183662.

HSL color Cylindrical-coordinate representation of color #AE218C: hue angle of 314.47º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE218C is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB17433140-
CMYK00.810.200.32
HSL314.47º68.12%40.59%-
HSV(B)314.47º81.03%68.24%-
XYZ22.7311.9825.93-
YUV87.36157.71189.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 33 (13.28% from 255) = 9.51%
BLUE value IS 140 (55.08% from 255) = 40.35%
R=50.14%
G=9.51%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743314000.810.200.32314.4768.1240.59
HexAE218C051142013a4429
Octal256412140121244047210451
Binary101011101000011000110001010001101001000001001110101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE218C; }

 p { color: rgb(174,33,140); }

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

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

 a { background-color: rgb(174,33,140); }

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

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

 span { border-color: rgb(174,33,140); }

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