#AE2CA3

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

Shades of Medium Red Violet #AE2CA3

Tints of Medium Red Violet #AE2CA3

Color information

#AE2CA3 (or 0xAE2CA3) is unknown color: approx Medium Red Violet. HEX triplet: AE, 2C and A3. RGB value is (174,44,163). Sum of RGB (Red+Green+Blue) = 174+44+163=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 163 (64.06% from 255 or 42.78% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2CA3 is #51D35C. Grayscale: #606060. Windows color (decimal): -5362525 or 10693806. OLE color: 10693806.

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

Color convert

RGB17444163-
CMYK00.750.060.32
HSL305.08º59.63%42.75%-
HSV(B)305.08º74.71%68.24%-
XYZ24.9713.4435.93-
YUV96.44165.57183.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 44 (17.58% from 255) = 11.55%
BLUE value IS 163 (64.06% from 255) = 42.78%
R=45.67%
G=11.55%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744416300.750.060.32305.0859.6342.75
HexAE2CA304B6201313c2b
Octal2565424301136404617453
Binary101011101011001010001101001011110100000100110001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2CA3; }

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

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

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

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

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

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

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

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