#AE428A

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

Shades of Medium Red Violet #AE428A

Tints of Medium Red Violet #AE428A

Color information

#AE428A (or 0xAE428A) is unknown color: approx Medium Red Violet. HEX triplet: AE, 42 and 8A. RGB value is (174,66,138). Sum of RGB (Red+Green+Blue) = 174+66+138=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE428A is #51BD75. Grayscale: #6A6A6A. Windows color (decimal): -5356918 or 9061038. OLE color: 9061038.

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

Color convert

RGB17466138-
CMYK00.620.210.32
HSL320º45%47.06%-
HSV(B)320º62.07%68.24%-
XYZ23.9914.7325.62-
YUV106.5145.78176.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 66 (26.17% from 255) = 17.46%
BLUE value IS 138 (54.30% from 255) = 36.51%
R=46.03%
G=17.46%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746613800.620.210.323204547.06
HexAE428A03E15201402d2f
Octal25610221207625405005557
Binary10101110100001010001010011111010101100000101000000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE428A; }

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

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

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

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

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

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

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

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