#AE2786

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

Shades of Medium Red Violet #AE2786

Tints of Medium Red Violet #AE2786

Color information

#AE2786 (or 0xAE2786) is unknown color: approx Medium Red Violet. HEX triplet: AE, 27 and 86. RGB value is (174,39,134). Sum of RGB (Red+Green+Blue) = 174+39+134=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2786 is #51D879. Grayscale: #595959. Windows color (decimal): -5363834 or 8791982. OLE color: 8791982.

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

Color convert

RGB17439134-
CMYK00.780.230.32
HSL317.78º63.38%41.76%-
HSV(B)317.78º77.59%68.24%-
XYZ22.4812.1723.72-
YUV90.2152.73187.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 39 (15.62% from 255) = 11.24%
BLUE value IS 134 (52.73% from 255) = 38.62%
R=50.14%
G=11.24%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743913400.780.230.32317.7863.3841.76
HexAE278604E172013e3f2a
Octal25647206011627404767752
Binary10101110100111100001100100111010111100000100111110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2786; }

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

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

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

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

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

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

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

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