#AE147A

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

Shades of Medium Violet Red #AE147A

Tints of Medium Violet Red #AE147A

Color information

#AE147A (or 0xAE147A) is unknown color: approx Medium Violet Red. HEX triplet: AE, 14 and 7A. RGB value is (174,20,122). Sum of RGB (Red+Green+Blue) = 174+20+122=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE147A is #51EB85. Grayscale: #4D4D4D. Windows color (decimal): -5368710 or 8000686. OLE color: 8000686.

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

Color convert

RGB17420122-
CMYK00.890.300.32
HSL320.26º79.38%38.04%-
HSV(B)320.26º88.51%68.24%-
XYZ21.2210.919.4-
YUV77.67153.02196.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.06%
GREEN value IS 20 (8.20% from 255) = 6.33%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=55.06%
G=6.33%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742012200.890.300.32320.2679.3838.04
HexAE147A0591E201404f26
Octal256241720131364050011746
Binary1010111010100111101001011001111101000001010000001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE147A; }

 p { color: rgb(174,20,122); }

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

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

 a { background-color: rgb(174,20,122); }

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

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

 span { border-color: rgb(174,20,122); }

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