#AE1D94

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

Shades of Medium Violet Red #AE1D94

Tints of Medium Violet Red #AE1D94

Color information

#AE1D94 (or 0xAE1D94) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1D and 94. RGB value is (174,29,148). Sum of RGB (Red+Green+Blue) = 174+29+148=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1D94 is #51E26B. Grayscale: #555555. Windows color (decimal): -5366380 or 9706926. OLE color: 9706926.

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

Color convert

RGB17429148-
CMYK00.830.150.32
HSL310.76º71.43%39.8%-
HSV(B)310.76º83.33%68.24%-
XYZ23.2412.0229.11-
YUV85.92163.04190.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.57%
GREEN value IS 29 (11.72% from 255) = 8.26%
BLUE value IS 148 (58.20% from 255) = 42.17%
R=49.57%
G=8.26%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742914800.830.150.32310.7671.4339.8
HexAE1D94053F201374728
Octal256352240123174046710750
Binary1010111011101100101000101001111111000001001101111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1D94; }

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

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

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

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

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

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

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

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