#AE1794

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

Shades of Medium Violet Red #AE1794

Tints of Medium Violet Red #AE1794

Color information

#AE1794 (or 0xAE1794) is unknown color: approx Medium Violet Red. HEX triplet: AE, 17 and 94. RGB value is (174,23,148). Sum of RGB (Red+Green+Blue) = 174+23+148=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1794 is #51E86B. Grayscale: #525252. Windows color (decimal): -5367916 or 9705390. OLE color: 9705390.

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

Color convert

RGB17423148-
CMYK00.870.150.32
HSL310.33º76.65%38.63%-
HSV(B)310.33º86.78%68.24%-
XYZ23.1111.7529.07-
YUV82.4165.03193.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.43%
GREEN value IS 23 (9.38% from 255) = 6.67%
BLUE value IS 148 (58.20% from 255) = 42.90%
R=50.43%
G=6.67%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742314800.870.150.32310.3376.6538.63
HexAE1794057F201364d27
Octal256272240127174046611547
Binary1010111010111100101000101011111111000001001101101001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1794; }

 p { color: rgb(174,23,148); }

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

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

 a { background-color: rgb(174,23,148); }

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

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

 span { border-color: rgb(174,23,148); }

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