#AE1A92

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

Shades of Medium Violet Red #AE1A92

Tints of Medium Violet Red #AE1A92

Color information

#AE1A92 (or 0xAE1A92) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1A and 92. RGB value is (174,26,146). Sum of RGB (Red+Green+Blue) = 174+26+146=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1A92 is #51E56D. Grayscale: #535353. Windows color (decimal): -5367150 or 9575086. OLE color: 9575086.

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

Color convert

RGB17426146-
CMYK00.850.160.32
HSL311.35º74%39.22%-
HSV(B)311.35º85.06%68.24%-
XYZ23.0111.8128.26-
YUV83.93163.03192.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 26 (10.55% from 255) = 7.51%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=50.29%
G=7.51%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742614600.850.160.32311.357439.22
HexAE1A9205510201374a27
Octal256322220125204046711247
Binary10101110110101001001001010101100001000001001101111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A92; }

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

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

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

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

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

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

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

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