#AE1A8C

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

Shades of Medium Violet Red #AE1A8C

Tints of Medium Violet Red #AE1A8C

Color information

#AE1A8C (or 0xAE1A8C) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1A and 8C. RGB value is (174,26,140). Sum of RGB (Red+Green+Blue) = 174+26+140=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1A8C is #51E573. Grayscale: #525252. Windows color (decimal): -5367156 or 9181870. OLE color: 9181870.

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

Color convert

RGB17426140-
CMYK00.850.200.32
HSL313.78º74%39.22%-
HSV(B)313.78º85.06%68.24%-
XYZ22.5611.6325.87-
YUV83.25160.03192.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.18%
GREEN value IS 26 (10.55% from 255) = 7.65%
BLUE value IS 140 (55.08% from 255) = 41.18%
R=51.18%
G=7.65%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742614000.850.200.32313.787439.22
HexAE1A8C055142013a4a27
Octal256322140125244047211247
Binary10101110110101000110001010101101001000001001110101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A8C; }

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

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

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

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

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

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

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

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