#AE1486

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

Shades of Medium Violet Red #AE1486

Tints of Medium Violet Red #AE1486

Color information

#AE1486 (or 0xAE1486) is unknown color: approx Medium Violet Red. HEX triplet: AE, 14 and 86. RGB value is (174,20,134). Sum of RGB (Red+Green+Blue) = 174+20+134=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1486 is #51EB79. Grayscale: #4E4E4E. Windows color (decimal): -5368698 or 8787118. OLE color: 8787118.

HSL color Cylindrical-coordinate representation of color #AE1486: hue angle of 315.58º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1486 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB17420134-
CMYK00.890.230.32
HSL315.58º79.38%38.04%-
HSV(B)315.58º88.51%68.24%-
XYZ22.0111.2223.56-
YUV79.04159.02195.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 20 (8.20% from 255) = 6.10%
BLUE value IS 134 (52.73% from 255) = 40.85%
R=53.05%
G=6.10%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742013400.890.230.32315.5879.3838.04
HexAE1486059172013c4f26
Octal256242060131274047411746
Binary10101110101001000011001011001101111000001001111001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1486; }

 p { color: rgb(174,20,134); }

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

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

 a { background-color: rgb(174,20,134); }

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

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

 span { border-color: rgb(174,20,134); }

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