#AE428B

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

Shades of Medium Red Violet #AE428B

Tints of Medium Red Violet #AE428B

Color information

#AE428B (or 0xAE428B) is unknown color: approx Medium Red Violet. HEX triplet: AE, 42 and 8B. RGB value is (174,66,139). Sum of RGB (Red+Green+Blue) = 174+66+139=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE428B is #51BD74. Grayscale: #6A6A6A. Windows color (decimal): -5356917 or 9126574. OLE color: 9126574.

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

Color convert

RGB17466139-
CMYK00.620.200.32
HSL319.44º45%47.06%-
HSV(B)319.44º62.07%68.24%-
XYZ24.0614.7626.01-
YUV106.61146.28176.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 66 (26.17% from 255) = 17.41%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=45.91%
G=17.41%
B=36.68%

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
Decimal1746613900.620.200.32319.444547.06
HexAE428B03E142013f2d2f
Octal25610221307624404775557
Binary10101110100001010001011011111010100100000100111111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE428B; }

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

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

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

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

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

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

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

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