#AE0796

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

Shades of Medium Violet Red #AE0796

Tints of Medium Violet Red #AE0796

Color information

#AE0796 (or 0xAE0796) is unknown color: approx Medium Violet Red. HEX triplet: AE, 07 and 96. RGB value is (174,7,150). Sum of RGB (Red+Green+Blue) = 174+7+150=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0796 is #51F869. Grayscale: #484848. Windows color (decimal): -5372010 or 9832366. OLE color: 9832366.

HSL color Cylindrical-coordinate representation of color #AE0796: hue angle of 308.62º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE0796 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB1747150-
CMYK00.960.140.32
HSL308.62º92.27%35.49%-
HSV(B)308.62º95.98%68.24%-
XYZ23.0411.3529.83-
YUV73.24171.33199.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.57%
GREEN value IS 7 (3.12% from 255) = 2.11%
BLUE value IS 150 (58.98% from 255) = 45.32%
R=52.57%
G=2.11%
B=45.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174715000.960.140.32308.6292.2735.49
HexAE796060E201355c23
Octal25672260140164046513443
Binary10101110111100101100110000011101000001001101011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0796; }

 p { color: rgb(174,7,150); }

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

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

 a { background-color: rgb(174,7,150); }

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

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

 span { border-color: rgb(174,7,150); }

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