#AE1A95

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

Shades of Medium Violet Red #AE1A95

Tints of Medium Violet Red #AE1A95

Color information

#AE1A95 (or 0xAE1A95) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1A and 95. RGB value is (174,26,149). Sum of RGB (Red+Green+Blue) = 174+26+149=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1A95 is #51E56A. Grayscale: #535353. Windows color (decimal): -5367147 or 9771694. OLE color: 9771694.

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

Color convert

RGB17426149-
CMYK00.850.140.32
HSL310.14º74%39.22%-
HSV(B)310.14º85.06%68.24%-
XYZ23.2511.9129.51-
YUV84.27164.53192-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 26 (10.55% from 255) = 7.45%
BLUE value IS 149 (58.59% from 255) = 42.69%
R=49.86%
G=7.45%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742614900.850.140.32310.147439.22
HexAE1A95055E201364a27
Octal256322250125164046611247
Binary1010111011010100101010101010111101000001001101101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A95; }

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

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

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

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

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

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

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

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