#AE279C

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

Shades of Medium Red Violet #AE279C

Tints of Medium Red Violet #AE279C

Color information

#AE279C (or 0xAE279C) is unknown color: approx Medium Red Violet. HEX triplet: AE, 27 and 9C. RGB value is (174,39,156). Sum of RGB (Red+Green+Blue) = 174+39+156=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE279C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE279C is #51D863. Grayscale: #5C5C5C. Windows color (decimal): -5363812 or 10233774. OLE color: 10233774.

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

Color convert

RGB17439156-
CMYK00.780.100.32
HSL308º63.38%41.76%-
HSV(B)308º77.59%68.24%-
XYZ24.1812.8532.66-
YUV92.7163.73185.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 39 (15.62% from 255) = 10.57%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=47.15%
G=10.57%
B=42.28%

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
Decimal1743915600.780.100.3230863.3841.76
HexAE279C04EA201343f2a
Octal25647234011612404647752
Binary1010111010011110011100010011101010100000100110100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE279C; }

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

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

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

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

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

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

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

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