#AE1384

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

Shades of Medium Violet Red #AE1384

Tints of Medium Violet Red #AE1384

Color information

#AE1384 (or 0xAE1384) is unknown color: approx Medium Violet Red. HEX triplet: AE, 13 and 84. RGB value is (174,19,132). Sum of RGB (Red+Green+Blue) = 174+19+132=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1384 is #51EC7B. Grayscale: #4D4D4D. Windows color (decimal): -5368956 or 8655790. OLE color: 8655790.

HSL color Cylindrical-coordinate representation of color #AE1384: hue angle of 316.26º degrees, saturation: 0.8, 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 #AE1384 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB17419132-
CMYK00.890.240.32
HSL316.26º80.31%37.84%-
HSV(B)316.26º89.08%68.24%-
XYZ21.8511.1322.83-
YUV78.23158.35196.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.54%
GREEN value IS 19 (7.81% from 255) = 5.85%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=53.54%
G=5.85%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741913200.890.240.32316.2680.3137.84
HexAE1384059182013c5026
Octal256232040131304047412046
Binary10101110100111000010001011001110001000001001111001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1384; }

 p { color: rgb(174,19,132); }

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

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

 a { background-color: rgb(174,19,132); }

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

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

 span { border-color: rgb(174,19,132); }

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