#AE138A

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

Shades of Medium Violet Red #AE138A

Tints of Medium Violet Red #AE138A

Color information

#AE138A (or 0xAE138A) is unknown color: approx Medium Violet Red. HEX triplet: AE, 13 and 8A. RGB value is (174,19,138). Sum of RGB (Red+Green+Blue) = 174+19+138=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE138A is #51EC75. Grayscale: #4E4E4E. Windows color (decimal): -5368950 or 9049006. OLE color: 9049006.

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

Color convert

RGB17419138-
CMYK00.890.210.32
HSL313.94º80.31%37.84%-
HSV(B)313.94º89.08%68.24%-
XYZ22.2811.325.05-
YUV78.91161.35195.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.57%
GREEN value IS 19 (7.81% from 255) = 5.74%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=52.57%
G=5.74%
B=41.69%

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
Decimal1741913800.890.210.32313.9480.3137.84
HexAE138A059152013a5026
Octal256232120131254047212046
Binary10101110100111000101001011001101011000001001110101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE138A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE138A; }

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

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

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

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

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

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

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

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