#AE1389

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

Shades of Medium Violet Red #AE1389

Tints of Medium Violet Red #AE1389

Color information

#AE1389 (or 0xAE1389) is unknown color: approx Medium Violet Red. HEX triplet: AE, 13 and 89. RGB value is (174,19,137). Sum of RGB (Red+Green+Blue) = 174+19+137=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1389 is #51EC76. Grayscale: #4E4E4E. Windows color (decimal): -5368951 or 8983470. OLE color: 8983470.

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

Color convert

RGB17419137-
CMYK00.890.210.32
HSL314.32º80.31%37.84%-
HSV(B)314.32º89.08%68.24%-
XYZ22.211.2724.67-
YUV78.8160.85195.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.73%
GREEN value IS 19 (7.81% from 255) = 5.76%
BLUE value IS 137 (53.91% from 255) = 41.52%
R=52.73%
G=5.76%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741913700.890.210.32314.3280.3137.84
HexAE1389059152013a5026
Octal256232110131254047212046
Binary10101110100111000100101011001101011000001001110101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1389; }

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

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

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

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

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

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

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

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