#AE1BA4

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

Shades of Medium Violet Red #AE1BA4

Tints of Medium Violet Red #AE1BA4

Color information

#AE1BA4 (or 0xAE1BA4) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1B and A4. RGB value is (174,27,164). Sum of RGB (Red+Green+Blue) = 174+27+164=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1BA4 is #51E45B. Grayscale: #565656. Windows color (decimal): -5366876 or 10754990. OLE color: 10754990.

HSL color Cylindrical-coordinate representation of color #AE1BA4: hue angle of 304.08º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1BA4 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB17427164-
CMYK00.840.060.32
HSL304.08º73.13%39.41%-
HSV(B)304.08º84.48%68.24%-
XYZ24.5512.4636.23-
YUV86.57171.7190.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 27 (10.94% from 255) = 7.40%
BLUE value IS 164 (64.45% from 255) = 44.93%
R=47.67%
G=7.40%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742716400.840.060.32304.0873.1339.41
HexAE1BA40546201304927
Octal25633244012464046011147
Binary101011101101110100100010101001101000001001100001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1BA4; }

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

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

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

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

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

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

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

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