#ae3f97

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

Shades of Medium Red Violet #AE3F97

Tints of Medium Red Violet #AE3F97

Color information

#AE3F97 (or 0xAE3F97) is unknown color: approx Medium Red Violet. HEX triplet: AE, 3F and 97. RGB value is (174,63,151). Sum of RGB (Red+Green+Blue) = 174+63+151=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3F97 is #51C068. Grayscale: #696969. Windows color (decimal): -5357673 or 9912238. OLE color: 9912238.

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

Color convert

RGB17463151-
CMYK00.640.130.32
HSL312.43º46.84%46.47%-
HSV(B)312.43º63.79%68.24%-
XYZ24.8214.7930.82-
YUV106.22153.27176.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 63 (25% from 255) = 16.24%
BLUE value IS 151 (59.38% from 255) = 38.92%
R=44.85%
G=16.24%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746315100.640.130.32312.4346.8446.47
HexAE3F97040D201382f2e
Octal25677227010015404705756
Binary1010111011111110010111010000001101100000100111000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae3f97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae3f97; }

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

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

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

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

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

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

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

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