#AE1D92

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

Shades of Medium Violet Red #AE1D92

Tints of Medium Violet Red #AE1D92

Color information

#AE1D92 (or 0xAE1D92) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1D and 92. RGB value is (174,29,146). Sum of RGB (Red+Green+Blue) = 174+29+146=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1D92 is #51E26D. Grayscale: #555555. Windows color (decimal): -5366382 or 9575854. OLE color: 9575854.

HSL color Cylindrical-coordinate representation of color #AE1D92: hue angle of 311.59º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE1D92 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB17429146-
CMYK00.830.160.32
HSL311.59º71.43%39.8%-
HSV(B)311.59º83.33%68.24%-
XYZ23.0811.9528.28-
YUV85.69162.04190.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 29 (11.72% from 255) = 8.31%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=49.86%
G=8.31%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742914600.830.160.32311.5971.4339.8
HexAE1D9205310201384728
Octal256352220123204047010750
Binary10101110111011001001001010011100001000001001110001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1D92; }

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

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

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

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

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

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

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

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