#AE2886

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

Shades of Medium Red Violet #AE2886

Tints of Medium Red Violet #AE2886

Color information

#AE2886 (or 0xAE2886) is unknown color: approx Medium Red Violet. HEX triplet: AE, 28 and 86. RGB value is (174,40,134). Sum of RGB (Red+Green+Blue) = 174+40+134=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2886 is #51D779. Grayscale: #5A5A5A. Windows color (decimal): -5363578 or 8792238. OLE color: 8792238.

HSL color Cylindrical-coordinate representation of color #AE2886: hue angle of 317.91º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE2886 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB17440134-
CMYK00.770.230.32
HSL317.91º62.62%41.96%-
HSV(B)317.91º77.01%68.24%-
XYZ22.5212.2423.73-
YUV90.78152.39187.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 40 (16.02% from 255) = 11.49%
BLUE value IS 134 (52.73% from 255) = 38.51%
R=50%
G=11.49%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744013400.770.230.32317.9162.6241.96
HexAE288604D172013e3f2a
Octal25650206011527404767752
Binary10101110101000100001100100110110111100000100111110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2886; }

 p { color: rgb(174,40,134); }

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

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

 a { background-color: rgb(174,40,134); }

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

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

 span { border-color: rgb(174,40,134); }

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