#AE2196

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

Shades of Medium Red Violet #AE2196

Tints of Medium Red Violet #AE2196

Color information

#AE2196 (or 0xAE2196) is unknown color: approx Medium Red Violet. HEX triplet: AE, 21 and 96. RGB value is (174,33,150). Sum of RGB (Red+Green+Blue) = 174+33+150=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2196 is #51DE69. Grayscale: #585858. Windows color (decimal): -5365354 or 9839022. OLE color: 9839022.

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

Color convert

RGB17433150-
CMYK00.810.140.32
HSL310.21º68.12%40.59%-
HSV(B)310.21º81.03%68.24%-
XYZ23.512.2929.99-
YUV88.5162.71188.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 33 (13.28% from 255) = 9.24%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=48.74%
G=9.24%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743315000.810.140.32310.2168.1240.59
HexAE2196051E201364429
Octal256412260121164046610451
Binary10101110100001100101100101000111101000001001101101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2196; }

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

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

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

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

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

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

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

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