#AE428C

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

Shades of Medium Red Violet #AE428C

Tints of Medium Red Violet #AE428C

Color information

#AE428C (or 0xAE428C) is unknown color: approx Medium Red Violet. HEX triplet: AE, 42 and 8C. RGB value is (174,66,140). Sum of RGB (Red+Green+Blue) = 174+66+140=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE428C is #51BD73. Grayscale: #6A6A6A. Windows color (decimal): -5356916 or 9192110. OLE color: 9192110.

HSL color Cylindrical-coordinate representation of color #AE428C: hue angle of 318.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE428C is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB17466140-
CMYK00.620.200.32
HSL318.89º45%47.06%-
HSV(B)318.89º62.07%68.24%-
XYZ24.1414.7926.39-
YUV106.73146.78175.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 66 (26.17% from 255) = 17.37%
BLUE value IS 140 (55.08% from 255) = 36.84%
R=45.79%
G=17.37%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746614000.620.200.32318.894547.06
HexAE428C03E142013f2d2f
Octal25610221407624404775557
Binary10101110100001010001100011111010100100000100111111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE428C; }

 p { color: rgb(174,66,140); }

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

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

 a { background-color: rgb(174,66,140); }

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

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

 span { border-color: rgb(174,66,140); }

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