#ae2ba7

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

Shades of Medium Red Violet #AE2BA7

Tints of Medium Red Violet #AE2BA7

Color information

#AE2BA7 (or 0xAE2BA7) is unknown color: approx Medium Red Violet. HEX triplet: AE, 2B and A7. RGB value is (174,43,167). Sum of RGB (Red+Green+Blue) = 174+43+167=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 167 (65.62% from 255 or 43.49% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2BA7 is #51D458. Grayscale: #5F5F5F. Windows color (decimal): -5362777 or 10955694. OLE color: 10955694.

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

Color convert

RGB17443167-
CMYK00.750.040.32
HSL303.21º60.37%42.55%-
HSV(B)303.21º75.29%68.24%-
XYZ25.2913.5237.83-
YUV96.3167.9183.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.31%
GREEN value IS 43 (17.19% from 255) = 11.20%
BLUE value IS 167 (65.62% from 255) = 43.49%
R=45.31%
G=11.20%
B=43.49%

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
Decimal1744316700.750.040.32303.2160.3742.55
HexAE2BA704B42012f3c2b
Octal2565324701134404577453
Binary101011101010111010011101001011100100000100101111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae2ba7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae2ba7; }

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

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

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

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

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

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

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

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