#AE2CA7

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

Shades of Medium Red Violet #AE2CA7

Tints of Medium Red Violet #AE2CA7

Color information

#AE2CA7 (or 0xAE2CA7) is unknown color: approx Medium Red Violet. HEX triplet: AE, 2C and A7. RGB value is (174,44,167). Sum of RGB (Red+Green+Blue) = 174+44+167=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 167 (65.62% from 255 or 43.38% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2CA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2CA7 is #51D358. Grayscale: #606060. Windows color (decimal): -5362521 or 10955950. OLE color: 10955950.

HSL color Cylindrical-coordinate representation of color #AE2CA7: hue angle of 303.23º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2CA7 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB17444167-
CMYK00.750.040.32
HSL303.23º59.63%42.75%-
HSV(B)303.23º74.71%68.24%-
XYZ25.3313.5937.85-
YUV96.89167.57183-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 44 (17.58% from 255) = 11.43%
BLUE value IS 167 (65.62% from 255) = 43.38%
R=45.19%
G=11.43%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744416700.750.040.32303.2359.6342.75
HexAE2CA704B42012f3c2b
Octal2565424701134404577453
Binary101011101011001010011101001011100100000100101111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2CA7; }

 p { color: rgb(174,44,167); }

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

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

 a { background-color: rgb(174,44,167); }

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

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

 span { border-color: rgb(174,44,167); }

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