#AE1A84

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

Shades of Medium Violet Red #AE1A84

Tints of Medium Violet Red #AE1A84

Color information

#AE1A84 (or 0xAE1A84) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1A and 84. RGB value is (174,26,132). Sum of RGB (Red+Green+Blue) = 174+26+132=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1A84 is #51E57B. Grayscale: #525252. Windows color (decimal): -5367164 or 8657582. OLE color: 8657582.

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

Color convert

RGB17426132-
CMYK00.850.240.32
HSL317.03º74%39.22%-
HSV(B)317.03º85.06%68.24%-
XYZ21.9911.422.87-
YUV82.34156.03193.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 26 (10.55% from 255) = 7.83%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=52.41%
G=7.83%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742613200.850.240.32317.037439.22
HexAE1A84055182013d4a27
Octal256322040125304047511247
Binary10101110110101000010001010101110001000001001111011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A84; }

 p { color: rgb(174,26,132); }

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

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

 a { background-color: rgb(174,26,132); }

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

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

 span { border-color: rgb(174,26,132); }

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