#AE218D

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

Shades of Medium Red Violet #AE218D

Tints of Medium Red Violet #AE218D

Color information

#AE218D (or 0xAE218D) is unknown color: approx Medium Red Violet. HEX triplet: AE, 21 and 8D. RGB value is (174,33,141). Sum of RGB (Red+Green+Blue) = 174+33+141=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE218D is #51DE72. Grayscale: #575757. Windows color (decimal): -5365363 or 9249198. OLE color: 9249198.

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

Color convert

RGB17433141-
CMYK00.810.190.32
HSL314.04º68.12%40.59%-
HSV(B)314.04º81.03%68.24%-
XYZ22.8112.0126.32-
YUV87.47158.21189.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 9.48%
BLUE value IS 141 (55.47% from 255) = 40.52%
R=50%
G=9.48%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743314100.810.190.32314.0468.1240.59
HexAE218D051132013a4429
Octal256412150121234047210451
Binary101011101000011000110101010001100111000001001110101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE218D; }

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

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

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

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

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

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

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

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