#AE279D

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

Shades of Medium Red Violet #AE279D

Tints of Medium Red Violet #AE279D

Color information

#AE279D (or 0xAE279D) is unknown color: approx Medium Red Violet. HEX triplet: AE, 27 and 9D. RGB value is (174,39,157). Sum of RGB (Red+Green+Blue) = 174+39+157=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE279D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE279D is #51D862. Grayscale: #5C5C5C. Windows color (decimal): -5363811 or 10299310. OLE color: 10299310.

HSL color Cylindrical-coordinate representation of color #AE279D: hue angle of 307.56º 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 #AE279D is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB17439157-
CMYK00.780.100.32
HSL307.56º63.38%41.76%-
HSV(B)307.56º77.59%68.24%-
XYZ24.2712.8833.11-
YUV92.82164.23185.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 39 (15.62% from 255) = 10.54%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=47.03%
G=10.54%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743915700.780.100.32307.5663.3841.76
HexAE279D04EA201343f2a
Octal25647235011612404647752
Binary1010111010011110011101010011101010100000100110100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE279D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE279D; }

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

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

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

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

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

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

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

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