#AE138B

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

Shades of Medium Violet Red #AE138B

Tints of Medium Violet Red #AE138B

Color information

#AE138B (or 0xAE138B) is unknown color: approx Medium Violet Red. HEX triplet: AE, 13 and 8B. RGB value is (174,19,139). Sum of RGB (Red+Green+Blue) = 174+19+139=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE138B is #51EC74. Grayscale: #4E4E4E. Windows color (decimal): -5368949 or 9114542. OLE color: 9114542.

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

Color convert

RGB17419139-
CMYK00.890.200.32
HSL313.55º80.31%37.84%-
HSV(B)313.55º89.08%68.24%-
XYZ22.3511.3325.43-
YUV79.02161.85195.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 19 (7.81% from 255) = 5.72%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=52.41%
G=5.72%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741913900.890.200.32313.5580.3137.84
HexAE138B059142013a5026
Octal256232130131244047212046
Binary10101110100111000101101011001101001000001001110101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE138B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE138B; }

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

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

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

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

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

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

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

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