#AE147B

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

Shades of Medium Violet Red #AE147B

Tints of Medium Violet Red #AE147B

Color information

#AE147B (or 0xAE147B) is unknown color: approx Medium Violet Red. HEX triplet: AE, 14 and 7B. RGB value is (174,20,123). Sum of RGB (Red+Green+Blue) = 174+20+123=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE147B is #51EB84. Grayscale: #4D4D4D. Windows color (decimal): -5368709 or 8066222. OLE color: 8066222.

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

Color convert

RGB17420123-
CMYK00.890.290.32
HSL319.87º79.38%38.04%-
HSV(B)319.87º88.51%68.24%-
XYZ21.2810.9319.73-
YUV77.79153.52196.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 20 (8.20% from 255) = 6.31%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=54.89%
G=6.31%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742012300.890.290.32319.8779.3838.04
HexAE147B0591D201404f26
Octal256241730131354050011746
Binary1010111010100111101101011001111011000001010000001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE147B; }

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

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

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

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

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

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

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

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