#AE429A

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

Shades of Medium Red Violet #AE429A

Tints of Medium Red Violet #AE429A

Color information

#AE429A (or 0xAE429A) is unknown color: approx Medium Red Violet. HEX triplet: AE, 42 and 9A. RGB value is (174,66,154). Sum of RGB (Red+Green+Blue) = 174+66+154=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE429A is #51BD65. Grayscale: #6C6C6C. Windows color (decimal): -5356902 or 10109614. OLE color: 10109614.

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

Color convert

RGB17466154-
CMYK00.620.110.32
HSL311.11º45%47.06%-
HSV(B)311.11º62.07%68.24%-
XYZ25.2415.2332.18-
YUV108.32153.78174.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 66 (26.17% from 255) = 16.75%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=44.16%
G=16.75%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746615400.620.110.32311.114547.06
HexAE429A03EB201372d2f
Octal25610223207613404675557
Binary1010111010000101001101001111101011100000100110111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE429A; }

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

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

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

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

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

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

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

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