#AE279E

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

Shades of Medium Red Violet #AE279E

Tints of Medium Red Violet #AE279E

Color information

#AE279E (or 0xAE279E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 27 and 9E. RGB value is (174,39,158). Sum of RGB (Red+Green+Blue) = 174+39+158=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE279E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE279E is #51D861. Grayscale: #5C5C5C. Windows color (decimal): -5363810 or 10364846. OLE color: 10364846.

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

Color convert

RGB17439158-
CMYK00.780.090.32
HSL307.11º63.38%41.76%-
HSV(B)307.11º77.59%68.24%-
XYZ24.3512.9233.56-
YUV92.93164.73185.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 39 (15.62% from 255) = 10.51%
BLUE value IS 158 (62.11% from 255) = 42.59%
R=46.90%
G=10.51%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743915800.780.090.32307.1163.3841.76
HexAE279E04E9201333f2a
Octal25647236011611404637752
Binary1010111010011110011110010011101001100000100110011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE279E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE279E; }

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

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

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

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

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

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

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

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