#AE2BA4

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

Shades of Medium Red Violet #AE2BA4

Tints of Medium Red Violet #AE2BA4

Color information

#AE2BA4 (or 0xAE2BA4) is unknown color: approx Medium Red Violet. HEX triplet: AE, 2B and A4. RGB value is (174,43,164). Sum of RGB (Red+Green+Blue) = 174+43+164=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 164 (64.45% from 255 or 43.04% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2BA4 is #51D45B. Grayscale: #5F5F5F. Windows color (decimal): -5362780 or 10759086. OLE color: 10759086.

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

Color convert

RGB17443164-
CMYK00.750.060.32
HSL304.58º60.37%42.55%-
HSV(B)304.58º75.29%68.24%-
XYZ25.0213.4136.39-
YUV95.96166.4183.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 43 (17.19% from 255) = 11.29%
BLUE value IS 164 (64.45% from 255) = 43.04%
R=45.67%
G=11.29%
B=43.04%

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
Decimal1744316400.750.060.32304.5860.3742.55
HexAE2BA404B6201313c2b
Octal2565324401136404617453
Binary101011101010111010010001001011110100000100110001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2BA4; }

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

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

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

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

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

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

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

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