#AE3699

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

Shades of Medium Red Violet #AE3699

Tints of Medium Red Violet #AE3699

Color information

#AE3699 (or 0xAE3699) is unknown color: approx Medium Red Violet. HEX triplet: AE, 36 and 99. RGB value is (174,54,153). Sum of RGB (Red+Green+Blue) = 174+54+153=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3699 is #51C966. Grayscale: #646464. Windows color (decimal): -5359975 or 10041006. OLE color: 10041006.

HSL color Cylindrical-coordinate representation of color #AE3699: hue angle of 310.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE3699 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB17454153-
CMYK00.690.120.32
HSL310.5º52.63%44.71%-
HSV(B)310.5º68.97%68.24%-
XYZ24.5213.9431.53-
YUV101.17157.26179.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 54 (21.48% from 255) = 14.17%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=45.67%
G=14.17%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745415300.690.120.32310.552.6344.71
HexAE3699045C20136352d
Octal25666231010514404666555
Binary1010111011011010011001010001011100100000100110110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3699; }

 p { color: rgb(174,54,153); }

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

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

 a { background-color: rgb(174,54,153); }

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

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

 span { border-color: rgb(174,54,153); }

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