#AE018D

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

Shades of Medium Violet Red #AE018D

Tints of Medium Violet Red #AE018D

Color information

#AE018D (or 0xAE018D) is unknown color: approx Medium Violet Red. HEX triplet: AE, 01 and 8D. RGB value is (174,1,141). Sum of RGB (Red+Green+Blue) = 174+1+141=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE018D is #51FE72. Grayscale: #444444. Windows color (decimal): -5373555 or 9241006. OLE color: 9241006.

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

Color convert

RGB1741141-
CMYK00.990.190.32
HSL311.45º98.86%34.31%-
HSV(B)311.45º99.43%68.24%-
XYZ22.2710.9426.14-
YUV68.69168.81203.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.06%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 141 (55.47% from 255) = 44.62%
R=55.06%
G=0.32%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174114100.990.190.32311.4598.8634.31
HexAE18D06313201376322
Octal25612150143234046714342
Binary1010111011000110101100011100111000001001101111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE018D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE018D; }

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

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

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

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

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

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

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

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