#AE3F7E

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

Shades of Medium Red Violet #AE3F7E

Tints of Medium Red Violet #AE3F7E

Color information

#AE3F7E (or 0xAE3F7E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 3F and 7E. RGB value is (174,63,126). Sum of RGB (Red+Green+Blue) = 174+63+126=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3F7E is #51C081. Grayscale: #676767. Windows color (decimal): -5357698 or 8273838. OLE color: 8273838.

HSL color Cylindrical-coordinate representation of color #AE3F7E: hue angle of 325.95º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE3F7E is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB17463126-
CMYK00.640.280.32
HSL325.95º46.84%46.47%-
HSV(B)325.95º63.79%68.24%-
XYZ2314.0621.24-
YUV103.37140.77178.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 63 (25% from 255) = 17.36%
BLUE value IS 126 (49.61% from 255) = 34.71%
R=47.93%
G=17.36%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746312600.640.280.32325.9546.8446.47
HexAE3F7E0401C201462f2e
Octal25677176010034405065756
Binary1010111011111111111100100000011100100000101000110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3F7E; }

 p { color: rgb(174,63,126); }

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

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

 a { background-color: rgb(174,63,126); }

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

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

 span { border-color: rgb(174,63,126); }

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